From 8504c7c92beaf27eda4ffb6b8a0271db6db4e17a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 5 Dec 2011 15:50:22 -0500 Subject: [PATCH] fix minor ownership issue --- rpmlint.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpmlint.spec b/rpmlint.spec index 3717158..c473aea 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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 - 1.4-3 +- own %%{_datadir}/bash-completion/ (thanks Ville Skyttä) + * Mon Dec 5 2011 Tom Callaway - 1.4-2 - add BR: bash-completion for the pc file