summaryrefslogtreecommitdiff
path: root/.packit.yml
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-03-06 22:53:09 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2021-03-06 22:53:09 +0100
commit8615b1f292de36304c73ab5e0b8a13e7696a4a8e (patch)
treef1d320ffd4f2ac11a4e7c1dd456b277458db774f /.packit.yml
parentedf1b5ec92873c335bdc6db1b65b0d5c6002e987 (diff)
downloadsystemd-8615b1f292de36304c73ab5e0b8a13e7696a4a8e.tar.gz
ci: correctly drop patches with non four digit indexes
Diffstat (limited to '.packit.yml')
-rw-r--r--.packit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.packit.yml b/.packit.yml
index e1ace861dd..ebc553443b 100644
--- a/.packit.yml
+++ b/.packit.yml
@@ -21,7 +21,7 @@ actions:
# Drop backported patches from the specfile, but keep the downstream-only ones
# - Patch0000-0499: backported patches from upstream
# - Patch0500-9999: downstream-only patches
- - "sed -ri '/^Patch0[0-4][0-9]{2}+\\:.+\\.patch/d' .packit_rpm/systemd.spec"
+ - "sed -ri '/^Patch0[0-4]?[0-9]{0,2}\\:.+\\.patch/d' .packit_rpm/systemd.spec"
# Build the RPMs with -Werror to catch possible compiler warnings. Since
# --werror in meson doesn't seem to work with -Db_lto=true [0], let's use
# -Dc_args= and -Dcpp_args= instead.