[bodhi/f14/master] Require python-kitchen

Luke Macken lmacken at fedoraproject.org
Wed Sep 22 17:30:40 UTC 2010


commit efc9da3ba40f05938f822ccf7cc788b517372eaa
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Sep 22 13:30:35 2010 -0400

    Require python-kitchen

 bodhi.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/bodhi.spec b/bodhi.spec
index c59d9c2..b3a6805 100644
--- a/bodhi.spec
+++ b/bodhi.spec
@@ -3,7 +3,7 @@
 
 Name:           bodhi
 Version:        0.7.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A modular framework that facilitates publishing software updates
 Group:          Applications/Internet
 License:        GPLv2+
@@ -37,6 +37,7 @@ Summary: Bodhi Client
 Group: Applications/Internet
 Requires: python-simplejson koji yum
 Requires: python-fedora >= 0.3.5
+Requires: python-kitchen
 
 %description client
 Client tools for interacting with bodhi
@@ -61,6 +62,7 @@ Requires: python-decorator
 Requires: mod_wsgi
 Requires: httpd
 Requires: python-markdown
+Requires: python-kitchen
 
 
 %description server
@@ -119,6 +121,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py
 
 
 %changelog
+* Wed Sep 22 2010 Luke Macken <lmacken at redhat.com> - 0.7.9-2
+- Require python-kitchen
+
 * Mon Sep 20 2010 Luke Macken <lmacken at redhat.com> - 0.7.9-1
 - 0.7.9 release
 


More information about the scm-commits mailing list