From 219745254531ecd8c1b887e4414f7b8e2075f5ab Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 11 Dec 2008 21:15:30 -0500 Subject: Sync with cvs tag git-1_6_0_5-1_fc11 --- .cvsignore | 2 +- git.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 38b8d8f..69ce87c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -git-1.6.0.4.tar.bz2 +git-1.6.0.5.tar.bz2 diff --git a/git.spec b/git.spec index 839b452..e741afa 100644 --- a/git.spec +++ b/git.spec @@ -1,6 +1,6 @@ # Pass --without docs to rpmbuild if you don't want the documentation Name: git -Version: 1.6.0.4 +Version: 1.6.0.5 Release: 1%{?dist} Summary: Core git tools License: GPLv2 @@ -171,7 +171,7 @@ find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' %else rm -rf $RPM_BUILD_ROOT%{_mandir} %endif -mkdir -p $RPM_BUILD_ROOT/srv/git +mkdir -p $RPM_BUILD_ROOT/var/lib/git-daemon mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d install -m 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git @@ -248,7 +248,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_bindir}/git-daemon %config(noreplace)%{_sysconfdir}/xinetd.d/git -/srv/git +/var/lib/git-daemon %files -n gitweb %defattr(-,root,root) @@ -260,6 +260,12 @@ rm -rf $RPM_BUILD_ROOT # No files for you! %changelog +* Thu Dec 11 2008 Josh Boyer 1.6.0.5-1 +- git-1.6.0.5 + +* Mon Nov 17 2008 Seth Vidal +- switch from /srv/git to /var/lib/git-daemon for packaging rules compliance + * Fri Nov 14 2008 Josh Boyer 1.6.0.4-1 - git-1.6.0.4 diff --git a/sources b/sources index 6391dc7..69eade4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed8c4fa007a44d51b646865c35461ce8 git-1.6.0.4.tar.bz2 +899172ebeac65f7a09a8e204d4f87d8c git-1.6.0.5.tar.bz2 -- cgit