[crudminer/el4: 2/2] Require python-sqlite on el4

Konstantin Ryabitsev icon at fedoraproject.org
Wed Oct 26 18:27:41 UTC 2011


commit 7164bf4fbd9be7b093e7ff8796311bb56b70f9e2
Author: Konstantin Ryabitsev <icon at fedoraproject.org>
Date:   Wed Oct 26 14:27:22 2011 -0400

    Require python-sqlite on el4

 crudminer.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/crudminer.spec b/crudminer.spec
index 9450c65..96719e0 100644
--- a/crudminer.spec
+++ b/crudminer.spec
@@ -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.
@@ -51,6 +53,7 @@ rm -rf %{buildroot}
 * Wed Oct 26 2011 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.3.2-2
 - Update summary to be more descriptive.
 - Minor readability fixes.
+- Require python-sqlite on el4.
 
 * 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