fix minor ownership issue
This commit is contained in:
parent
f985389d8c
commit
8504c7c92b
@ -1,6 +1,6 @@
|
||||
Name: rpmlint
|
||||
Version: 1.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Tool for checking common errors in RPM packages
|
||||
|
||||
Group: Development/Tools
|
||||
@ -73,7 +73,7 @@ make check
|
||||
%doc AUTHORS COPYING ChangeLog CHANGES.package.old README config.example
|
||||
%config(noreplace) %{_sysconfdir}/rpmlint/
|
||||
%if 0%{?fedora} >= 17
|
||||
%{_datadir}/bash-completion/completions/
|
||||
%{_datadir}/bash-completion/
|
||||
%else
|
||||
%{_sysconfdir}/bash_completion.d/
|
||||
%endif
|
||||
@ -86,6 +86,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 5 2011 Tom Callaway <spot@fedoraproject.org> - 1.4-3
|
||||
- own %%{_datadir}/bash-completion/ (thanks Ville Skyttä)
|
||||
|
||||
* Mon Dec 5 2011 Tom Callaway <spot@fedoraproject.org> - 1.4-2
|
||||
- add BR: bash-completion for the pc file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user