Remove libgcrypt dependency.
- removes an oversight of explicit runtime dependency in cryptsetup-libs
This commit is contained in:
parent
102814679a
commit
0dd1b208bc
@ -22,7 +22,7 @@ Obsoletes: cryptsetup-python3
|
|||||||
Summary: A utility for setting up encrypted disks
|
Summary: A utility for setting up encrypted disks
|
||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Version: 2.0.3
|
Version: 2.0.3
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://gitlab.com/cryptsetup/cryptsetup
|
URL: https://gitlab.com/cryptsetup/cryptsetup
|
||||||
@ -64,8 +64,6 @@ Group: System Environment/Libraries
|
|||||||
Summary: Cryptsetup shared library
|
Summary: Cryptsetup shared library
|
||||||
Provides: cryptsetup-luks-libs = %{version}-%{release}
|
Provides: cryptsetup-luks-libs = %{version}-%{release}
|
||||||
Obsoletes: cryptsetup-luks-libs < 1.4.0
|
Obsoletes: cryptsetup-luks-libs < 1.4.0
|
||||||
# Need support for fixed gcrypt PBKDF2 and fixed Whirlpool hash.
|
|
||||||
Requires: libgcrypt >= 1.6.1
|
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
This package contains the cryptsetup shared library, libcryptsetup.
|
This package contains the cryptsetup shared library, libcryptsetup.
|
||||||
@ -227,6 +225,9 @@ popd
|
|||||||
%clean
|
%clean
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 17 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-6
|
||||||
|
- Remove libgcrypt dependency from cryptsetup-libs package.
|
||||||
|
|
||||||
* Tue Jul 17 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-5
|
* Tue Jul 17 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-5
|
||||||
- Replace sed script with --disable-rpath configure option.
|
- Replace sed script with --disable-rpath configure option.
|
||||||
- Switch cryptsetup to openssl crypto backend.
|
- Switch cryptsetup to openssl crypto backend.
|
||||||
|
Loading…
Reference in New Issue
Block a user