From b1a4fb2b7b8b3eb3dfef4e6eb30e479d005c66ca Mon Sep 17 00:00:00 2001 From: Jakob Schlyter <jakob@kirei.se> Date: Mon, 10 Oct 2016 12:10:23 +0200 Subject: [PATCH] sort and update files --- extra/simplesamlphp.spec | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec index 275e0eaba..4504549b0 100644 --- a/extra/simplesamlphp.spec +++ b/extra/simplesamlphp.spec @@ -69,27 +69,21 @@ tar cf - . | (cd %{buildroot}%{_prefix}simplesamlphp; tar xfp -) %defattr(-,root,root) /var/lib/simplesamlphp/ %dir %attr(0750, root,apache) /var/lib/simplesamlphp/config -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/config.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/config-login-feide.php +%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/acl.php %config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/authmemcookie.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/translation.php %config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/authsources.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/acl.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/ldapmulti.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/cas-ldap.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/config-login-auto.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/ldap.php +%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/config/config.php %dir %attr(0750, root,apache) /var/lib/simplesamlphp/metadata -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/shib13-sp-hosted.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/shib13-sp-remote.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/shib13-idp-remote.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/saml20-sp-remote.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/saml20-idp-hosted.php %config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/adfs-idp-hosted.php %config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/adfs-sp-remote.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/wsfed-idp-remote.php -%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/shib13-idp-hosted.php +%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/saml20-idp-hosted.php %config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/saml20-idp-remote.php +%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/saml20-sp-remote.php +%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/shib13-idp-hosted.php +%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/shib13-idp-remote.php +%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/shib13-sp-hosted.php +%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/shib13-sp-remote.php +%config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/wsfed-idp-remote.php %config(noreplace) %attr(0640, root,apache) /var/lib/simplesamlphp/metadata/wsfed-sp-hosted.php %dir %attr(0770, root, apache) /var/lib/simplesamlphp/log %dir %attr(0770, root, apache) /var/lib/simplesamlphp/data -- GitLab