[rpmlint] fix minor ownership issue

Tom Callaway spot at fedoraproject.org
Mon Dec 5 20:50:37 UTC 2011


commit 8504c7c92beaf27eda4ffb6b8a0271db6db4e17a
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Dec 5 15:50:22 2011 -0500

    fix minor ownership issue

 rpmlint.spec |    7 +++++--
 1 files 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 <spot at fedoraproject.org> - 1.4-3
+- own %%{_datadir}/bash-completion/ (thanks Ville Skyttä)
+
 * Mon Dec  5 2011 Tom Callaway <spot at fedoraproject.org> - 1.4-2
 - add BR: bash-completion for the pc file
 


More information about the scm-commits mailing list