From 22f4f4b08c5cd2c3c431dcf61b46dfdaf9ffc0b71ed7d1745824344209cc28de Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 9 Mar 2022 16:20:45 +0000 Subject: [PATCH] - 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 --- p11-kit.changes | 5 +++++ p11-kit.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/p11-kit.changes b/p11-kit.changes index 711ccd2..b9dc398 100644 --- a/p11-kit.changes +++ b/p11-kit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 9 16:19:28 UTC 2022 - Ludwig Nussel + +- make sure p11-kit components have matching versions (boo#1196812) + ------------------------------------------------------------------- Tue Jan 25 10:42:15 UTC 2022 - Bjørn Lie diff --git a/p11-kit.spec b/p11-kit.spec index 1d565cf..75c3c4d 100644 --- a/p11-kit.spec +++ b/p11-kit.spec @@ -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