forked from pool/cryptsetup
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
This commit is contained in:
parent
0ffce94442
commit
59aec6d066
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 15:52:52 UTC 2022 - Luca Boccassi <luca.boccassi@gmail.com>
|
||||
|
||||
- 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 <lnussel@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user