From 6a28f3c77024a6293805ca969d66aa1e3f4a541cc5954f6b62b86074aea39800 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 11 Dec 2019 15:11:37 +0000 Subject: [PATCH] Accepting request 739355 from home:vitezslav_cizek:branches:security - Create a weak dependency cycle between libcryptsetup and libcryptsetup-hmac to make sure they are installed together (bsc#1090768) OBS-URL: https://build.opensuse.org/request/show/739355 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=151 --- cryptsetup.changes | 6 ++++++ cryptsetup.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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,