[cpp-sp] branch main updated: SSPCPP-897 - Syntax error in PREUN in specfile
Scott Cantor
cantor.2 at osu.edu
Fri Dec 4 14:43:22 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=d05be50f506ea84d108b72c65f7c246786d261b9
The following commit(s) were added to refs/heads/main by this push:
new d05be50f SSPCPP-897 - Syntax error in PREUN in specfile
d05be50f is described below
commit d05be50f506ea84d108b72c65f7c246786d261b9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 4 09:42:17 2020 -0500
SSPCPP-897 - Syntax error in PREUN in specfile
https://issues.shibboleth.net/jira/browse/SSPCPP-897
---
shibboleth.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index b934bdfc..16d18856 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -361,6 +361,7 @@ if [ $1 -gt 1 ] ; then
%endif
if [ $1 -eq 0 ] ; then
%{!?_without_builtinapache:/sbin/service httpd status 1>/dev/null && /sbin/service httpd restart 1>/dev/null}
+ exit 0
fi
%endif
%if "%{_vendor}" == "suse"
@@ -371,6 +372,7 @@ if [ $1 -gt 1 ] ; then
%endif
if [ $1 -eq 0 ] ; then
%{!?_without_builtinapache:/sbin/service apache2 status 1>/dev/null && /sbin/service apache2 restart 1>/dev/null}
+ exit 0
fi
%endif
exit 0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list