diff options
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in index 16148d4019..3a45eb8761 100644 --- a/git.spec.in +++ b/git.spec.in @@ -185,8 +185,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/git-core/ %doc README COPYING Documentation/*.txt %{!?_without_docs: %doc Documentation/*.html Documentation/howto} +%{!?_without_docs: %doc Documentation/technical} %changelog +* Tue May 13 2007 Quy Tonthat <qtonthat@gmail.com> +- Added lib files for git-gui +- Added Documentation/technical (As needed by Git Users Manual) + * Tue May 8 2007 Quy Tonthat <qtonthat@gmail.com> - Added howto files |