From 7de6e43e7f5f596e36d756d335536f3a4f1ffd3a Mon Sep 17 00:00:00 2001 From: Zhijiang Hu Date: Sun, 18 Sep 2016 05:53:25 -0400 Subject: [PATCH] add arch suffix to rpm file name Change-Id: Icaf52ae78eac6616e39c29c4ae236c2922685f21 Signed-off-by: Zhijiang Hu --- rpm/SPECS/daisy.spec | 2 +- rpm/SPECS/openstack-horizon.spec | 2 +- rpm/SPECS/openstack-ironic-discoverd.spec | 2 +- rpm/SPECS/python-daisyclient.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rpm/SPECS/daisy.spec b/rpm/SPECS/daisy.spec index d99dcf98..38f86037 100755 --- a/rpm/SPECS/daisy.spec +++ b/rpm/SPECS/daisy.spec @@ -5,7 +5,7 @@ Name: daisy Version: 1.0.0 -Release: %{_release} +Release: %{_release}%{?dist} Summary: OpenStack Image Service Group: Applications/System diff --git a/rpm/SPECS/openstack-horizon.spec b/rpm/SPECS/openstack-horizon.spec index e365dfc4..dab52d9d 100644 --- a/rpm/SPECS/openstack-horizon.spec +++ b/rpm/SPECS/openstack-horizon.spec @@ -7,7 +7,7 @@ Name: python-django-horizon Version: 1.0.0 -Release: %{_release} +Release: %{_release}%{?dist} Summary: Django application for talking to Openstack Group: Development/Libraries diff --git a/rpm/SPECS/openstack-ironic-discoverd.spec b/rpm/SPECS/openstack-ironic-discoverd.spec index 269b73b2..e232e2b4 100755 --- a/rpm/SPECS/openstack-ironic-discoverd.spec +++ b/rpm/SPECS/openstack-ironic-discoverd.spec @@ -3,7 +3,7 @@ Name: openstack-ironic-discoverd Summary: Hardware introspection service for OpenStack Ironic Version: 1.0.0 -Release: %{_release} +Release: %{_release}%{?dist} License: ASL 2.0 Group: System Environment/Base URL: https://pypi.python.org/pypi/ironic-discoverd diff --git a/rpm/SPECS/python-daisyclient.spec b/rpm/SPECS/python-daisyclient.spec index 4ba9c005..b39a54a7 100755 --- a/rpm/SPECS/python-daisyclient.spec +++ b/rpm/SPECS/python-daisyclient.spec @@ -1,7 +1,7 @@ Name: python-daisyclient Epoch: 1 Version: 1.0.0 -Release: %{_release} +Release: %{_release}%{?dist} Summary: Python API and CLI for OpenStack daisy License: ASL 2.0