[shibboleth-sp2] 38/119: Fix for native log location on SuSE.

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:48 UTC 2016


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

wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.

commit 9880fc4f56382c61a339fcb4a1949cde3a1a5970
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Mon Aug 13 15:30:46 2007 +0000

    Fix for native log location on SuSE.
---
 shibboleth.spec.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index 707e61c..4add704 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -84,6 +84,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
 make -C selinux install DESTDIR=$RPM_BUILD_ROOT
 mv $RPM_BUILD_ROOT/usr/doc/shibboleth _docs
 
+%if "%{_vendor}" == "suse"
+	sed -i "s/\/var\/log\/httpd/\/var\/log\/apache2/g" \
+		$RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/native.logger
+%endif
+
 find $RPM_BUILD_ROOT/%{_libexecdir} -type f -or -type l | grep \.so |
   sed -e "s|$RPM_BUILD_ROOT||" | sort > rpm.filelist
 

-- 
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