[openstack-nova] Remove m2crypto dependency no loner needed by Essex

Alan Pevec apevec at fedoraproject.org
Wed May 16 21:40:46 UTC 2012


commit 068779a64720b3706bf70727c52d4357dd748b6b
Author: Alan Pevec <apevec at redhat.com>
Date:   Wed May 16 23:24:41 2012 +0200

    Remove m2crypto dependency no loner needed by Essex
    
    "Excise M2Crypto!"
    https://github.com/openstack/nova/commit/3759bcf3fc58d3f9186b8759e1f0926419c4a594

 openstack-nova.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 29a8834..8aa5832 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2012.1
-Release:          5%{?dist}
+Release:          6%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -111,7 +111,7 @@ Group:            Applications/System
 Requires:         vconfig
 Requires:         PyXML
 Requires:         curl
-Requires:         m2crypto
+Requires:         python-crypto
 Requires:         libvirt-python
 Requires:         python-anyjson
 Requires:         python-IPy
@@ -182,7 +182,7 @@ BuildRequires:    python-twisted-core
 BuildRequires:    python-twisted-web
 BuildRequires:    python-webob
 # while not strictly required, quiets the build down when building docs.
-BuildRequires:    python-carrot, python-mox, python-suds, m2crypto, bpython, python-memcached, python-migrate, python-iso8601
+BuildRequires:    python-carrot, python-mox, python-suds, bpython, python-memcached, python-migrate, python-iso8601
 
 %description      doc
 OpenStack Compute (codename Nova) is open source software designed to
@@ -420,6 +420,9 @@ fi
 %endif
 
 %changelog
+* Wed May 16 2012 Alan Pevec <apevec at redhat.com> - 2012.1-6
+- Remove m2crypto dependency no loner needed by Essex
+
 * Wed May 16 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-5
 - Sync up with Essex stable branch
 - Handle updated qemu-img info output


More information about the scm-commits mailing list