Hello community,
here is the log from the commit of package python-ceilometerclient for
openSUSE:Factory checked in at 2015-09-02 07:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ceilometerclient (Old)
and /work/SRC/openSUSE:Factory/.python-ceilometerclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ceilometerclient"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ceilometerclient/python-ceilometerclient.changes
2015-08-27 08:54:40.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-ceilometerclient.new/python-ceilometerclient.changes
2015-09-02 07:53:55.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 10:17:03 UTC 2015 - [email protected]
+
+- Unify spec file. Use fedora compatible files macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ceilometerclient.spec ++++++
--- /var/tmp/diff_new_pack.dswxeX/_old 2015-09-02 07:53:56.000000000 +0200
+++ /var/tmp/diff_new_pack.dswxeX/_new 2015-09-02 07:53:56.000000000 +0200
@@ -68,10 +68,10 @@
echo %{version} > ceilometerclient/versioninfo
%build
-python setup.py build
+%{__python2} setup.py build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
--install-data=%{python_sitelib}
+%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
--install-data=%{python2_sitelib}
### test subpackage
%openstack_test_package_install
@@ -80,8 +80,8 @@
%defattr(-,root,root,-)
%doc LICENSE README.rst
%{_bindir}/ceilometer
-%{python_sitelib}/%{component}/
-%{python_sitelib}/python_%{component}-*.egg-info
+%{python2_sitelib}/%{component}/
+%{python2_sitelib}/python_%{component}-*.egg-info
%files test
%defattr(-,root,root,-)