From fb098b251151158bcacaee100b623e96a4d3934b Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Fri, 17 May 2024 14:00:22 +0200 Subject: [PATCH] Add xmlsec1-gnutls dependency on xmlsec1-gcrypt Related: RHEL-35381 --- xmlsec1.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xmlsec1.spec b/xmlsec1.spec index 1914618..e2092fc 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -1,7 +1,7 @@ Summary: Library providing support for "XML Signature" and "XML Encryption" standards Name: xmlsec1 Version: 1.2.29 -Release: 10%{?dist}%{?extra_release} +Release: 11%{?dist}%{?extra_release} License: MIT Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz URL: http://www.aleksey.com/xmlsec/ @@ -70,6 +70,7 @@ Libraries, includes, etc. for developing XML Security applications with GCrypt. %package gnutls Summary: GNUTls crypto plugin for XML Security Library Requires: xmlsec1%{?_isa} = %{version}-%{release} +Requires: xmlsec1-gcrypt%{?_isa} = %{version}-%{release} %description gnutls 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 %changelog +* Fri May 17 2024 Tomas Halman - 1.2.29-11 +- Add xmlsec1-gnutls dependency on xmlsec1-gcrypt + Related: RHEL-35381 + * Mon May 13 2024 Tomas Halman - 1.2.29-10 - Fix memory leaks found by SAST Resolves: RHEL-35381