From: Igor Yozhikov Date: Thu, 13 Nov 2014 12:58:27 +0000 (+0300) Subject: Fixed python-routes version in RPM package X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b5aa7ddd78d877a1c34fd5563cb527f3b1fb1286;p=openstack-build%2Fheat-build.git Fixed python-routes version in RPM package * changed python-routes1.12 -> python-routes Related-Bug: #1362977 Change-Id: I9e0f660465026b2d5acfdcffc552910f88949b27 --- diff --git a/rpm/SPECS/openstack-heat.spec b/rpm/SPECS/openstack-heat.spec index 4db64363..2d19b23e 100644 --- a/rpm/SPECS/openstack-heat.spec +++ b/rpm/SPECS/openstack-heat.spec @@ -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 +- fixed python-routes runtime dependency version + * Fri Jun 13 2014 Jeff Peeler - 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 - 3-1 -- initial openstack package log \ No newline at end of file +- initial openstack package log