[openstack-neutron/f20] Remove requirements.txt

Terry Wilson otherwiseguy at fedoraproject.org
Fri Jan 24 15:37:03 UTC 2014


commit 5766b7c03836f34173b3e6808c57fd8220810705
Author: Terry Wilson <twilson at redhat.com>
Date:   Fri Jan 24 09:30:24 2014 -0600

    Remove requirements.txt
    
    Resovles: rhbz#1057615
    (cherry picked from commit 1a846a71768e916f3e6ba0eeeced946742526c69)

 openstack-neutron.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index 2ef9d7c..8ae0065 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2013.2.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -398,6 +398,8 @@ find neutron -name \*.py -exec sed -i '/\/usr\/bin\/env python/{d;q}' {} +
 
 chmod 644 neutron/plugins/cisco/README
 
+# Let's handle dependencies ourseleves
+rm -f requirements.txt
 
 %build
 %{__python} setup.py build
@@ -913,6 +915,9 @@ fi
 
 
 %changelog
+* Fri Jan 24 2014 Terry Wilson <twilson at redhat.com> - 2013.2.1-3
+- Remove requirements.txt, bz#1057615
+
 * Tue Jan 07 2014 Terry Wilson <twilson at redhat.com> - 2013.2.1-1
 - Add python-psutil requirement for openvswitch agent, bz#1049235
 


More information about the scm-commits mailing list