[rpmlint] add BR: bash-completion for the .pc file

Tom Callaway spot at fedoraproject.org
Mon Dec 5 19:43:14 UTC 2011


commit f985389d8cbea4c7fbd0a2aaa9d783e19232061a
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Dec 5 14:43:03 2011 -0500

    add BR: bash-completion for the .pc file

 rpmlint.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/rpmlint.spec b/rpmlint.spec
index a51733b..3717158 100644
--- a/rpmlint.spec
+++ b/rpmlint.spec
@@ -1,6 +1,6 @@
 Name:           rpmlint
 Version:        1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tool for checking common errors in RPM packages
 
 Group:          Development/Tools
@@ -18,6 +18,7 @@ BuildArch:      noarch
 BuildRequires:  python >= 2.4
 BuildRequires:  rpm-python >= 4.4
 BuildRequires:  sed >= 3.95
+BuildRequires:  bash-completion
 Requires:       rpm-python >= 4.4.2.2
 Requires:       python >= 2.4
 %if ! 0%{?rhel}
@@ -85,6 +86,9 @@ make check
 
 
 %changelog
+* Mon Dec  5 2011 Tom Callaway <spot at fedoraproject.org> - 1.4-2
+- add BR: bash-completion for the pc file
+
 * Mon Dec  5 2011 Tom Callaway <spot at fedoraproject.org> - 1.4-1
 - update to 1.4
 


More information about the scm-commits mailing list