From: Stefan Schubert Date: Wed, 31 Jan 2024 12:55:51 +0000 (+0100) Subject: added sqlite3 to packit X-Git-Tag: v2.42-start~535^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c1584b97457e4632e12497d1584d935f411ac29;p=thirdparty%2Futil-linux.git added sqlite3 to packit --- diff --git a/.packit.yaml b/.packit.yaml index 0229a9cc4..af3f5ade0 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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