Releases 2

For tarballs and release assets from this project, see releases.pagure.org/rpm-git-tag-sort.

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/rpm-git-tag-sort.git
cd rpm-git-tag-sort
git archive --format=tar.gz --prefix=rpm-git-tag-sort-<TAG>/ -o rpm-git-tag-sort-<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.

rpm-git-tag-sort-1.0-1
Commits: 2c1b5de0f3d400e9179d3cd3562c6bc9c98eabcd..518db2f75cbd20679d0522604aa35e43a167bd03
518db2f75cbd20679d0522604aa35e43a167bd03
Commits: 2c1b5de0f3d400e9179d3cd3562c6bc9c98eabcd..518db2f75cbd20679d0522604aa35e43a167bd03 - switch order of input arguments (target_repo first, package name second) - Update README.md - use "source_indices" param in spec instead of "sources" due to change in rpkg- util - fix tag ids output to contain 40 chars instead of 39 - fix package description and improve comment formatting - update README.md - add README.md with description and example usage - add dot at the end of summary in spec - requires on dynamic libs are automatically generated by rpm
rpm-git-tag-sort-0.1-1
Commits: 2c1b5de0f3d400e9179d3cd3562c6bc9c98eabcd
2c1b5de0f3d400e9179d3cd3562c6bc9c98eabcd
Commits: 2c1b5de0f3d400e9179d3cd3562c6bc9c98eabcd - initial version