[shibboleth-sp2] 23/29: Use PreReq for schemas, add root back to file ownership
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:30:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 2.4.3
in repository shibboleth-sp2.
commit ba275c0be4401695a8f2f0edb68470b8ff3260fa
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Tue Jun 28 22:08:27 2011 +0000
Use PreReq for schemas, add root back to file ownership
---
shibboleth.spec.in | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index 5b37ddc..2c359d1 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -1,14 +1,15 @@
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: 1
-Summary: Open source system for attribute-based Web SSO
+Summary: Open source system for attribute-based Web SSO
Group: Productivity/Networking/Security
-Vendor: Internet2
+Vendor: Internet2
License: Apache 2.0
URL: http://shibboleth.internet2.edu/
-Source: %{name}-sp-%{version}.tar.gz
+Source: %{name}-sp-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Requires: openssl, xmltooling-schemas, opensaml-schemas
+Requires: openssl
+PreReq: xmltooling-schemas, opensaml-schemas
%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
PreReq: %{insserv_prereq}
BuildRequires: libXerces-c-devel >= 2.8.0
@@ -214,7 +215,7 @@ cd /
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*
%exclude %{_libdir}/%{name}/*.la
-%attr(0750,-,-) %dir %{_localstatedir}/log/%{name}
+%attr(0750,root,root) %dir %{_localstatedir}/log/%{name}
%dir %{_localstatedir}/run/%{name}
%dir %{_datadir}/xml/%{name}
%{_datadir}/xml/%{name}/*
@@ -231,8 +232,8 @@ cd /
%{_sysconfdir}/%{name}/*.dist
%{_sysconfdir}/%{name}/apache*.config
%{_sysconfdir}/%{name}/shibd-*
-%attr(755,-,-) %{_sysconfdir}/%{name}/keygen.sh
-%attr(755,-,-) %{_sysconfdir}/%{name}/metagen.sh
+%attr(0755,root,root) %{_sysconfdir}/%{name}/keygen.sh
+%attr(0755,root,root) %{_sysconfdir}/%{name}/metagen.sh
%{_sysconfdir}/%{name}/*.xsl
%doc %{pkgdocdir}
%exclude %{pkgdocdir}/api
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list