From 59aec6d0666bda92d5130fbe0086cd51b459021d989e8ad13cfec12bc9a7d5c0 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 14 Sep 2022 07:18:13 +0000 Subject: [PATCH] Accepting request 1003354 from home:bluca:branches:security - Add virtual provides for 'integritysetup' and 'veritysetup' to match package names provided by Fedora/RHEL, to allow the same set of dependencies to be used across all RPM distributions. OBS-URL: https://build.opensuse.org/request/show/1003354 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=180 --- cryptsetup.changes | 7 +++++++ cryptsetup.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/cryptsetup.changes b/cryptsetup.changes index c9c4cb3..dbd8c2c 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 13 15:52:52 UTC 2022 - Luca Boccassi + +- Add virtual provides for 'integritysetup' and 'veritysetup' to match + package names provided by Fedora/RHEL, to allow the same set of + dependencies to be used across all RPM distributions. + ------------------------------------------------------------------- Mon Aug 22 08:38:16 UTC 2022 - Ludwig Nussel diff --git a/cryptsetup.spec b/cryptsetup.spec index 2217fd3..cbbaf77 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -50,6 +50,8 @@ BuildRequires: pkgconfig(openssl) BuildRequires: rubygem(asciidoctor) Requires(post): coreutils Requires(postun):coreutils +Provides: integritysetup = %{version}-%{release} +Provides: veritysetup = %{version}-%{release} %if %{?suse_version} >= 1550 # LUKS2 used as default format, which GRUB < 2.06 can't read Conflicts: grub2 < 2.06