-
Notifications
You must be signed in to change notification settings - Fork 312
Remove end-of-life packaging distributions #394
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
Remove end-of-life packaging distributions #394
Conversation
3f8a3b0
to
1c0c781
Compare
1c0c781
to
5181390
Compare
I suggest not to remove old packing script, remains there will be ok. |
There is no OS support for those old releases of Ubuntu and Fedora anymore, and CentOS Linux is dead... The script itself is just a line of difference, and the old ones are available in the git history if needed? |
Could I ask for an update on the status of getting this change reviewed and merged? I am looking to use the new Alma 8 build and was interested in when that might be available, so I can plan the work needed to integrate it with my project. Thanks. |
It could be backported to the EDIT: #423 |
Upgrade versions of Fedora and Ubuntu LTS Remove EOL CentOS Linux and CentOS Stream
5181390
to
249fdb4
Compare
Should be compatible with CentOS and RHEL Remove dependency for libcgroup, on .el9
249fdb4
to
b939aa1
Compare
Alright, follow your opinion. |
@afbjorklund I had to revert this change due to errors building the RPM packages
|
The wrong fedora directory was added, but also the build is broken in fc41... There is also no use to add fc39 back, since it is now EOL and repos are down. |
Apparently the old CentOS 7 packaging doesn't work with AlmaLinux, either. Needs |
Is fixing the problems caused by merging this PR being tracked here, or is that happening somewhere else? Just wondering where is best for me to monitor to determine when the Alma 8 builds will be ready for me to make use of. Thanks. |
There were some regressions with the el9 build, I have fixed them locally but it needs some specfile fixing first: |
Just wanted to check if there had been any progress on the "specfile fixing". Thanks. |
I made some fixes for el8/el9/el10 builds, but they would need the above fix too |
Add support for EL9 and Ubuntu 24.04
Fixes #383
Closes #368
Closes #361