From c85811e2578974b47193887a2c3cfc9873b9968c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 17 Jan 2018 18:56:10 +0100 Subject: [PATCH] BuildRequire openssl by pkgconfig() DO NOT REVERT THIS! EVER! Signed-off-by: Igor Gnatenko --- xmlrpc-c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 755c99a..66ca9c5 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -6,7 +6,7 @@ Name: xmlrpc-c Version: 1.51.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight RPC library based on XML and HTTP # See doc/COPYING for details. # The Python 1.5.2 license used by a few files is just BSD. @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(libxml-2.0) # upstream has its own fork of expat Provides: bundled(expat) %endif -BuildRequires: openssl-devel +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(libcurl) BuildRequires: readline-devel BuildRequires: ncurses-devel @@ -193,6 +193,9 @@ This package contains some handy XML-RPC demo applications. %{_bindir}/xmlrpc_dumpserver %changelog +* Wed Jan 17 2018 Igor Gnatenko - 1.51.0-2 +- BuildRequire openssl by pkgconfig() + * Mon Jan 01 2018 Igor Gnatenko - 1.51.0-1 - Update to 1.51.0