-
Notifications
You must be signed in to change notification settings - Fork 190
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
Build RPMs and tarballs based on VERSION in Makefile #96
base: master
Are you sure you want to change the base?
Conversation
…t_global_version_match.py
…pecfile in dist/amazon-efs-utils.spec
…and update Versions
See issue: #95 |
Hey @nkadel , thanks for the PR. Can you combine your commits into single commit and address the code conflict? |
I'd prefer not to make it one commit. How about segregating the .gitignore, from the Makefile, from the .spec commit. |
Thanks. We suggest to make a single commit, it will be easier to track and manage. Unless you are not only doing |
Issue #, if available:
Build RPM tarballs and RPMs based on VERSION in Makefile
Description of changes:
Set the VERSION from the Makefile, not hardcoded in the .spec file.
Set the tarball name based on the VERSION.
Have the "make rpm-only" depend on "make tarball" and "make $(SPECFILE)
Reduce the complexity of the .spec file copying from "%{buildroot}%{builddir}filename", which can be shortened to "filename"
Update .gitignore to include *.spec, *.out, *.orig, *~, *.gz, *.zip and efs-utils/
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.