diff options
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in index 78968583e..659f05881 100644 --- a/git.spec.in +++ b/git.spec.in @@ -166,6 +166,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc Documentation/*gitk*.txt %{_bindir}/*gitk* +%{_datadir}/gitk/ %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } @@ -180,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT %{!?_without_docs: %doc Documentation/technical} %changelog +* Fri Jan 11 2008 Junio C Hamano <gitster@pobox.com> +- Include gitk message files + * Sun Jan 06 2008 James Bowes <jbowes@dangerouslyinc.com> - Make the metapackage require the same version of the subpackages. |