You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came up with a handy little set of RPM macros that use `git`
commands to embed multiple bits of useful information into the RPM's
`RELEASE` field (e.g., commit hash, commit count since last tag) while
still guaranteeing to preserve correct version sorting for RPM
upgrades. The release handling in the specfile has been updated
accordingly.
I also set up the `.in` version of the specfile along with
`configure.ac` to both query the above Git metadata if available, so
hopefully the right stuff will be there no matter which source tarball
or Git repo users build from.
And finally, I updating some specfile wording and such. Getting ready
to release (at last)!
0 commit comments