Skip to content
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

RPM for rhel 9 #1037

Open
Pascal76 opened this issue Mar 29, 2024 · 5 comments
Open

RPM for rhel 9 #1037

Pascal76 opened this issue Mar 29, 2024 · 5 comments

Comments

@Pascal76
Copy link

Hello,

The RPM from Redhat are a bit old (nearly 2 years old) and there are significant bugfixes on recent builds (ex: on SERVFAIL).
Could it be possible to provide the up-to-date RPMs for rhel 9 (and then almalinux 9 etc...)
This would benefit a lot of users.
Major softwares have such fresh RPMs (php with Remi's RPM repository, Mariadb, ...)

@pemensik
Copy link
Contributor

Aren't RPMs on Fedora enough? They get updated often, it should be possible to rebuild them for RHEL 9 or even 8 if desired. Is there a reason why those sources won't work? https://src.fedoraproject.org/rpms/unbound/tree/rawhide

@pemensik
Copy link
Contributor

It would be fairly easy to create automated rebuilds on copr.fedorainfracloud.org with epel8 and epel9 repositories. But if you have some issues in centos stream 9 or rhel9, please open issue at issues.redhat.com on RHEL project, unbound component. We would update our packages if they do not bring backward incompatible changes. So far I haven't seen so issue, but we are likely to make update for rhel9 few times.

@Pascal76
Copy link
Author

could you share the command lines to rebuild for RHEL 9 please ?

@pemensik
Copy link
Contributor

Checkout fedora rpms on rhel9 host:

or on Fedora, try fedpkg way:

  • dnf install fedpkg
  • fedpkg clone -a unbound && cd unbound
  • usermod -aG mock $(whoami)
  • fedpkg --release epel9 mockbuild

It will print instructions how to choose epel9 base.

@Pascal76
Copy link
Author

rpmbuild --rebuild unbound.spec
Installing unbound.spec
error: unbound.spec cannot be installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants