Releases 7

For tarballs and release assets from this project, see releases.pagure.org/preproc-rpmspec.

If the developers have uploaded one or more tarball(s), you will be able to find them in the release folder.

The CHECKSUMS file contains the checksums (SHA256 and SHA512) of the files uploaded to pagure.

To use this file, simply download it next to the tarball you downloaded and run sha512sum -c CHECKSUMS

Getting source for a release

Clone the repository, then use git archive to create a tarball for any tag:

git clone https://pagure.io/preproc-rpmspec.git
cd preproc-rpmspec
git archive --format=tar.gz --prefix=preproc-rpmspec-<TAG>/ -o preproc-rpmspec-<TAG>.tar.gz <TAG>

Replace <TAG> with the tag name (e.g. v1.0.0). For a zip archive use --format=zip and .zip as the output extension.

preproc-rpmspec-1.3-1
Commits: 170f5b859704dcaf63f9b5f3f047ec439da545e3..b6673d477e9ac70cf2561bc17a9c734b07b9ae77
b6673d477e9ac70cf2561bc17a9c734b07b9ae77
Commits: 170f5b859704dcaf63f9b5f3f047ec439da545e3..b6673d477e9ac70cf2561bc17a9c734b07b9ae77 - with newer rpkg macros, path change before preprocessing is no longer needed
preproc-rpmspec-1.2-1
Commits: 1ff7e555d4eaea76799506b1c9b907f1c6b9fc03..170f5b859704dcaf63f9b5f3f047ec439da545e3
170f5b859704dcaf63f9b5f3f047ec439da545e3
Commits: 1ff7e555d4eaea76799506b1c9b907f1c6b9fc03..170f5b859704dcaf63f9b5f3f047ec439da545e3 - rewrite into python, add --check-context and --outdir, --no-outdir options
preproc-rpmspec-1.1-1
Commits: d35802704ea4f30a4b372b540d07c2812344251a..1ff7e555d4eaea76799506b1c9b907f1c6b9fc03
1ff7e555d4eaea76799506b1c9b907f1c6b9fc03
Commits: d35802704ea4f30a4b372b540d07c2812344251a..1ff7e555d4eaea76799506b1c9b907f1c6b9fc03 - set lead to empty
preproc-rpmspec-1.0-1
Commits: cd9594cd674ef58729779821feecb7812ae81e21..d35802704ea4f30a4b372b540d07c2812344251a
d35802704ea4f30a4b372b540d07c2812344251a
Commits: cd9594cd674ef58729779821feecb7812ae81e21..d35802704ea4f30a4b372b540d07c2812344251a - Require rpkg-macros >= 1.0
preproc-rpmspec-0.3-1
Commits: 1b65d184f12c42227cd817aa2a3cfb743534563b..cd9594cd674ef58729779821feecb7812ae81e21
cd9594cd674ef58729779821feecb7812ae81e21
Commits: 1b65d184f12c42227cd817aa2a3cfb743534563b..cd9594cd674ef58729779821feecb7812ae81e21 - no change, just a new tag
preproc-rpmspec-0.2-1
Commits: 866fa4e0a7dbd5197900ae57bd1637345a6d893f..1b65d184f12c42227cd817aa2a3cfb743534563b
1b65d184f12c42227cd817aa2a3cfb743534563b
Commits: 866fa4e0a7dbd5197900ae57bd1637345a6d893f..1b65d184f12c42227cd817aa2a3cfb743534563b - update description in spec
preproc-rpmspec-0.1-1
Commits: 866fa4e0a7dbd5197900ae57bd1637345a6d893f
866fa4e0a7dbd5197900ae57bd1637345a6d893f
Commits: 866fa4e0a7dbd5197900ae57bd1637345a6d893f - odd support for macros that produce files (git_archive/git_pack) - replace --in-space with --output - add note about the need to trust the spec files that are being preprocessed - initial commit