forked from pool/cryptsetup
Accepting request 1003455 from security
OBS-URL: https://build.opensuse.org/request/show/1003455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=119
This commit is contained in:
commit
db4246dcb6
@ -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