1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

packit: remove ukify handling

added in v253
This commit is contained in:
Luca Boccassi 2023-01-25 20:52:16 +00:00 committed by Zbigniew Jędrzejewski-Szmek
parent 4dc37994e2
commit 61f5710d0b

View File

@ -29,6 +29,11 @@ actions:
# cases (see [0]), we can't use -Dc_args=/-Dcpp_args= here because of the
# RPM hardening macros, that use $CFLAGS/$CPPFLAGS (see [1]).
#
# Remove ukify/new standalone handling, added in 253
- "sed -i '/ukify/d' .packit_rpm/split-files.py"
- "sed -i '/%files ukify/d' .packit_rpm/systemd.spec"
- "sed -i '/%files standalone-repart/d' .packit_rpm/systemd.spec"
- "sed -i '/%files standalone-shutdown/d' .packit_rpm/systemd.spec"
# [0] https://github.com/mesonbuild/meson/issues/7360
# [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
- 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec'