[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling.spec.in
noreply at shibboleth.net
noreply at shibboleth.net
Wed Aug 27 11:07:53 EDT 2014
Author: scantor
Date: Wed Aug 27 11:07:53 2014
New Revision: 1036
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1036&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-544
Modified:
branches/REL_1/xmltooling.spec.in
Modified: branches/REL_1/xmltooling.spec.in
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling.spec.in?rev=1036&r1=1035&r2=1036&view=diff
==============================================================================
--- branches/REL_1/xmltooling.spec.in (original)
+++ branches/REL_1/xmltooling.spec.in Wed Aug 27 11:07:53 2014
@@ -11,7 +11,11 @@
%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
BuildRequires: libXerces-c-devel >= 2.8.0
%else
+%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
+BuildRequires: xerces-c-devel >= 2.8
+%else
BuildRequires: libxerces-c-devel >= 2.8.0
+%endif
%endif
BuildRequires: libxml-security-c-devel >= 1.4.0
%{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
@@ -77,7 +81,11 @@
%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
Requires: libXerces-c-devel >= 2.8.0
%else
+%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
+Requires: xerces-c-devel >= 2.8
+%else
Requires: libxerces-c-devel >= 2.8.0
+%endif
%endif
Requires: libxml-security-c-devel >= 1.4.0
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
@@ -158,6 +166,9 @@
%doc %{pkgdocdir}
%changelog
+* Tue May 13 2014 Ian Young <ian at iay.org.uk> - 1.5.3-1.2
+- Update package dependencies for RHEL/CentOS 7
+
* Wed Dec 14 2011 Scott Cantor <cantor.2 at osu.edu> - 1.5-1
- Update lib package number.
- Add boost-devel dependency.
More information about the commits
mailing list