Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version not incremented in spec and GNUmakefile #114

Open
jpfletchIdentityDigital opened this issue Jan 6, 2025 · 0 comments
Open

Version not incremented in spec and GNUmakefile #114

jpfletchIdentityDigital opened this issue Jan 6, 2025 · 0 comments

Comments

@jpfletchIdentityDigital
Copy link

It seems like version 2.5.2 was released on December 10, but the version was not incremented in the spec file and the GNUmakefile:

$ git describe --tags | awk -F "v" '{print $2}'
2.5.2

$ grep base_version amazon-ec2-net-utils.spec
%define base_version 2.5.1

$ grep version GNUmakefile
version=2.5.1

This busts our automated build of the rpm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant