[cpp-opensaml COMMIT] /branches/REL_2/opensaml.spec.in

noreply at shibboleth.net noreply at shibboleth.net
Wed Aug 27 11:11:57 EDT 2014


Author: scantor
Date: Wed Aug 27 11:11:57 2014
New Revision: 772

URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=772&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-544

Modified:
    branches/REL_2/opensaml.spec.in

Modified: branches/REL_2/opensaml.spec.in
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/opensaml.spec.in?rev=772&r1=771&r2=772&view=diff
==============================================================================
--- branches/REL_2/opensaml.spec.in (original)
+++ branches/REL_2/opensaml.spec.in Wed Aug 27 11:11:57 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
 BuildRequires:  libxmltooling-devel >= 1.4
@@ -68,9 +72,13 @@
 Provides:	@PACKAGE_NAME at -devel = %{version}-%{release}
 Obsoletes:	@PACKAGE_NAME at -devel < %{version}-%{release}
 %if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
-BuildRequires:  libXerces-c-devel >= 2.8.0
+Requires:  libXerces-c-devel >= 2.8.0
 %else
-BuildRequires:  libxerces-c-devel >= 2.8.0
+%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
 Requires: libxmltooling-devel >= 1.4
@@ -142,6 +150,10 @@
 %doc %{pkgdocdir}
 
 %changelog
+* Tue May 13 2014 Ian Young <ian at iay.org.uk> - 2.5.3-1.2
+- Update package dependencies for RHEL/CentOS 7
+- Fixed bogus dates in changelog
+
 * Wed Dec 14 2011 Scott Cantor  <cantor.2 at osu.edu>  - 2.5-1
 - Update lib package number.
 - Add boost-devel dependency.
@@ -182,5 +194,5 @@
 * Fri Jul 13 2007  Scott Cantor  <cantor.2 at osu.edu>  - 2.0-2
 - Second alpha.
 
-* Sun Apr 16 2007  Scott Cantor  <cantor.2 at osu.edu>  - 2.0-1
+* Mon Apr 16 2007  Scott Cantor  <cantor.2 at osu.edu>  - 2.0-1
 - First SPEC file for 2.0.



More information about the commits mailing list