-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support for EL9 #52
Support for EL9 #52
Conversation
@Obihoernchen
I can not find the RPM that provides |
@gurevichmark sorry forgot to post the prerequisites: It's from CRB repo:
For Alma/Rocky it's:
For RHEL you need to enable CRB via subscription-manager. |
@Obihoernchen Thanks. With those prereqs I can now rebuild and install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Obihoernchen Thank you for the contribution. I have a few requests.
1.) The version of perl-IO-Stty-0.04-5.fc34.src.rpm
included in this pull request is unsigned:
rpm -qpi perl-IO-Stty/perl-IO-Stty-0.04-5.fc34.src.rpm | grep Signature
Signature : (none)
but the the version available from fedoraproject.org (https://dl.fedoraproject.org/pub/fedora/linux/releases/34/Everything/source/tree/Packages/p/perl-IO-Stty-0.04-5.fc34.src.rpm) is signed:
rpm -qpi perl-IO-Stty-0.04-5.fc34.src.rpm | grep Signature
Signature : RSA/SHA256, Wed 27 Jan 2021 08:30:38 PM EST, Key ID 1161ae6945719a39
The other source rpms in this pull request are also signed. Could you please update this pull request to include the signed version of perl-IO-Stty-0.04-5.fc34.src.rpm
?
2.) Can you provide some more information about the ipmitool patches?
What process did you use to arrive at this set of patches?
What hardware platforms did you test the changes on?
Are these included to fix specific problems you have encountered?
Can you provide some additional explanation of your thought process with these patches?
Hi @besawn 1.) 2.) So far I did tests on x86 and aarch64. But not in depth tests with fw updates etc. Just common stuff like rpower, rvitals, rinv. No I didn't hit any issues. I had to rebuild the package for EL9 anyway, so I thought I could include the latest security fixes. |
@Obihoernchen Thanks for following up and thanks again for the contribution! |
The following changes allow xCAT to be compatible with EL9 based OSs.
Also add support for Rocky Linux and AlmaLinux 8/9.
Note: The RPM signing key is still an issue on other packages. See: #51
For testing purposes you may remove the key with:
rpmsign --delsign <rpm>