Rebuild for OpenSSL 3.2.
This commit is contained in:
parent
dc2eee114e
commit
ff6a8fbe3b
@ -1,7 +1,7 @@
|
||||
Summary: Utility for setting up encrypted disks
|
||||
Name: cryptsetup
|
||||
Version: 2.7.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception
|
||||
URL: https://gitlab.com/cryptsetup/cryptsetup
|
||||
BuildRequires: autoconf, automake, libtool, gettext-devel,
|
||||
@ -10,9 +10,6 @@ BuildRequires: libuuid-devel, gcc, json-c-devel
|
||||
BuildRequires: libpwquality-devel, libblkid-devel
|
||||
BuildRequires: make libssh-devel
|
||||
BuildRequires: asciidoctor
|
||||
%if %{undefined rhel}
|
||||
BuildRequires: libargon2-devel
|
||||
%endif
|
||||
Requires: cryptsetup-libs = %{version}-%{release}
|
||||
Requires: libpwquality >= 1.2.0
|
||||
Obsoletes: %{name}-reencrypt <= %{version}
|
||||
@ -72,7 +69,7 @@ rm -f man/*.8
|
||||
|
||||
./autogen.sh
|
||||
%configure --enable-fips --enable-pwquality --enable-asciidoc \
|
||||
--enable-%{?rhel:internal-sse-}%{!?rhel:lib}argon2
|
||||
%{?rhel:--enable-internal-sse-argon2}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -121,6 +118,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la
|
||||
%{_sbindir}/cryptsetup-ssh
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2024 Ondrej Kozina <okozina@redhat.com> - 2.7.0-2
|
||||
- Rebuild for OpenSSL Argon2 implementation (OpenSSL 3.2)
|
||||
|
||||
* Wed Jan 24 2024 Ondrej Kozina <okozina@redhat.com> - 2.7.0-1
|
||||
- Update to cryptsetup 2.7.0.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user