[cpp-linbuild] 12/25: Revert "xml-security-c: Depend on general xerces-c-devel RPM"

Scott Cantor cantor.2 at osu.edu
Mon Apr 5 12:46:55 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=4c8df1c06575ad98b8b47ee2272563886a520349

commit 4c8df1c06575ad98b8b47ee2272563886a520349
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Wed Dec 23 13:09:32 2020 -0500

    Revert "xml-security-c: Depend on general xerces-c-devel RPM"
    
    This reverts commit 8bad1647c0973b71784304d01f756da33ef186f4.
    
    It is the xerces-c specfile that needs to change. All other
    components depend on libxerces-c-devel.
---
 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 911282f..8fabc8e 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:  xerces-c-devel >= 3.2
+BuildRequires:  libxerces-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:       xerces-c-devel >= 3.2
+Requires:       libxerces-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