- 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:
Ludwig Nussel 2022-03-09 16:20:45 +00:00 committed by Git OBS Bridge
parent 8b07a63ed5
commit 22f4f4b08c
2 changed files with 8 additions and 0 deletions

View File

@ -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>

View File

@ -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