[cpp-linbuild] 11/25: xml-security-c: Depend on general xerces-c-devel RPM
Scott Cantor
cantor.2 at osu.edu
Mon Apr 5 12:46:54 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=8bad1647c0973b71784304d01f756da33ef186f4
commit 8bad1647c0973b71784304d01f756da33ef186f4
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Wed Dec 23 10:13:05 2020 -0500
xml-security-c: Depend on general xerces-c-devel RPM
The upstream xerces-c spec file does not produce a libxerces-c-devel
RPM.
---
common/SPECS/xml-security-c.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/SPECS/xml-security-c.spec b/common/SPECS/xml-security-c.spec
index 8fabc8e..911282f 100644
--- a/common/SPECS/xml-security-c.spec
+++ b/common/SPECS/xml-security-c.spec
@@ -9,7 +9,7 @@ Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?_with_xalan:BuildRequires: libxalan-c-devel >= 1.11}
-BuildRequires: libxerces-c-devel >= 3.2
+BuildRequires: xerces-c-devel >= 3.2
BuildRequires: openssl-devel gcc-c++ pkgconfig
%if "%{_vendor}" == "redhat"
BuildRequires: redhat-rpm-config
@@ -55,7 +55,7 @@ Summary: Development files for the Apache C++ XML security library
Group: Development/Libraries/C and C++
Requires: libxml-security-c20 = %{version}-%{release}
Requires: openssl-devel
-Requires: libxerces-c-devel >= 3.2
+Requires: xerces-c-devel >= 3.2
%{?_with_xalan:Requires: libxalan-c-devel >= 1.11}
Provides: xml-security-c-devel = %{version}-%{release}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list