forked from pool/xmlsec1
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
This commit is contained in:
parent
35dd383dc0
commit
49fb55b38f
@ -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
|
Tue Jun 5 20:10:17 UTC 2018 - vmiklos@collabora.co.uk
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ standards "XML Digital Signature" and "XML Encryption".
|
|||||||
%package -n %{libgcrypt}
|
%package -n %{libgcrypt}
|
||||||
Summary: GCrypt crypto plugin for XML Security Library
|
Summary: GCrypt crypto plugin for XML Security Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Requires: %{libname} = %{version}
|
||||||
|
|
||||||
%description -n %{libgcrypt}
|
%description -n %{libgcrypt}
|
||||||
GCrypt plugin for XML Security Library provides GCrypt based crypto services
|
GCrypt plugin for XML Security Library provides GCrypt based crypto services
|
||||||
@ -65,6 +66,7 @@ for the xmlsec library.
|
|||||||
%package -n %{libgnutls}
|
%package -n %{libgnutls}
|
||||||
Summary: GNUTls crypto plugin for XML Security Library
|
Summary: GNUTls crypto plugin for XML Security Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Requires: %{libname} = %{version}
|
||||||
|
|
||||||
%description -n %{libgnutls}
|
%description -n %{libgnutls}
|
||||||
GNUTls plugin for XML Security Library provides GNUTls based crypto services
|
GNUTls plugin for XML Security Library provides GNUTls based crypto services
|
||||||
@ -73,6 +75,7 @@ for the xmlsec library.
|
|||||||
%package -n %{libnss}
|
%package -n %{libnss}
|
||||||
Summary: NSS crypto plugin for XML Security Library
|
Summary: NSS crypto plugin for XML Security Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Requires: %{libname} = %{version}
|
||||||
|
|
||||||
%description -n %{libnss}
|
%description -n %{libnss}
|
||||||
NSS plugin for XML Security Library provides NSS based crypto services
|
NSS plugin for XML Security Library provides NSS based crypto services
|
||||||
@ -81,6 +84,7 @@ for the xmlsec library.
|
|||||||
%package -n %{libopenssl}
|
%package -n %{libopenssl}
|
||||||
Summary: OpenSSL crypto plugin for XML Security Library
|
Summary: OpenSSL crypto plugin for XML Security Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Requires: %{libname} = %{version}
|
||||||
|
|
||||||
%description -n %{libopenssl}
|
%description -n %{libopenssl}
|
||||||
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
|
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
|
||||||
|
Loading…
Reference in New Issue
Block a user