diff options
| author | Todd Zullinger <tmz@pobox.com> | 2010-09-20 15:45:41 -0400 |
|---|---|---|
| committer | Todd Zullinger <tmz@pobox.com> | 2010-09-20 15:45:41 -0400 |
| commit | 84a8287c19caeb95affbc9ff64f1b6736ec08568 (patch) | |
| tree | 5ef6f87cb8c599759ee33e37b270fef83b4169b7 | |
| parent | f279779f02353cf0005c3154d9c83f7f8592b41e (diff) | |
| download | git-package-84a8287c19caeb95affbc9ff64f1b6736ec08568.tar.gz git-package-84a8287c19caeb95affbc9ff64f1b6736ec08568.tar.xz git-package-84a8287c19caeb95affbc9ff64f1b6736ec08568.zip | |
Ensure the release notes are included in %doc
| -rw-r--r-- | git.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -7,7 +7,7 @@ Name: git Version: 1.7.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast Version Control System License: GPLv2 Group: Development/Tools @@ -361,7 +361,7 @@ rm -rf %{buildroot} %defattr(-,root,root) %{_datadir}/git-core/ %dir %{gitcoredir} -%doc README COPYING Documentation/*.txt contrib/ +%doc README COPYING Documentation/*.txt Documentation/RelNotes contrib/ %{!?_without_docs: %doc Documentation/*.html Documentation/docbook-xsl.css} %{!?_without_docs: %doc Documentation/howto Documentation/technical} %{_sysconfdir}/bash_completion.d @@ -454,6 +454,9 @@ rm -rf %{buildroot} # No files for you! %changelog +* Mon Sep 20 2010 Todd Zullinger <tmz@pobox.com> - 1.7.3-2 +- Ensure the release notes are included in %%doc + * Sun Sep 19 2010 Todd Zullinger <tmz@pobox.com> - 1.7.3-1 - Update to 1.7.3 |
