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
Add RHEL 7 build settings to contrib/redhat/openssh.spec #117
Conversation
Conflicts: contrib/redhat/openssh.spec
…into nkadel-rhel
|
I had a look at these prior to the release, but the commits don't explain why some of the changes were made, in particular the define->global one, and most of the others depend on that. |
|
Oh! %global is now considered standard for all .spec files in every RHEL and Fedora release. |
|
Would you like the switch to '%global" as a different pull request? |
|
I'll re-merge after pull request 156, when %define gets switched to the RHEL default %global. |
Use %global instead of %define univerally.
Add epoch numbers for openssl dependencies on RHEL 7
Require /usr/bin/login intead of /bin/login for RHEL compatibility