Ensure the release notes are included in %doc
This commit is contained in:
parent
f279779f02
commit
84a8287c19
7
git.spec
7
git.spec
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.7.3
|
Version: 1.7.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -361,7 +361,7 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/git-core/
|
%{_datadir}/git-core/
|
||||||
%dir %{gitcoredir}
|
%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/*.html Documentation/docbook-xsl.css}
|
||||||
%{!?_without_docs: %doc Documentation/howto Documentation/technical}
|
%{!?_without_docs: %doc Documentation/howto Documentation/technical}
|
||||||
%{_sysconfdir}/bash_completion.d
|
%{_sysconfdir}/bash_completion.d
|
||||||
@ -454,6 +454,9 @@ rm -rf %{buildroot}
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 19 2010 Todd Zullinger <tmz@pobox.com> - 1.7.3-1
|
||||||
- Update to 1.7.3
|
- Update to 1.7.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user