[os-refresh-config] Import os-refresh-config (rhbz#1067216)

Steven Dake sdake at fedoraproject.org
Mon Feb 24 16:15:00 UTC 2014


commit cb9e4ff63eb6ea3718a1408ba2537ead341f21eb
Author: Steven Dake <sdake at redhat.com>
Date:   Mon Feb 24 09:15:15 2014 -0700

    Import os-refresh-config (rhbz#1067216)

 .gitignore             |    1 +
 os-refresh-config.spec |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..943d0c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/os-refresh-config-0.0.8.tar.gz
diff --git a/os-refresh-config.spec b/os-refresh-config.spec
new file mode 100644
index 0000000..6d4539c
--- /dev/null
+++ b/os-refresh-config.spec
@@ -0,0 +1,48 @@
+Name:		os-refresh-config
+Version:	0.0.8
+Release:	2%{?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
+
+Requires:	python-setuptools
+
+%description
+Tool to refresh openstack config changes to service.
+
+%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
+* Thu Feb 20 2014 Steven Dake <sdake at redhat.com> - 0.0.8-2
+- Properly formatted changelog
+
+* Wed Feb 19 2014 Steven Dake <sdake at redhat.com> - 0.0.8-1
+- Update to version 0.0..8
+- add python2-devel BuildRequires
+- quiet setup
+
+* Tue Oct 15 2013 Lucas Alvares Gomes <lgomes at redhat.com> - 0.0.2-1
+- Update to version 0.0.2
+
+* Fri Sep 6 2013 Lucas Alvares Gomes <lgomes at redhat.com> - 0.0.1-1
+- Initial version
diff --git a/sources b/sources
index e69de29..c8dde2a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4f454804af7654dd242b0b8bd34e95e0  os-refresh-config-0.0.8.tar.gz


More information about the scm-commits mailing list