From 7c98f6310a7f05cdc83eccca18848cfaa353caa0 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 1 Nov 2022 12:28:32 +0200 Subject: [PATCH] Switch to Sequoia crypto (https://fedoraproject.org/wiki/Changes/RpmSequoia) --- rpm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm.spec b/rpm.spec index f5cc179..a090c7b 100644 --- a/rpm.spec +++ b/rpm.spec @@ -26,13 +26,13 @@ # build with bdb_ro support? %bcond_without bdb_ro # build with sequoia crypto? -%bcond_with sequoia +%bcond_without sequoia %define rpmhome /usr/lib/rpm %global rpmver 4.18.0 #global snapver rc1 -%global baserelease 4 +%global baserelease 5 %global sover 9 %global srcver %{rpmver}%{?snapver:-%{snapver}} @@ -619,6 +619,9 @@ fi %doc docs/librpm/html/* %changelog +* Tue Nov 01 2022 Panu Matilainen - 4.18.0-5 +- Switch to Sequoia crypto (https://fedoraproject.org/wiki/Changes/RpmSequoia) + * Fri Oct 14 2022 Panu Matilainen - 4.18.0-4 - Add an option for building with Sequoia crypto