diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-08 22:46:56 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-08 22:46:56 -0700 |
commit | 4662231e5654924c78fcb4b630fb48c58b945b7f (patch) | |
tree | 2a97cbf7bd28851523f2861db51db98bfe9d91eb /git.spec.in | |
parent | a42cbacc1133f57de23734e5d52324208606806e (diff) | |
parent | 1cc202bd4ebd0390d738f0d633d42791cb79dd05 (diff) | |
download | git-4662231e5654924c78fcb4b630fb48c58b945b7f.tar.gz |
Merge branch 'maint'
* maint:
GIT v1.5.1.4
Add howto files to rpm packages.
wcwidth redeclaration
user-manual: fix clone and fetch typos
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/git.spec.in b/git.spec.in index 556bdda7aa..9de655c182 100644 --- a/git.spec.in +++ b/git.spec.in @@ -183,9 +183,12 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_datadir}/git-core/ %doc README COPYING Documentation/*.txt -%{!?_without_docs: %doc Documentation/*.html } +%{!?_without_docs: %doc Documentation/*.html Documentation/howto} %changelog +* Tue May 8 2007 Quy Tonthat <qtonthat@gmail.com> +- Added howto files + * Tue Mar 27 2007 Eygene Ryabinkin <rea-git@codelabs.ru> - Added the git-p4 package: Perforce import stuff. |