Remove sqlite dependency and enable zlib as we have it now
This commit is contained in:
parent
21395cd908
commit
08ab369905
1 changed files with 6 additions and 2 deletions
8
rpm.spec
8
rpm.spec
|
|
@ -8,7 +8,7 @@ URL: https://rpm.org
|
|||
Source0: http://ftp.rpm.org/releases/rpm-4.20.x/rpm-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: bash cmake gcc lua-devel zlib-ng-compat-devel popt-devel readline-devel libzstd-devel elfutils-libelf-devel openssl-devel
|
||||
BuildRequires: libarchive-devel file-devel sqlite-devel libcap-devel libacl-devel rpm-sequoia-devel gettext
|
||||
BuildRequires: libarchive-devel file-devel libcap-devel libacl-devel rpm-sequoia-devel gettext
|
||||
Requires: bash
|
||||
|
||||
%description
|
||||
|
|
@ -30,6 +30,7 @@ Requires: bash
|
|||
-DWITH_LIBDW=OFF \
|
||||
-DWITH_INTERNAL_OPENPGP=ON \
|
||||
-DWITH_SEQUOIA=OFF \
|
||||
-DENABLE_SQLITE=OFF \
|
||||
-DENABLE_PYTHON=OFF
|
||||
%cmake_build
|
||||
|
||||
|
|
@ -51,5 +52,8 @@ Requires: bash
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 01 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
- Remove sqlite dependency and enable zlib as we have it now
|
||||
|
||||
* Mon Sep 15 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
-
|
||||
- Initial commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue