[fedmsg] Introduce temporary hard dep on orbited.

Ralph Bean ralph at fedoraproject.org
Mon Jun 11 17:58:59 UTC 2012


commit a75497b36781ae54e6aaedac45de45310de2f785
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jun 11 13:58:48 2012 -0400

    Introduce temporary hard dep on orbited.

 fedmsg.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index 2e9a3f2..ce51eb7 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -5,7 +5,7 @@
 
 Name:           fedmsg
 Version:        0.2.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Tools for Fedora Infrastructure real-time messaging
 Group:          Applications/Internet
 License:        LGPLv2+
@@ -34,6 +34,9 @@ Requires:       python-simplejson
 Requires:       python-zmq
 Requires:       python-daemon
 
+# This is imported in moksha.lib.helpers and is a *temporary* hard-dep
+Requires:  orbited
+
 %description
 Python API used around Fedora Infrastructure to send and receive messages with
 zeromq.  Includes some CLI tools.
@@ -151,6 +154,9 @@ fi
 
 
 %changelog
+* Mon Jun 11 2012 Ralph Bean <rbean at redhat.com> - 0.2.0-4
+- Introduce temporary hard dep on orbited.
+
 * Mon Jun 11 2012 Ralph Bean <rbean at redhat.com> - 0.2.0-3
 - /var/log/fedmsg wasn't being created correctly.
 


More information about the scm-commits mailing list