Add package spec

Change-Id: Id71764dff07a4b32851eb8ccf69c66dca4a7b6ab
Related-Bug: #1604492
This commit is contained in:
Alexander Tsamutali 2016-08-01 15:47:58 +03:00
parent d4db5ba78c
commit f7ebb08b46
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
Name: fuel-nailgun-extension-cluster-upgrade
Version: 9.1
Release: 1%{?dist}
Summary: Cluster upgrade extension for Fuel
License: Apache-2.0
Url: https://git.openstack.org/cgit/openstack/fuel-nailgun-extension-cluster-upgrade/
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-pbr
BuildRequires: python-setuptools
Requires: fuel-nailgun
Requires: python-pbr
%description
Cluster upgrade extension for Fuel
%prep
%setup -q -c -n %{name}-%{version}
%build
export OSLO_PACKAGE_VERSION=%{version}
%py2_build
%install
export OSLO_PACKAGE_VERSION=%{version}
%py2_install
%files
%license LICENSE
%{python2_sitelib}/cluster_upgrade
%{python2_sitelib}/*.egg-info
%changelog
* Thu Aug 04 2016 Alexander Tsamutali <atsamutali@mirantis.com> - 9.1-1
- Initial package.