From e9128fe26eacbc4cfeed072a97e802bc144ee6b1 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter <jakob@kirei.se> Date: Fri, 16 Jan 2015 14:38:09 +0100 Subject: [PATCH] create /var/lib/simplesamlphp/cert --- extra/simplesamlphp.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec index c95fde602..2ffbcafc8 100644 --- a/extra/simplesamlphp.spec +++ b/extra/simplesamlphp.spec @@ -41,6 +41,7 @@ For further information, see the documentation at https://simplesamlphp.org/docs %install mkdir -p %{buildroot}%{_prefix}simplesamlphp/log mkdir -p %{buildroot}%{_prefix}simplesamlphp/data +mkdir -p %{buildroot}%{_prefix}simplesamlphp/cert install -d %{buildroot}%{_prefix} tar cf - . | (cd %{buildroot}%{_prefix}simplesamlphp; tar xfp -) @@ -92,3 +93,4 @@ tar cf - . | (cd %{buildroot}%{_prefix}simplesamlphp; tar xfp -) %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 +%dir %attr(0750, root, apache) /var/lib/simplesamlphp/cert -- GitLab