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