[crudminer/el5] Require python-sqlite on el5.

Konstantin Ryabitsev icon at fedoraproject.org
Wed Oct 26 18:28:51 UTC 2011


commit 56c827c0abbbb7fa202dd607c945ecef86b2abe9
Author: Konstantin Ryabitsev <icon at fedoraproject.org>
Date:   Wed Oct 26 14:28:42 2011 -0400

    Require python-sqlite on el5.

 crudminer.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/crudminer.spec b/crudminer.spec
index 9450c65..de64751 100644
--- a/crudminer.spec
+++ b/crudminer.spec
@@ -1,6 +1,6 @@
 Name:       crudminer
 Version:    0.3.2
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Find and report insecure web software in a web root
 
 Group:      Applications/System
@@ -11,6 +11,8 @@ Patch0:     crudminer-%{version}-system-paths.patch
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:  noarch
 
+Requires:   python-sqlite
+
 %description
 Locate vulnerable software in a web root by comparing the installed files
 against a list of insecure products.
@@ -48,9 +50,10 @@ rm -rf %{buildroot}
 %{_mandir}/man5/*
 
 %changelog
-* Wed Oct 26 2011 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.3.2-2
+* Wed Oct 26 2011 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.3.2-3
 - Update summary to be more descriptive.
 - Minor readability fixes.
+- Require python-sqlite on el5.
 
 * Fri Oct 21 2011 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.3.2-1
 - New version 0.3.2


More information about the scm-commits mailing list