Name: os-refresh-config Version: 0.1.10 Release: 1%{?dist} Summary: Refresh system configuration License: ASL 2.0 URL: http://pypi.python.org/pypi/%{name} Source0: http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python2-devel BuildRequires: python-pbr Requires: dib-utils Requires: python-setuptools %description Tool to refresh openstack config changes to service. # # patches_base=+1 # %prep %setup -q -n %{name}-%{version} %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} %files %doc README.rst %doc LICENSE %{_bindir}/os-refresh-config %{python_sitelib}/os_refresh_config* %changelog * Fri May 08 2015 Mike Burns 0.1.10-1 - Update to upstream 0.1.10 * Wed Oct 15 2014 James Slagle 0.1.8-1 - Update to upstream 0.1.8 * Fri Sep 12 2014 James Slagle 0.1.7-1 - Update to upstream 0.1.7 * Thu Sep 11 2014 James Slagle - 0.1.5-3 - Switch to rdopkg * Sat Jun 07 2014 Fedora Release Engineering - 0.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 9 2014 Ben Nemec - 0.1.5-1 - Update to 0.1.5 - Add dependency on new dib-utils package * Mon Feb 24 2014 Steven Dake - 0.0.8-3 - Add python-pbr as a BuildRequires * Thu Feb 20 2014 Steven Dake - 0.0.8-2 - Properly formatted changelog * Wed Feb 19 2014 Steven Dake - 0.0.8-1 - Update to version 0.0..8 - add python2-devel BuildRequires - quiet setup * Tue Oct 15 2013 Lucas Alvares Gomes - 0.0.2-1 - Update to version 0.0.2 * Fri Sep 6 2013 Lucas Alvares Gomes - 0.0.1-1 - Initial version