[bodhi] Remove the python-simplejson requirement (#1060234)

Luke Macken lmacken at fedoraproject.org
Wed Feb 19 20:28:27 UTC 2014


commit b3a5776717058dafb667615ec4884a8d28a97f01
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Feb 19 13:20:07 2014 -0700

    Remove the python-simplejson requirement (#1060234)

 bodhi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bodhi.spec b/bodhi.spec
index 4edb81a..1eca176 100644
--- a/bodhi.spec
+++ b/bodhi.spec
@@ -3,7 +3,7 @@
 
 Name:           bodhi
 Version:        0.9.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A modular framework that facilitates publishing software updates
 Group:          Applications/Internet
 License:        GPLv2+
@@ -37,7 +37,7 @@ A modular piece of the Fedora Infrastructure stack
 %package client
 Summary: Bodhi Client
 Group: Applications/Internet
-Requires: python-simplejson koji yum
+Requires: koji yum
 Requires: python-fedora >= 0.3.5
 Requires: python-kitchen
 
@@ -133,6 +133,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py
 
 
 %changelog
+* Wed Feb 19 2014 Luke Macken <lmacken at redhat.com> - 0.9.8-2
+- Remove the python-simplejson requirement (#1060234)
+
 * Tue Feb 11 2014 Luke Macken <lmacken at redhat.com> - 0.9.8-1
 - Update to 0.9.8
 


More information about the scm-commits mailing list