diff --git a/cryptsetup.changes b/cryptsetup.changes index bfa1f47..c1b6626 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,9 @@ +Thu Oct 17 11:55:51 UTC 2019 - Vítězslav Čížek + +- Create a weak dependency cycle between libcryptsetup and + libcryptsetup-hmac to make sure they are installed together + (bsc#1090768) + ------------------------------------------------------------------- Fri Feb 15 15:01:18 UTC 2019 - Jan Engelhardt diff --git a/cryptsetup.spec b/cryptsetup.spec index 491ee5a..f05f570 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -66,7 +66,7 @@ time via the config file %{_sysconfdir}/crypttab. %package -n libcryptsetup%{so_ver} Summary: Library for setting up dm-crypt Based Encrypted Block Devices Group: System/Libraries -Suggests: libcryptsetup%{so_ver}-hmac +Suggests: libcryptsetup%{so_ver}-hmac = %{version}-%{release} %description -n libcryptsetup%{so_ver} cryptsetup is used to conveniently set up dm-crypt based device-mapper @@ -78,6 +78,7 @@ time via the config file %{_sysconfdir}/crypttab. %package -n libcryptsetup%{so_ver}-hmac Summary: Checksums for libcryptsetup%{so_ver} Group: System/Base +Requires: libcryptsetup%{so_ver} = %{version}-%{release} %description -n libcryptsetup%{so_ver}-hmac This package contains HMAC checksums for integrity checking of libcryptsetup4,