diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-02-17 14:02:04 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-02-17 15:45:41 +0100 |
commit | 729c6b6af8e3cef259b80746f7f7f10cc63d309f (patch) | |
tree | d8e393c64c231fcd60889486ee10a6926532b6ab /.packit.yml | |
parent | test: set `ReadWritePaths=` only for units from TEST-20 (diff) | |
download | systemd-729c6b6af8e3cef259b80746f7f7f10cc63d309f.tar.xz systemd-729c6b6af8e3cef259b80746f7f7f10cc63d309f.zip |
packit: drop unnumbered patches as well
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.packit.yml b/.packit.yml index 6a3b8a078c..438b37507e 100644 --- a/.packit.yml +++ b/.packit.yml @@ -21,9 +21,9 @@ actions: # Drop the "sources" file so rebase-helper doesn't think we're a dist-git - "rm -fv .packit_rpm/sources" # Drop backported patches from the specfile, but keep the downstream-only ones - # - Patch0000-0499: backported patches from upstream + # - Patch(0000-0499): backported patches from upstream # - Patch0500-9999: downstream-only patches - - "sed -ri '/^Patch0[0-4]?[0-9]{0,2}\\:.+\\.patch/d' .packit_rpm/systemd.spec" + - "sed -ri '/^Patch(0[0-4]?[0-9]{0,2})?\\:.+\\.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]). |