From 98e7a391dacc0a1efd10653e450d1266b713111b675c58e637b28eb41451175f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 7 Dec 2018 11:02:13 +0000 Subject: [PATCH] - Make sure to recommend at least one backend when you install just xmlsec1 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=25 --- xmlsec1.changes | 6 ++++++ xmlsec1.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/xmlsec1.changes b/xmlsec1.changes index ec4d20a..26e47dd 100644 --- a/xmlsec1.changes +++ b/xmlsec1.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 7 11:01:44 UTC 2018 - Tomáš Chvátal + +- Make sure to recommend at least one backend when you install + just xmlsec1 + ------------------------------------------------------------------- Wed Oct 31 13:21:31 UTC 2018 - Tomáš Chvátal diff --git a/xmlsec1.spec b/xmlsec1.spec index 8c7fa24..0f16172 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -39,6 +39,7 @@ BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(nspr) BuildRequires: pkgconfig(nss) BuildRequires: pkgconfig(openssl) +Recommends: %{libopenssl} %description XML Security Library is a C library based on LibXML2 and OpenSSL. @@ -129,7 +130,8 @@ Libraries, includes, etc. for developing XML Security applications with NSS. %build %configure \ --disable-static \ - --disable-silent-rules + --disable-silent-rules \ + --without-gcrypt make %{?_smp_mflags} %install