We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: