Skip to content

Commit ee5391c

Browse files
qtonthatgitster
authored andcommitted
Update RPM spec for the new location of git-cvsserver.
git-cvsserver has been moved from libexecdir to bindir. Signed-off-by: Quy Tonthat <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 832e719 commit ee5391c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

git.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ rm -rf $RPM_BUILD_ROOT
145145
%files cvs
146146
%defattr(-,root,root)
147147
%doc Documentation/*git-cvs*.txt
148+
%{_bindir}/git-cvsserver
148149
%{_libexecdir}/git-core/*cvs*
149150
%{!?_without_docs: %{_mandir}/man1/*cvs*.1*}
150151
%{!?_without_docs: %doc Documentation/*git-cvs*.html }
@@ -188,6 +189,9 @@ rm -rf $RPM_BUILD_ROOT
188189
# No files for you!
189190

190191
%changelog
192+
* Fri Sep 12 2008 Quy Tonthat <[email protected]>
193+
- move git-cvsserver to bindir.
194+
191195
* Sun Jun 15 2008 Junio C Hamano <[email protected]>
192196
- Remove curl from Requires list.
193197

0 commit comments

Comments
 (0)