fix minor ownership issue

This commit is contained in:
Tom Callaway 2011-12-05 15:50:22 -05:00
parent f985389d8c
commit 8504c7c92b

View File

@ -1,6 +1,6 @@
Name: rpmlint Name: rpmlint
Version: 1.4 Version: 1.4
Release: 2%{?dist} Release: 3%{?dist}
Summary: Tool for checking common errors in RPM packages Summary: Tool for checking common errors in RPM packages
Group: Development/Tools Group: Development/Tools
@ -73,7 +73,7 @@ make check
%doc AUTHORS COPYING ChangeLog CHANGES.package.old README config.example %doc AUTHORS COPYING ChangeLog CHANGES.package.old README config.example
%config(noreplace) %{_sysconfdir}/rpmlint/ %config(noreplace) %{_sysconfdir}/rpmlint/
%if 0%{?fedora} >= 17 %if 0%{?fedora} >= 17
%{_datadir}/bash-completion/completions/ %{_datadir}/bash-completion/
%else %else
%{_sysconfdir}/bash_completion.d/ %{_sysconfdir}/bash_completion.d/
%endif %endif
@ -86,6 +86,9 @@ make check
%changelog %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 * Mon Dec 5 2011 Tom Callaway <spot@fedoraproject.org> - 1.4-2
- add BR: bash-completion for the pc file - add BR: bash-completion for the pc file