From 0521cff27148267ed8e1379275378ff0ddfb3d9d Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 24 Mar 2021 16:57:49 +0100 Subject: [PATCH] debug: temporarily drop the *-standalone-* packages --- .packit.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.packit.yml b/.packit.yml index f0b67c4cfe..9e7745efbd 100644 --- a/.packit.yml +++ b/.packit.yml @@ -29,6 +29,11 @@ actions: # [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' + # Temporarily drop the *-standalone-* packages + # See: https://pagure.io/fedora-ci/general/issue/184 + - 'sed -i "/%package standalone-tmpfiles/,/%prep/{/%prep/!d}" .packit_rpm/systemd.spec' + - 'sed -i "/^%files standalone-/d" .packit_rpm/systemd.spec' + - 'sed -i "/-Dstandalone-binaries/d" .packit_rpm/systemd.spec' jobs: - job: copr_build