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