-
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
Improve compatibility with rpm 4.20alpha #380
Conversation
rpm 4.20alpha (now in rawhide) obsoletes `%patchN` macros and spec files containing them are unparseable. Stop using such macros in integration tests and add support for the `%patch N` variant. Signed-off-by: Nikola Forró <[email protected]>
Build succeeded. ✔️ pre-commit SUCCESS in 2m 29s |
/packit retest-failed |
/packit-stg retest-failed |
/packit rebuild-failed |
/packit-stg rebuild-failed |
/packit retest-failed |
/packit-stg retest-failed |
/packit build |
/packit-stg build |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 2m 14s |
rpm 4.20alpha (now in rawhide) obsoletes
%patchN
macros and spec files containing them are unparseable. Stop using such macros in integration tests and add support for the%patch N
variant.RELEASE NOTES BEGIN
Improved compatibility with RPM 4.20 (alpha version is currently in Fedora Rawhide).
RELEASE NOTES END