]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: packit: add flex
authorKarel Zak <kzak@redhat.com>
Mon, 6 Nov 2023 21:34:49 +0000 (22:34 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 20 Nov 2023 21:25:47 +0000 (22:25 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
.packit.yaml

index 216e521d18559cca43dfdb49d94bd51f198c4039..9409d6209098a00f0bc06de2789399e292375385 100644 (file)
@@ -24,7 +24,7 @@ actions:
     # Drop all patches, since they're already included in the tarball
     - "sed -ri '/^Patch[0-9]+:/d' .packit_rpm/util-linux.spec"
     # Install additional dependencies we need for the build/tests
-    - "sed -i '/^### Dependencies/aBuildRequires: autoconf automake bc bison iproute libtool procps-ng socat' .packit_rpm/util-linux.spec"
+    - "sed -i '/^### Dependencies/aBuildRequires: autoconf automake bc bison flex iproute libtool procps-ng socat' .packit_rpm/util-linux.spec"
     # We need to call autogen, since we use a custom tarball
     - "sed -i '/^unset LINGUAS/a./autogen.sh' .packit_rpm/util-linux.spec"
     # Enable tests after build