Revert to version 1.2.37
Resolves: rhbz#2187631 - Cannot load modules/mod_auth_mellon.so
This commit is contained in:
parent
187f5ab9c9
commit
a6b6191bc0
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (xmlsec1-1.3.0.tar.gz) = ac1b1b88336959f54ef7fcfd6b9ff0feb2ba00a966a8e5b4efb97e802a1f9bb7adf5f4524c7f169344a1b7258377b5a7e879a0ab5ce25cfae3b05eac9b54729d
|
SHA512 (xmlsec1-1.2.37.tar.gz) = 99220cb28a346ffac0023f9f177d6a7be3ddcea04bea434b7dc926c1f0aaa5564d75f74f92896ac100179c04d77e001f688ddf46fed4e0a0b4f20b7b87c24900
|
||||||
|
35
xmlsec1.spec
35
xmlsec1.spec
@ -1,7 +1,8 @@
|
|||||||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||||
Name: xmlsec1
|
Name: xmlsec1
|
||||||
Version: 1.3.0
|
Version: 1.2.37
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 4%{?dist}%{?extra_release}
|
||||||
|
Epoch: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
||||||
URL: http://www.aleksey.com/xmlsec/
|
URL: http://www.aleksey.com/xmlsec/
|
||||||
@ -27,7 +28,7 @@ standards "XML Digital Signature" and "XML Encryption".
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
|
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
|
||||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1%{?_isa} = 1:%{version}-%{release}
|
||||||
Requires: openssl-devel%{?_isa} >= 1.0.0
|
Requires: openssl-devel%{?_isa} >= 1.0.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -36,7 +37,7 @@ Signatures and XML Encryption support.
|
|||||||
|
|
||||||
%package openssl
|
%package openssl
|
||||||
Summary: OpenSSL crypto plugin for XML Security Library
|
Summary: OpenSSL crypto plugin for XML Security Library
|
||||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1%{?_isa} = 1:%{version}-%{release}
|
||||||
|
|
||||||
%description openssl
|
%description openssl
|
||||||
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
|
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
|
||||||
@ -44,15 +45,15 @@ for the xmlsec library.
|
|||||||
|
|
||||||
%package openssl-devel
|
%package openssl-devel
|
||||||
Summary: OpenSSL crypto plugin for XML Security Library
|
Summary: OpenSSL crypto plugin for XML Security Library
|
||||||
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1-devel%{?_isa} = 1:%{version}-%{release}
|
||||||
Requires: xmlsec1-openssl%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1-openssl%{?_isa} = 1:%{version}-%{release}
|
||||||
|
|
||||||
%description openssl-devel
|
%description openssl-devel
|
||||||
Libraries, includes, etc. for developing XML Security applications with OpenSSL
|
Libraries, includes, etc. for developing XML Security applications with OpenSSL
|
||||||
|
|
||||||
%package gcrypt
|
%package gcrypt
|
||||||
Summary: GCrypt crypto plugin for XML Security Library
|
Summary: GCrypt crypto plugin for XML Security Library
|
||||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1%{?_isa} = 1:%{version}-%{release}
|
||||||
|
|
||||||
%description gcrypt
|
%description gcrypt
|
||||||
GCrypt plugin for XML Security Library provides GCrypt based crypto services
|
GCrypt plugin for XML Security Library provides GCrypt based crypto services
|
||||||
@ -60,15 +61,15 @@ for the xmlsec library.
|
|||||||
|
|
||||||
%package gcrypt-devel
|
%package gcrypt-devel
|
||||||
Summary: GCrypt crypto plugin for XML Security Library
|
Summary: GCrypt crypto plugin for XML Security Library
|
||||||
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1-devel%{?_isa} = 1:%{version}-%{release}
|
||||||
Requires: xmlsec1-gnutls-devel%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1-gnutls-devel%{?_isa} = 1:%{version}-%{release}
|
||||||
|
|
||||||
%description gcrypt-devel
|
%description gcrypt-devel
|
||||||
Libraries, includes, etc. for developing XML Security applications with GCrypt.
|
Libraries, includes, etc. for developing XML Security applications with GCrypt.
|
||||||
|
|
||||||
%package gnutls
|
%package gnutls
|
||||||
Summary: GNUTls crypto plugin for XML Security Library
|
Summary: GNUTls crypto plugin for XML Security Library
|
||||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1%{?_isa} = 1:%{version}-%{release}
|
||||||
|
|
||||||
%description gnutls
|
%description gnutls
|
||||||
GNUTls plugin for XML Security Library provides GNUTls based crypto services
|
GNUTls plugin for XML Security Library provides GNUTls based crypto services
|
||||||
@ -76,8 +77,8 @@ for the xmlsec library.
|
|||||||
|
|
||||||
%package gnutls-devel
|
%package gnutls-devel
|
||||||
Summary: GNUTls crypto plugin for XML Security Library
|
Summary: GNUTls crypto plugin for XML Security Library
|
||||||
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1-devel%{?_isa} = 1:%{version}-%{release}
|
||||||
Requires: xmlsec1-openssl-devel%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1-openssl-devel%{?_isa} = 1:%{version}-%{release}
|
||||||
Requires: gnutls-devel%{?_isa} >= 1.0.20
|
Requires: gnutls-devel%{?_isa} >= 1.0.20
|
||||||
|
|
||||||
%description gnutls-devel
|
%description gnutls-devel
|
||||||
@ -85,7 +86,7 @@ Libraries, includes, etc. for developing XML Security applications with GNUTls.
|
|||||||
|
|
||||||
%package nss
|
%package nss
|
||||||
Summary: NSS crypto plugin for XML Security Library
|
Summary: NSS crypto plugin for XML Security Library
|
||||||
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1%{?_isa} = 1:%{version}-%{release}
|
||||||
|
|
||||||
%description nss
|
%description nss
|
||||||
NSS plugin for XML Security Library provides NSS based crypto services
|
NSS plugin for XML Security Library provides NSS based crypto services
|
||||||
@ -93,8 +94,8 @@ for the xmlsec library
|
|||||||
|
|
||||||
%package nss-devel
|
%package nss-devel
|
||||||
Summary: NSS crypto plugin for XML Security Library
|
Summary: NSS crypto plugin for XML Security Library
|
||||||
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1-devel%{?_isa} = 1:%{version}-%{release}
|
||||||
Requires: xmlsec1-nss%{?_isa} = %{version}-%{release}
|
Requires: xmlsec1-nss%{?_isa} = 1:%{version}-%{release}
|
||||||
|
|
||||||
%description nss-devel
|
%description nss-devel
|
||||||
Libraries, includes, etc. for developing XML Security applications with NSS.
|
Libraries, includes, etc. for developing XML Security applications with NSS.
|
||||||
@ -175,6 +176,10 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|||||||
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 22 2023 Tomas Halman <thalman@redhat.com> - 1.2.37-4
|
||||||
|
- Resolves: rhbz#2187631 - Cannot load modules/mod_auth_mellon.so
|
||||||
|
Revert to previous version
|
||||||
|
|
||||||
* Fri Apr 14 2023 Tomas Halman <thalman@redhat.com> - 1.3.0-1
|
* Fri Apr 14 2023 Tomas Halman <thalman@redhat.com> - 1.3.0-1
|
||||||
- Resolves: rhbz#2186304 - rebase to version 1.3.0
|
- Resolves: rhbz#2186304 - rebase to version 1.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user