-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Rebuilding RPMs fails due to incorrect buildroot on F41 #2076
Comments
Merged
A reproducer that is runnable via podman (or docker) if this is needed for the maintainers to confirm the problem (and the fix as proposed in #2082):
The same reproducer with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When rebuilding an rpm from an rpm on F41, it fails with the following:
It appears that in F41 the
buildroot
define does not work, and rpmbuild tries to useBUILD/pkgname/BUILDROOT
and fails since the files are not there.The following patch fixes it:
Essentially, adding the arg
--buildroot
to rpmbuild. That arg says it is deprecated however a quick search online finds no replacement... As to what happened to--define buildroot <root>
I do not know.The text was updated successfully, but these errors were encountered: