Name: os-apply-config Version: 0.1.31 Release: 1%{?dist} Summary: Configure files from cloud metadata License: ASL 2.0 URL: http://pypi.python.org/pypi/%{name} Source0: http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz # # patches_base=+1 # BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-pbr Requires: python-setuptools Requires: python-argparse Requires: python-anyjson Requires: pystache %description Tool to apply openstack heat metadata to files on the system. %prep %setup -q -n %{name}-%{version} sed -i '/setuptools_git/d' setup.py sed -i s/REDHATOSAPPLYCONFIGVERSION/%{version}/ os_apply_config/version.py sed -i s/REDHATOSAPPLYCONFIGRELEASE/%{release}/ os_apply_config/version.py %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} %files %doc README.rst %doc LICENSE %{_bindir}/os-apply-config %{_bindir}/os-config-applier %{python_sitelib}/os_apply_config* %changelog * Tue May 12 2015 Mike Burns 0.1.31-1 - Update to upstream 0.1.31 * Tue May 12 2015 Mike Burns 0.1.30-3 - RHOS: use internal gerrit * Mon May 11 2015 Mike Burns 0.1.30-2 - RHOS: use internal gerrit * Thu May 07 2015 Mike Burns 0.1.30-1 - Update to upstream 0.1.30 * Tue Oct 28 2014 James Slagle 0.1.23-1 - Update to upstream 0.1.23 * Fri Sep 12 2014 James Slagle 0.1.21-1 - Update to upstream 0.1.21 * Thu Sep 11 2014 James Slagle - 0.1.16-3 - Switch to rdopkg * Sat Jun 07 2014 Fedora Release Engineering - 0.1.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 9 2014 Ben Nemec - 0.1.16-1 - Update to version 0.1.16 * Mon Feb 24 2014 Steven Dake - 0.1.12-5 - Add patch file to spec missing in -4 * Mon Feb 24 2014 Steven Dake - 0.1.12-4 - Add sed logic for python-pbr requires * Mon Feb 24 2014 Steven Dake - 0.1.12-3 - Override python-pbr rquires by manually sedding the release and version - Add pystache requires from bodhi testing * Fri Feb 21 2014 Steven Dake - 0.1.12-2 - Add python-pbr buildrequires * Wed Feb 19 2014 Steven Dake - 0.1.12-1 - Update to version 0.1.12 - Add python2-devel buildrequires * Tue Oct 15 2013 Lucas Alvares Gomes - 0.1.2-1 - Update to version 0.1.2 * Thu Sep 5 2013 Lucas Alvares Gomes - 0.0.1-1 - Initial version