Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2017-09-19 17:35:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cloud-init (Old)
 and      /work/SRC/openSUSE:Factory/.cloud-init.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cloud-init"

Tue Sep 19 17:35:23 2017 rev:38 rq:527050 version:0.7.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes    2017-09-12 
19:56:20.747055119 +0200
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes       
2017-09-19 17:35:25.652014441 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 09:39:26 CEST 2017 - ku...@suse.de
+
+- python_sitelib does not seem to exist for non single-spec
+  python modules, use python2_sitelib and python3_sitelib instead.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cloud-init.spec ++++++
--- /var/tmp/diff_new_pack.Iqh0B2/_old  2017-09-19 17:35:26.439903245 +0200
+++ /var/tmp/diff_new_pack.Iqh0B2/_new  2017-09-19 17:35:26.439903245 +0200
@@ -262,7 +262,7 @@
 %if 0%{?suse_version} && 0%{?suse_version} <= 1315
 python setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python_sitelib} --init-system=%{initsys}
 %else
-python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python_sitelib} --init-system=%{initsys}
+python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib} --init-system=%{initsys}
 %endif
 find %{buildroot} \( -name .gitignore -o -name .placeholder \) -delete
 # from debian install script
@@ -319,7 +319,11 @@
 
 # remove duplicate files
 %if 0%{?suse_version}
+%if 0%{?suse_version} <= 1315
 %fdupes -n %{buildroot}%{python_sitelib}
+%else
+%fdupes -n %{buildroot}%{python3_sitelib}
+%endif
 %endif
 
 %if 0%{?suse_version} && 0%{?suse_version} <= 1210
@@ -338,11 +342,12 @@
 %config(noreplace) %{_sysconfdir}/cloud/templates
 %{_sysconfdir}/dhcp/dhclient-exit-hooks.d/hook-dhclient
 %{_sysconfdir}/NetworkManager/dispatcher.d/hook-network-manager
-%{python_sitelib}/cloudinit
 %if 0%{?suse_version} && 0%{?suse_version} <= 1315
+%{python_sitelib}/cloudinit
 %{python_sitelib}/cloud_init-%{version}-py%{py_ver}.egg-info
 %else
-%{python_sitelib}/cloud_init-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/cloudinit
+%{python3_sitelib}/cloud_init-%{version}-py%{py3_ver}.egg-info
 %endif
 %{_prefix}/lib/cloud-init
 %if 0%{?suse_version} && 0%{?suse_version} <= 1210
@@ -394,6 +399,10 @@
 
 %files test
 %defattr(-,root,root)
+%if 0%{?suse_version} && 0%{?suse_version} <= 1315
 %{python_sitelib}/tests
+%else
+%{python3_sitelib}/tests
+%endif
 
 %changelog


Reply via email to