Releases 7

For tarballs and release assets from this project, see releases.pagure.org/shellfu-bash-pxpath.

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/shellfu-bash-pxpath.git
cd shellfu-bash-pxpath
git archive --format=tar.gz --prefix=shellfu-bash-pxpath-<TAG>/ -o shellfu-bash-pxpath-<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.

v0.0.6
pxpath v0.0.6 -
6cb4f18ecc22a39f6cee80525e2dbfb8e7a78ba4
pxpath v0.0.6 - Overview of changes: * Updated dependency names for Fedora-32 and above
v0.0.5
pxpath v0.0.5 -
70d5c8e1b615ba2041fafb1664c40d9687c863c6
pxpath v0.0.5 - Overview of changes: * Enabled working on RHEL-8 and above RHEL-8 does not have libxml2 Python2 library, so we'll be using python3-libxml2. The code is now Python2 and Python3 cross-compatible. * Minor cleanup
v0.0.4
pxpath v0.0.4 -
7b053dd5b7fcbd550618f2f2b945afaac0295dd6
pxpath v0.0.4 - Overview of changes: * Fixed shebangs to require python2 explicitly This is needed to satisfy Fedora 30. * Fixed URLs after moving to pagure.io * Fixed outdated usage message * Moved some packaging meta-data to mkit.ini * Updated embedded MKit to v0.0.36
v0.0.3
pxpath v0.0.3 -
15931c827c1f9def0d305b41157805d18dcdb855
pxpath v0.0.3 - Overview of changes: * Fixed strange fc26-only python2 packaging issue * Added missing %dir ownership in spec file * Added minimal content to README.md
v0.0.2
pxpath v0.0.2 -
f9f86ff5e7381f753f8a04abee33e90e0ea83e34
pxpath v0.0.2 - Overview of changes: * Fixed first wave of packaging problems Non-determinism in tests, distro-specific names and missing parts of debian dir. Some typos and bad substitutions on top of that. No functionality changes, except from borken to functional.
v0.0.1
755392f5c195886c55fd9a5213ab3b4a44fddc2c
v0.0.0
c81fc97238866b73bee6cd59e8d06b701df86813