Branch: refs/heads/master Home: https://github.com/kronosnet/kronosnet Commit: dabc5d0b31d803dd56aab47d2d426a99f28d3dec https://github.com/kronosnet/kronosnet/commit/dabc5d0b31d803dd56aab47d2d426a... Author: Jan Friesse jfriesse@redhat.com Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths: M build-aux/git-version-gen
Log Message: ----------- [build] Fix fallback handling in git-version-gen
When fallback is defined and gitarchive file doesn't exists, use fallback rather than UNKNOWN.
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: d9125026a821c824f954410d94ca8e58d71c5144 https://github.com/kronosnet/kronosnet/commit/d9125026a821c824f954410d94ca8e... Author: Jan Friesse jfriesse@redhat.com Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths: M Makefile.am
Log Message: ----------- [build] Use git-version-gen during specfile build
Instead of copying parts of git-version-gen for spec target use git-version-gen directly and parse final version into components (rpmver, alphatag, numcomm) and use them.
Main reason is to simplify code a bit (sed scripts are a bit repetitive tho), reuse the code and also allow building of RPM from dist tarball generated from non-tagged commit or dirty git (not very useful).
The code relies on fact, that hyphen is never used in tagged release name.
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: f31b02d6ce20956cc6624dd1f6c894a0272c9594 https://github.com/kronosnet/kronosnet/commit/f31b02d6ce20956cc6624dd1f6c894... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths: M Makefile.am M build-aux/git-version-gen
Log Message: ----------- Merge pull request #308 from jfriesse/rpm-version-gen
Rpm version gen
Compare: https://github.com/kronosnet/kronosnet/compare/7cdeb0833748...f31b02d6ce20