Own the bash completion dir in case bash-completion isn't installed
This commit is contained in:
parent
758b1eb860
commit
5730de22f2
7
git.spec
7
git.spec
@ -1,7 +1,7 @@
|
|||||||
# Pass --without docs to rpmbuild if you don't want the documentation
|
# Pass --without docs to rpmbuild if you don't want the documentation
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.5.4.4
|
Version: 1.5.4.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Core git tools
|
Summary: Core git tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -186,7 +186,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc README COPYING Documentation/*.txt contrib/hooks
|
%doc README COPYING Documentation/*.txt contrib/hooks
|
||||||
%{!?_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/git
|
%{_sysconfdir}/bash_completion.d
|
||||||
|
|
||||||
|
|
||||||
%files svn
|
%files svn
|
||||||
@ -259,6 +259,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 26 2008 James Bowes <jbowes@redhat.com> 1.5.4.4-4
|
||||||
|
- Own /etc/bash_completion.d in case bash-completion isn't installed.
|
||||||
|
|
||||||
* Tue Mar 25 2008 James Bowes <jbowes@redhat.com> 1.5.4.4-3
|
* Tue Mar 25 2008 James Bowes <jbowes@redhat.com> 1.5.4.4-3
|
||||||
- Include the sample hooks from contrib/hooks as docs (bug 321151).
|
- Include the sample hooks from contrib/hooks as docs (bug 321151).
|
||||||
- Install the bash completion script from contrib (bug 433255).
|
- Install the bash completion script from contrib (bug 433255).
|
||||||
|
Loading…
Reference in New Issue
Block a user