From f37d1949fac6b6155544a6a1f51c4008c0de71b7 Mon Sep 17 00:00:00 2001 From: jfwood Date: Wed, 8 Jan 2014 22:07:12 -0600 Subject: [PATCH] Sync the kombu and amqp versions. These versions were out of sync (kombu required a later amqp version), which broke fresh installs such as via the Vagrantfile. This CR syncs the versions. Change-Id: Ie2cd9c50781bf014625b681e52e5506fd4904841 --- rpmbuild/package_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpmbuild/package_dependencies.sh b/rpmbuild/package_dependencies.sh index be2330c71..4789c73f6 100755 --- a/rpmbuild/package_dependencies.sh +++ b/rpmbuild/package_dependencies.sh @@ -13,7 +13,7 @@ fpm -s python -t rpm pysqlite fpm -s python -t rpm eventlet fpm -s python -t rpm oslo.config fpm -s python -t rpm iso8601 -fpm -s python -t rpm kombu +fpm -s python -t rpm -v 3.0.8 kombu fpm -s python -t rpm webob # --> # python-webob.noarch 0.9.6.1-3.el6 exists, but is incompatible # fpm -s python -t rpm PasteDeploy @@ -67,7 +67,7 @@ fpm -s python -t rpm simplejson # python-kombu fpm -s python -t rpm anyjson -fpm -s python -t rpm -v 1.0.13 amqp +fpm -s python -t rpm -v 1.3.3 amqp # --> latest amqp is incompatible fpm -s python -t rpm importlib # fpm -s python -t rpm ordereddict