From: Quy Tonthat Date: Fri, 12 Sep 2008 16:22:44 +0000 (+1000) Subject: Update RPM spec for the new location of git-cvsserver. X-Git-Tag: v1.6.0.4~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ee5391c73efaf6dea06f769157fa1650d0bdce31;p=git.git Update RPM spec for the new location of git-cvsserver. git-cvsserver has been moved from libexecdir to bindir. Signed-off-by: Quy Tonthat Signed-off-by: Junio C Hamano --- diff --git a/git.spec.in b/git.spec.in index c6492e5be..6733b6f55 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 +- move git-cvsserver to bindir. + * Sun Jun 15 2008 Junio C Hamano - Remove curl from Requires list.