]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
added sqlite3 to packit
authorStefan Schubert <schubi@suse.de>
Wed, 31 Jan 2024 12:55:51 +0000 (13:55 +0100)
committerStefan Schubert <schubi@suse.de>
Wed, 31 Jan 2024 12:55:51 +0000 (13:55 +0100)
.packit.yaml

index 0229a9cc443776c0b70717b26e1528b3c2e0c26e..af3f5ade0977d0d68dbeb1c10618a7ed7beb5495 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 flex iproute libtool procps-ng socat sqlite-devel' .packit_rpm/util-linux.spec"
+    - "sed -i '/^### Dependencies/aBuildRequires: autoconf automake bc bison flex iproute libtool procps-ng socat sqlite3 sqlite-devel' .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