]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: correctly drop patches with non four digit indexes
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 6 Mar 2021 21:53:09 +0000 (22:53 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 6 Mar 2021 21:53:09 +0000 (22:53 +0100)
.packit.yml

index e1ace861ddc4cdd78c7c22a3f88ce3e568f9a331..ebc553443b9128ea7d45f1bbc0eaa3ce7d817c68 100644 (file)
@@ -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.