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