From 6206ef980bfad77a58feb3cd603309827be727e2 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Thu, 23 Oct 2014 09:09:25 -0400 Subject: [PATCH] Fix rpm and deb packaging Update fix-requiremets.patch and adding ceilometer clietn in rpm spec for building documentation. Change-Id: Ia33c4d331fecb7e6edcd783e7606fc99c4134c96 --- debian/patches/fix-requirements.patch | 2 +- rpm/SPECS/openstack-heat.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/fix-requirements.patch b/debian/patches/fix-requirements.patch index 53345207..961e40cf 100644 --- a/debian/patches/fix-requirements.patch +++ b/debian/patches/fix-requirements.patch @@ -11,7 +11,7 @@ Index: heat/requirements.txt netaddr>=0.7.6 -six>=1.6.0 +six>=1.5.2 - sqlalchemy-migrate>=0.8.2,!=0.8.4 + sqlalchemy-migrate>=0.8.2,!=0.8.4,!=0.9.2 python-novaclient>=2.17.0 PasteDeploy>=1.5.0 @@ -27,4 +27,3 @@ diff --git a/rpm/SPECS/openstack-heat.spec b/rpm/SPECS/openstack-heat.spec index bebefddb..4c5ec0e1 100644 --- a/rpm/SPECS/openstack-heat.spec +++ b/rpm/SPECS/openstack-heat.spec @@ -67,6 +67,7 @@ BuildRequires: python-novaclient BuildRequires: python-neutronclient BuildRequires: python-swiftclient BuildRequires: python-heatclient +BuildRequires: python-ceilometerclient %endif Requires: %{name}-common = %{version}-%{release} -- 2.45.2