[cpp-sp] branch master updated: SSPCPP-874 - Specfile has unnecessary "fix-up" logic

Scott Cantor cantor.2 at osu.edu
Thu Nov 21 09:06:47 EST 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=ccac57aced6005498d2770502d45e15ea78588e4

The following commit(s) were added to refs/heads/master by this push:
       new  ccac57a   SSPCPP-874 - Specfile has unnecessary "fix-up" logic
ccac57a is described below

commit ccac57aced6005498d2770502d45e15ea78588e4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 21 09:06:45 2019 -0500

    SSPCPP-874 - Specfile has unnecessary "fix-up" logic
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-874
---
 shibboleth.spec.in | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index 8d8eef7..352287f 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -294,14 +294,6 @@ exit 0
 %post
 /sbin/ldconfig
 
-# Key ownership fix.
-if [ -f %{_sysconfdir}/shibboleth/sp-key.pem ] ; then
-	%{__chown} %{runuser}:%{runuser} %{_sysconfdir}/shibboleth/sp-key.pem %{_sysconfdir}/shibboleth/sp-cert.pem 2>/dev/null || :
-fi
-
-# Fix ownership of log files (even on new installs, if they're left from an older one).
-%{__chown} %{runuser}:%{runuser} %{_localstatedir}/log/shibboleth/* 2>/dev/null || :
-
 # Generate two keys on new installs.
 if [ $1 -eq 1 ] ; then
 	cd %{_sysconfdir}/shibboleth

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list