[cpp-sp COMMIT] /branches/REL_2/shibboleth.spec.in

noreply at shibboleth.net noreply at shibboleth.net
Sun Nov 16 23:53:47 EST 2014


Author: scantor
Date: Sun Nov 16 23:53:46 2014
New Revision: 3887

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3887&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-606

Modified:
    branches/REL_2/shibboleth.spec.in

Modified: branches/REL_2/shibboleth.spec.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibboleth.spec.in?rev=3887&r1=3886&r2=3887&view=diff
==============================================================================
--- branches/REL_2/shibboleth.spec.in (original)
+++ branches/REL_2/shibboleth.spec.in Sun Nov 16 23:53:46 2014
@@ -33,6 +33,9 @@
 %if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600
 Requires:	libcurl-openssl%{?_isa} >= 7.21.7
 BuildRequires:	chrpath
+%endif
+%if 0%{?suse_version} > 1300
+BuildRequires: libtool
 %endif
 BuildRequires:  gcc-c++, zlib-devel, boost-devel >= 1.32.0
 %{!?_without_gssapi:BuildRequires: krb5-devel}
@@ -311,7 +314,9 @@
 %dir %{_libdir}/shibboleth
 %{_libdir}/shibboleth/*
 %attr(0750,%{runuser},%{runuser}) %dir %{_localstatedir}/log/shibboleth
+%if 0%{?suse_version} > 1300
 %attr(0755,%{runuser},%{runuser}) %dir %{_localstatedir}/run/shibboleth
+%endif
 %attr(0755,%{runuser},%{runuser}) %dir %{_localstatedir}/cache/shibboleth
 %dir %{_datadir}/xml/shibboleth
 %{_datadir}/xml/shibboleth/*



More information about the commits mailing list