From 49fb55b38f923f578c7fa4689e8d46c01db513c7c22bddc8ee5e262068dbf262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Aug 2018 10:18:26 +0000 Subject: [PATCH] Accepting request 629443 from home:kallan:branches:LibreOffice:Factory - Fixed (bsc#1104876). Added: Requires: %{libname} = %{version} to each module in the spec file. This will ensure that when one of the modules is installed the corresponding version of libxmlsec1-1 will also be installed/upgraded. OBS-URL: https://build.opensuse.org/request/show/629443 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=20 --- xmlsec1.changes | 7 +++++++ xmlsec1.spec | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/xmlsec1.changes b/xmlsec1.changes index d0251fc..dbb47c5 100644 --- a/xmlsec1.changes +++ b/xmlsec1.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 14 18:51:27 UTC 2018 - kallan@suse.com + +- Fixed (bsc#1104876). Added: Requires: %{libname} = %{version} to each module + in the spec file. This will ensure that when one of the modules is installed + the corresponding version of libxmlsec1-1 will also be installed/upgraded. + ------------------------------------------------------------------- Tue Jun 5 20:10:17 UTC 2018 - vmiklos@collabora.co.uk diff --git a/xmlsec1.spec b/xmlsec1.spec index 8d8a0cf..ccc7c81 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -57,6 +57,7 @@ standards "XML Digital Signature" and "XML Encryption". %package -n %{libgcrypt} Summary: GCrypt crypto plugin for XML Security Library Group: System/Libraries +Requires: %{libname} = %{version} %description -n %{libgcrypt} GCrypt plugin for XML Security Library provides GCrypt based crypto services @@ -65,6 +66,7 @@ for the xmlsec library. %package -n %{libgnutls} Summary: GNUTls crypto plugin for XML Security Library Group: System/Libraries +Requires: %{libname} = %{version} %description -n %{libgnutls} GNUTls plugin for XML Security Library provides GNUTls based crypto services @@ -73,6 +75,7 @@ for the xmlsec library. %package -n %{libnss} Summary: NSS crypto plugin for XML Security Library Group: System/Libraries +Requires: %{libname} = %{version} %description -n %{libnss} NSS plugin for XML Security Library provides NSS based crypto services @@ -81,6 +84,7 @@ for the xmlsec library. %package -n %{libopenssl} Summary: OpenSSL crypto plugin for XML Security Library Group: System/Libraries +Requires: %{libname} = %{version} %description -n %{libopenssl} OpenSSL plugin for XML Security Library provides OpenSSL based crypto services