1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

packit: drop bfq patch

Does not apply on v250-stable
This commit is contained in:
Luca Boccassi 2022-04-01 15:26:38 +01:00 committed by Yu Watanabe
parent 7cda67d4f4
commit 2298094b2c

View File

@ -25,6 +25,8 @@ actions:
# - Patch(0000-0499): backported patches from upstream
# - Patch0500-9999: downstream-only patches
- "sed -ri '/^Patch(0[0-4]?[0-9]{0,2})?\\:.+\\.patch/d' .packit_rpm/systemd.spec"
# Also drop the bfq scheduler patch, does not apply on v250-stable
- "sed -ri '/^Patch0500\\:.+\\.patch/d' .packit_rpm/systemd.spec"
# Build the RPM with --werror. Even though --werror doesn't work in all
# cases (see [0]), we can't use -Dc_args=/-Dcpp_args= here because of the
# RPM hardening macros, that use $CFLAGS/$CPPFLAGS (see [1]).