[git/f14/master: 1/2] Ensure the release notes are included in %doc

Todd Zullinger tmz at fedoraproject.org
Tue Sep 21 19:57:32 UTC 2010


commit 84a8287c19caeb95affbc9ff64f1b6736ec08568
Author: Todd Zullinger <tmz at pobox.com>
Date:   Mon Sep 20 15:45:41 2010 -0400

    Ensure the release notes are included in %doc

 git.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/git.spec b/git.spec
index 552d01f..5daf800 100644
--- a/git.spec
+++ b/git.spec
@@ -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 at pobox.com> - 1.7.3-2
+- Ensure the release notes are included in %%doc
+
 * Sun Sep 19 2010 Todd Zullinger <tmz at pobox.com> - 1.7.3-1
 - Update to 1.7.3
 


More information about the scm-commits mailing list