Add xmlsec1-gnutls dependency on xmlsec1-gcrypt
Related: RHEL-35381
This commit is contained in:
parent
2a2170b44d
commit
fb098b2511
@ -1,7 +1,7 @@
|
|||||||
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.2.29
|
Version: 1.2.29
|
||||||
Release: 10%{?dist}%{?extra_release}
|
Release: 11%{?dist}%{?extra_release}
|
||||||
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/
|
||||||
@ -70,6 +70,7 @@ 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} = %{version}-%{release}
|
||||||
|
Requires: xmlsec1-gcrypt%{?_isa} = %{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
|
||||||
@ -177,6 +178,10 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|||||||
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 17 2024 Tomas Halman <thalman@redhat.com> - 1.2.29-11
|
||||||
|
- Add xmlsec1-gnutls dependency on xmlsec1-gcrypt
|
||||||
|
Related: RHEL-35381
|
||||||
|
|
||||||
* Mon May 13 2024 Tomas Halman <thalman@redhat.com> - 1.2.29-10
|
* Mon May 13 2024 Tomas Halman <thalman@redhat.com> - 1.2.29-10
|
||||||
- Fix memory leaks found by SAST
|
- Fix memory leaks found by SAST
|
||||||
Resolves: RHEL-35381
|
Resolves: RHEL-35381
|
||||||
|
Loading…
Reference in New Issue
Block a user