This commit is contained in:
Panu Matilainen 2022-11-01 12:28:32 +02:00
parent 2212faed65
commit 7c98f6310a
1 changed files with 5 additions and 2 deletions

View File

@ -26,13 +26,13 @@
# build with bdb_ro support? # build with bdb_ro support?
%bcond_without bdb_ro %bcond_without bdb_ro
# build with sequoia crypto? # build with sequoia crypto?
%bcond_with sequoia %bcond_without sequoia
%define rpmhome /usr/lib/rpm %define rpmhome /usr/lib/rpm
%global rpmver 4.18.0 %global rpmver 4.18.0
#global snapver rc1 #global snapver rc1
%global baserelease 4 %global baserelease 5
%global sover 9 %global sover 9
%global srcver %{rpmver}%{?snapver:-%{snapver}} %global srcver %{rpmver}%{?snapver:-%{snapver}}
@ -619,6 +619,9 @@ fi
%doc docs/librpm/html/* %doc docs/librpm/html/*
%changelog %changelog
* Tue Nov 01 2022 Panu Matilainen <pmatilai@redhat.com> - 4.18.0-5
- Switch to Sequoia crypto (https://fedoraproject.org/wiki/Changes/RpmSequoia)
* Fri Oct 14 2022 Panu Matilainen <pmatilai@redhat.com> - 4.18.0-4 * Fri Oct 14 2022 Panu Matilainen <pmatilai@redhat.com> - 4.18.0-4
- Add an option for building with Sequoia crypto - Add an option for building with Sequoia crypto