[packages/rpm] - disable sequoia for now, rel 2
baggins
baggins at pld-linux.org
Wed Feb 5 03:05:17 CET 2025
commit 52e2b39111133920b1dad5832dd74bacb6eacbb2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Feb 5 02:16:17 2025 +0100
- disable sequoia for now, rel 2
rpm.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index c2a9a91..c959e3f 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -12,6 +12,7 @@
%bcond_without selinux # SELinux plugin
%bcond_without dbus # dbus announce and systemd inhibit plugins
%bcond_without fsverity # fsverity plugin
+%bcond_with sequoia # Sequoia OpenPGP (causes signature verification problems)
%define popt_ver 1.15
@@ -33,7 +34,7 @@ Summary(ru.UTF-8): Менеджер пакетов от RPM
Summary(uk.UTF-8): Менеджер пакетів від RPM
Name: rpm
Version: 4.20.0
-Release: 1
+Release: 2
Epoch: 1
License: GPL v2 / LGPL v2.1
Group: Base
@@ -114,7 +115,7 @@ BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.750
%endif
BuildRequires: readline-devel
-BuildRequires: rpm-sequoia-devel >= 1.4.0
+%{?with_sequoia:BuildRequires: rpm-sequoia-devel >= 1.4.0}
BuildRequires: rpm-build >= 4.6
BuildRequires: sqlite3-devel >= 3.22.0
BuildRequires: tcl
@@ -664,6 +665,7 @@ cd build-cmake
%{cmake_on_off dbus WITH_DBUS} \
%{cmake_on_off fsverity WITH_FSVERITY} \
%{cmake_on_off apidocs WITH_DOXYGEN} \
+ %{cmake_on_off sequoia WITH_SEQUOIA} \
-DMKTREE_BACKEND=rootfs \
-DENABLE_SQLITE=ON \
-DENABLE_NDB=ON \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/52e2b39111133920b1dad5832dd74bacb6eacbb2
More information about the pld-cvs-commit
mailing list