SPECS: git-core.spec - git-daemon was moved away from PATH in 1.6.0
adamg
adamg at pld-linux.org
Tue Oct 14 22:59:16 CEST 2008
Author: adamg Date: Tue Oct 14 20:59:16 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- git-daemon was moved away from PATH in 1.6.0
---- Files affected:
SPECS:
git-core.spec (1.139 -> 1.140)
---- Diffs:
================================================================
Index: SPECS/git-core.spec
diff -u SPECS/git-core.spec:1.139 SPECS/git-core.spec:1.140
--- SPECS/git-core.spec:1.139 Fri Sep 19 20:58:01 2008
+++ SPECS/git-core.spec Tue Oct 14 22:59:11 2008
@@ -335,6 +335,10 @@
install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/git-daemon
install %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/git-daemon
+# paths cleanup
+sed -e 's, at libdir@,%{_libdir},g' -i $RPM_BUILD_ROOT/etc/rc.d/init.d/git-daemon
+sed -e 's, at libdir@,%{_libdir},g' -i $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/git-daemon
+
# remove unneeded files
rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Git/.packlist
@@ -485,6 +489,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.140 2008/10/14 20:59:11 adamg
+- git-daemon was moved away from PATH in 1.6.0
+
Revision 1.139 2008/09/19 18:58:01 adamg
- updated to 1.6.0.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/git-core.spec?r1=1.139&r2=1.140&f=u
More information about the pld-cvs-commit
mailing list