Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuy Tonthat <qtonthat@gmail.com>2008-09-12 20:22:44 +0400
committerJunio C Hamano <gitster@pobox.com>2008-11-09 08:29:22 +0300
commitee5391c73efaf6dea06f769157fa1650d0bdce31 (patch)
tree1aded21c56da2078ea3eddb747bc04229f0b81bc
parent832e719d79296f1942a2aca5fb067bc610986fc4 (diff)
Update RPM spec for the new location of git-cvsserver.
git-cvsserver has been moved from libexecdir to bindir. Signed-off-by: Quy Tonthat <qtonthat@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--git.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in
index c6492e5be2..6733b6f555 100644
--- a/git.spec.in
+++ b/git.spec.in
@@ -145,6 +145,7 @@ rm -rf $RPM_BUILD_ROOT
%files cvs
%defattr(-,root,root)
%doc Documentation/*git-cvs*.txt
+%{_bindir}/git-cvsserver
%{_libexecdir}/git-core/*cvs*
%{!?_without_docs: %{_mandir}/man1/*cvs*.1*}
%{!?_without_docs: %doc Documentation/*git-cvs*.html }
@@ -188,6 +189,9 @@ rm -rf $RPM_BUILD_ROOT
# No files for you!
%changelog
+* Fri Sep 12 2008 Quy Tonthat <qtonthat@gmail.com>
+- move git-cvsserver to bindir.
+
* Sun Jun 15 2008 Junio C Hamano <gitster@pobox.com>
- Remove curl from Requires list.