Rebuilt for OpenSSL3

Related: rhbz#1962052 - lasso: Port to OpenSSL 3.0
This commit is contained in:
Jakub Hrozek 2021-06-03 21:22:16 +02:00
parent 69e6807d78
commit f4a012b7f1

View File

@ -1,7 +1,7 @@
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
Name: xmlsec1
Version: 1.2.29
Release: 4%{?dist}%{?extra_release}
Release: 5%{?dist}%{?extra_release}
License: MIT
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
URL: http://www.aleksey.com/xmlsec/
@ -176,6 +176,10 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
%{_libdir}/pkgconfig/xmlsec1-nss.pc
%changelog
* Thu Jun 3 2021 Jakub Hrozek <jhrozek@redhat.com - 1.2.29-5
- Rebuilt for OpenSSL3
- Related: rhbz#1962052 - lasso: Port to OpenSSL 3.0
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937