[darkserver/el6] Added MySQL-python as dependency

Kushal Das kushal at fedoraproject.org
Fri Mar 16 14:56:49 UTC 2012


commit 9089d6e6ae8fca8dfafdbbc74805be5cc8f30c96
Author: Kushal Das <kushal at fedoraproject.org>
Date:   Fri Mar 16 20:26:38 2012 +0530

    Added MySQL-python as dependency

 darkserver.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/darkserver.spec b/darkserver.spec
index c3ce674..3046148 100644
--- a/darkserver.spec
+++ b/darkserver.spec
@@ -1,6 +1,6 @@
 Name:           darkserver
 Version:        0.5.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GNU build-id service
 Group:          Applications/Publishing
 License:        GPLv2+
@@ -14,6 +14,7 @@ Requires:       koji
 
 Requires:       httpd
 Requires:       mod_wsgi
+Requires:       MySQL-python
 
 
 %description
@@ -58,6 +59,9 @@ The koji plugin for darkserver.
 %config(noreplace) %{_sysconfdir}/koji-hub/plugins/darkserver.conf
 
 %changelog
+* Fri Mar 16 2012 Kushal Das <kushal at fedoraproject.org> - 0.5.1-3
+- Added MySQL-python as dependency to plugin
+
 * Fri Mar 16 2012 Kushal Das <kushal at fedoraproject.org> - 0.5.1-2
 - Added MySQL-python as dependency to plugin
 


More information about the scm-commits mailing list