[fedmsg] Added deps on m2crypto and python-m2ext

Ralph Bean ralph at fedoraproject.org
Sat Jul 7 19:58:07 UTC 2012


commit c1bbe4d1e932d88686b2ec6c63b5f6c2781dedc4
Author: Ralph Bean <rbean at redhat.com>
Date:   Sat Jul 7 15:58:01 2012 -0400

    Added deps on m2crypto and python-m2ext

 fedmsg.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index 30fb745..3ddf807 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -5,7 +5,7 @@
 
 Name:           fedmsg
 Version:        0.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools for Fedora Infrastructure real-time messaging
 Group:          Applications/Internet
 License:        LGPLv2+
@@ -21,6 +21,8 @@ BuildRequires:  python-bunch
 BuildRequires:  orbited
 BuildRequires:  python-nose
 BuildRequires:  python-daemon
+BuildRequires:  m2crypto
+BuildRequires:  python-m2ext
 
 %if %{?rhel}%{!?rhel:0} >= 6
 
@@ -33,6 +35,8 @@ Requires:       python-fabulous
 Requires:       python-simplejson
 Requires:       python-zmq
 Requires:       python-daemon
+Requires:       m2crypto
+Requires:       python-m2ext
 
 # This is imported in moksha.lib.helpers and is a *temporary* hard-dep
 Requires:  orbited
@@ -154,6 +158,9 @@ fi
 
 
 %changelog
+* Sat Jul 07 2012 Ralph Bean <rbean at redhat.com> - 0.2.2-2
+- Added deps on m2crypto and python-m2ext
+
 * Sat Jul 07 2012 Ralph Bean <rbean at redhat.com> - 0.2.2-1
 - Update to fedmsg-irc to fix lineRate issues
 - fedmsg.crypto module - sign and validate messages


More information about the scm-commits mailing list