From 3c1584b97457e4632e12497d1584d935f411ac29 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Wed, 31 Jan 2024 13:55:51 +0100 Subject: [PATCH] added sqlite3 to packit --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 0229a9cc44..af3f5ade09 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 -- 2.47.3