]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fixed python-routes version in RPM package 78/778/3
authorIgor Yozhikov <iyozhikov@mirantis.com>
Thu, 13 Nov 2014 12:58:27 +0000 (15:58 +0300)
committerIgor Yozhikov <iyozhikov@mirantis.com>
Thu, 13 Nov 2014 18:02:03 +0000 (18:02 +0000)
* changed python-routes1.12 -> python-routes
Related-Bug: #1362977

Change-Id: I9e0f660465026b2d5acfdcffc552910f88949b27

rpm/SPECS/openstack-heat.spec

index 4db643630c7dedd8974b32f7d5be9216e55ab73d..2d19b23ec179f93e8a58d58c6a3020c0e8bebf5b 100644 (file)
@@ -191,7 +191,7 @@ Requires: python-babel >= 1.3
 Requires: MySQL-python
 
 Requires: python-paste-deploy >= 1.5.0
-Requires: python-routes1.12 >= 1.12.3
+Requires: python-routes >= 1.12.3
 Requires: python-sqlalchemy >= 0.7.8, python-sqlalchemy < 0.9.5, python-sqlalchemy > 0.9.5, python-sqlalchemy <= 0.9.99
 Requires: python-webob >= 1.2.3
 Requires: python-requests >= 1.1
@@ -394,6 +394,9 @@ fi
 
 
 %changelog
+* Thu Nov 13 2014 Igor Yozhikov <iyozhikov@mirantis.com>
+- fixed python-routes runtime dependency version
+
 * Fri Jun 13 2014 Jeff Peeler <jpeeler@redhat.com> - 2014.1.1-2.1
 - added heat-keystone-setup-domain script
 
@@ -604,4 +607,4 @@ fi
 - fixed most rpmlint warnings/errors
 
 * Mon Apr 16 2012 Chris Alfonso <calfonso@redhat.com> - 3-1
-- initial openstack package log
\ No newline at end of file
+- initial openstack package log