Hello community,
here is the log from the commit of package google-compute-engine for
openSUSE:Factory checked in at 2018-04-17 11:17:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-compute-engine (Old)
and /work/SRC/openSUSE:Factory/.google-compute-engine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-compute-engine"
Tue Apr 17 11:17:52 2018 rev:7 rq:597081 version:20180227
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-compute-engine/google-compute-engine.changes
2018-02-02 22:23:35.342215149 +0100
+++
/work/SRC/openSUSE:Factory/.google-compute-engine.new/google-compute-engine.changes
2018-04-17 11:17:54.969290078 +0200
@@ -1,0 +2,14 @@
+Mon Apr 16 12:56:50 UTC 2018 - [email protected]
+
+- Update to version 20180227 (bsc#1066273)
+ + Add distro specific logic.
+ + Support SLES 11 and 12 in multi-nic setup.
+ + Fix boto config documentation.
+ + Add modprobe blacklist for nouveau and floppy modules.
+ + Fix irqbalance conflict in Debian package.
+ + Fix conflict with other applications that use curl and SSL.
+- Install new kernel module blacklist into /etc/modprobe.d.
+- Refresh patches for new version:
+ + gcei-hide-py-deps.patch
+
+-------------------------------------------------------------------
Old:
----
compute-image-packages-20180129.tar.gz
New:
----
compute-image-packages-20180227.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-compute-engine.spec ++++++
--- /var/tmp/diff_new_pack.kiNwE6/_old 2018-04-17 11:17:55.701255765 +0200
+++ /var/tmp/diff_new_pack.kiNwE6/_new 2018-04-17 11:17:55.701255765 +0200
@@ -16,10 +16,10 @@
#
-%define setup_version 2.7.5
+%define setup_version 2.7.6
Name: google-compute-engine
-Version: 20180129
+Version: 20180227
Release: 0
Summary: GCE Instance Initialization
License: Apache-2.0
@@ -153,6 +153,9 @@
pushd google_compute_engine_oslogin
make install DESTDIR=%{buildroot} NSS_INSTALL_PATH=%{_lib}
PAM_INSTALL_PATH=%{_lib}/security
popd
+# kernel module blacklist
+mkdir -p %{buildroot}/%{_sysconfdir}/modprobe.d
+cp google_config/modprobe/gce-blacklist.conf
%{buildroot}/%{_sysconfdir}/modprobe.d/
%pre
%if 0%{?suse_version} > 1140
@@ -238,7 +241,9 @@
/usr/lib/udev/rules.d/*
%endif
%dir %{_sysconfdir}/rsyslog.d
+%dir %{_sysconfdir}/modprobe.d
%config %{_sysconfdir}/rsyslog.d/*
+%config %{_sysconfdir}/modprobe.d/gce-blacklist.conf
%files oslogin
%defattr(0644,root,root,0755)
++++++ compute-image-packages-20180129.tar.gz ->
compute-image-packages-20180227.tar.gz ++++++
++++ 1713 lines of diff (skipped)
++++++ gcei-hide-py-deps.patch ++++++
--- /var/tmp/diff_new_pack.kiNwE6/_old 2018-04-17 11:17:55.865248078 +0200
+++ /var/tmp/diff_new_pack.kiNwE6/_new 2018-04-17 11:17:55.869247890 +0200
@@ -1,11 +1,11 @@
---- setup.py.orig
-+++ setup.py
-@@ -25,7 +25,7 @@ setuptools.setup(
+--- setup.py.orig 2018-02-27 23:53:04.000000000 +0100
++++ setup.py 2018-04-16 13:37:45.384716199 +0200
+@@ -29,7 +29,7 @@
author_email='[email protected]',
description='Google Compute Engine',
include_package_data=True,
-- install_requires=['boto', 'setuptools'],
-+# install_requires=['boto', 'setuptools'],
+- install_requires=install_requires,
++# install_requires=install_requires,
license='Apache Software License',
long_description='Google Compute Engine guest environment.',
name='google-compute-engine',