- make sure p11-kit components have matching versions (boo#1196812)
OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=47
This commit is contained in:
parent
8b07a63ed5
commit
22f4f4b08c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 9 16:19:28 UTC 2022 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- make sure p11-kit components have matching versions (boo#1196812)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 10:42:15 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -46,6 +46,7 @@ such a way that they're discoverable.
|
||||
%package -n libp11-kit0
|
||||
Summary: Library to work with PKCS#11 modules
|
||||
Group: System/Libraries
|
||||
Conflicts: p11-kit < %{version}-%{release}
|
||||
|
||||
%description -n libp11-kit0
|
||||
p11-kit provides a way to load and enumerate PKCS#11 modules, as well
|
||||
@ -55,6 +56,7 @@ such a way that they're discoverable.
|
||||
%package tools
|
||||
Summary: Library to work with PKCS#11 modules -- Tools
|
||||
Group: Development/Libraries/C and C++
|
||||
Conflicts: p11-kit < %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
p11-kit provides a way to load and enumerate PKCS#11 modules, as well
|
||||
@ -65,6 +67,7 @@ such a way that they're discoverable.
|
||||
Summary: Library to work with PKCS#11 modules -- Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libp11-kit0 = %{version}
|
||||
Conflicts: p11-kit < %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
p11-kit provides a way to load and enumerate PKCS#11 modules, as well
|
||||
|
Loading…
Reference in New Issue
Block a user