Hello community,

here is the log from the commit of package google-compute-engine for 
openSUSE:Factory checked in at 2019-08-06 17:27:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-compute-engine (Old)
 and      /work/SRC/openSUSE:Factory/.google-compute-engine.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-compute-engine"

Tue Aug  6 17:27:29 2019 rev:16 rq:721278 version:20190801

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/google-compute-engine/google-compute-engine.changes  
    2019-06-01 09:57:01.643170090 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-compute-engine.new.4126/google-compute-engine.changes
    2019-08-06 17:27:30.492685554 +0200
@@ -1,0 +2,37 @@
+Tue Aug  6 10:43:53 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Add patch to normalize setup version of Python code
+  + gcei-normalize-python-version.patch
+- Fix file matching patterns in %files section for oslogin package
+
+-------------------------------------------------------------------
+Mon Aug  5 13:00:18 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 20190801 (bsc#1144092, bsc#1144170)
+  + Google Compute Engine
+    * Re-enable boto config without plugin.
+    * Fix metadata script retrieval for python 2 and 3.
+  + Google Compute Engine OS Login
+    * Fix for 2FA on RHEL 8.
+- from version 20190730
+  + Google Compute Engine
+    * Support for Debian 10.
+    * New package versioning.
+    * Support for Google Private Access over IPv6.
+    * Support root disk expansion in RHEL 8 and Debian 10.
+  + Google Compute Engine OS Login
+    * Bug fixes for sudoers.
+    * Initial groups support (not yet enabled).
+- Add patch to explicitly link NSS and PAM shared
+  libraries against libboost_regex on SLE-12
+  + gcei-link-boost_regex.patch
+- Refresh patches for new version
+  + gcei-scripts-after-reg.patch
+- Set StandardOutput=journal+console in custom systemd service files
+  + google-optimize-local-ssd.service
+  + google-set-multiqueue.service
+- Stop installing configuration file for systemd-journald
+  + Logging is now configured through systemd service files
+- Update file matching patterns in %files section for new version
+
+-------------------------------------------------------------------

Old:
----
  compute-image-packages-20190522.tar.gz

New:
----
  compute-image-packages-20190801.tar.gz
  gcei-link-boost_regex.patch
  gcei-normalize-python-version.patch

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

Other differences:
------------------
++++++ google-compute-engine.spec ++++++
--- /var/tmp/diff_new_pack.7HGDAZ/_old  2019-08-06 17:27:31.040685434 +0200
+++ /var/tmp/diff_new_pack.7HGDAZ/_new  2019-08-06 17:27:31.040685434 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define setup_version 2.8.16
+%define setup_version 20190801.0
 
 Name:           google-compute-engine
-Version:        20190522
+Version:        20190801
 Release:        0
 Summary:        GCE Instance Initialization
 License:        Apache-2.0
@@ -33,6 +33,10 @@
 Patch1:         gcei-hide-py-deps.patch
 Patch2:         gcei-scripts-after-reg.patch
 Patch3:         gcei-set-run_dir.patch
+# see: https://github.com/GoogleCloudPlatform/compute-image-packages/issues/830
+Patch4:         gcei-link-boost_regex.patch
+# see: https://github.com/GoogleCloudPlatform/compute-image-packages/issues/831
+Patch5:         gcei-normalize-python-version.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -93,6 +97,10 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%if 0%{?suse_version} <= 1315
+%patch4 -p1
+%endif
+%patch5 -p1
 find -name "*.py" | xargs sed -i 'sm#!/usr/bin/pythonmm'
 cp %{SOURCE9} google-optimize-local-ssd.service
 cp %{SOURCE10} google-set-multiqueue.service
@@ -136,9 +144,6 @@
 # udev
 mkdir -p %{buildroot}/usr/lib/udev/rules.d
 cp google-compute-engine/src/lib/udev/rules.d/* 
%{buildroot}/usr/lib/udev/rules.d
-# journald
-mkdir -p %{buildroot}/usr/lib/systemd/journald.conf.d
-cp google-compute-engine/src/usr/lib/systemd/journald.conf.d/* 
%{buildroot}/usr/lib/systemd/journald.conf.d
 # syslog
 mkdir -p %{buildroot}/%{_sysconfdir}/rsyslog.d
 cp google-compute-engine/src/etc/rsyslog.d/* 
%{buildroot}/%{_sysconfdir}/rsyslog.d
@@ -215,11 +220,9 @@
 %{_unitdir}/*.service
 %config %{_sysconfdir}/sysctl.d/*
 %dir /usr/lib/systemd
-%dir /usr/lib/systemd/journald.conf.d
 %dir /usr/lib/udev
 %dir /usr/lib/udev/rules.d
 /usr/lib/udev/rules.d/*
-/usr/lib/systemd/journald.conf.d/*
 %dir %{_sysconfdir}/rsyslog.d
 %dir %{_sysconfdir}/modprobe.d
 %config %{_sysconfdir}/rsyslog.d/*
@@ -230,7 +233,9 @@
 %attr(0755,root,root) %{_bindir}/google_oslogin_control
 %attr(0755,root,root) %{_bindir}/google_authorized_keys
 %attr(0755,root,root) %{_bindir}/google_oslogin_nss_cache
-/%{_lib}/*
-%exclude /%{_lib}/udev*
+%dir /usr/lib/security
+/%{_mandir}/man8/*
+/usr/lib/*.so*
+/usr/lib/security/*.so*
 
 %changelog

++++++ compute-image-packages-20190522.tar.gz -> 
compute-image-packages-20190801.tar.gz ++++++
++++ 9963 lines of diff (skipped)

++++++ gcei-link-boost_regex.patch ++++++
diff -Nru 
compute-image-packages-20190801.orig/packages/google-compute-engine-oslogin/src/Makefile
 
compute-image-packages-20190801/packages/google-compute-engine-oslogin/src/Makefile
--- 
compute-image-packages-20190801.orig/packages/google-compute-engine-oslogin/src/Makefile
    2019-08-02 01:32:44.000000000 +0200
+++ 
compute-image-packages-20190801/packages/google-compute-engine-oslogin/src/Makefile
 2019-08-05 12:51:35.235998350 +0200
@@ -9,7 +9,7 @@
 CXXFLAGS = $(FLAGS)
 
 LDFLAGS = -shared -Wl,-soname,$(SONAME)
-LDLIBS = -lcurl -ljson-c
+LDLIBS = -lcurl -ljson-c -lboost_regex
 PAMLIBS = -lpam $(LDLIBS)
 
 # Paths which should be overrideable.
++++++ gcei-normalize-python-version.patch ++++++
diff -Nru 
compute-image-packages-20190801.orig/packages/python-google-compute-engine/setup.py
 compute-image-packages-20190801/packages/python-google-compute-engine/setup.py
--- 
compute-image-packages-20190801.orig/packages/python-google-compute-engine/setup.py
 2019-08-02 01:32:44.000000000 +0200
+++ 
compute-image-packages-20190801/packages/python-google-compute-engine/setup.py  
    2019-08-05 19:01:20.329127848 +0200
@@ -37,7 +37,7 @@
     name='google-compute-engine',
     packages=setuptools.find_packages(),
     url='https://github.com/GoogleCloudPlatform/compute-image-packages',
-    version='20190801.00',
+    version='20190801.0',
     # Entry points create scripts in /usr/bin that call a function.
     entry_points={
         'console_scripts': [
++++++ gcei-scripts-after-reg.patch ++++++
--- /var/tmp/diff_new_pack.7HGDAZ/_old  2019-08-06 17:27:31.196685401 +0200
+++ /var/tmp/diff_new_pack.7HGDAZ/_new  2019-08-06 17:27:31.196685401 +0200
@@ -1,11 +1,11 @@
-diff -Nru 
compute-image-packages-20190416.orig/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
 
compute-image-packages-20190416/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
---- 
compute-image-packages-20190416.orig/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
  2019-04-17 02:46:12.000000000 +0200
-+++ 
compute-image-packages-20190416/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
       2019-05-06 16:47:37.810553473 +0200
+diff -Nru 
compute-image-packages-20190801.orig/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
 
compute-image-packages-20190801/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
+--- 
compute-image-packages-20190801.orig/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
  2019-08-02 01:32:44.000000000 +0200
++++ 
compute-image-packages-20190801/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
       2019-08-04 18:45:31.795657246 +0200
 @@ -2,6 +2,7 @@
  Description=Google Compute Engine Startup Scripts
- After=local-fs.target network-online.target network.target rsyslog.service
+ After=network-online.target network.target rsyslog.service
  After=google-instance-setup.service google-network-daemon.service
 +After=guestregister.service
- Wants=local-fs.target network-online.target network.target
  
  [Service]
+ ExecStart=/usr/bin/google_metadata_script_runner --script-type startup

++++++ google-optimize-local-ssd.service ++++++
--- /var/tmp/diff_new_pack.7HGDAZ/_old  2019-08-06 17:27:31.232685392 +0200
+++ /var/tmp/diff_new_pack.7HGDAZ/_new  2019-08-06 17:27:31.232685392 +0200
@@ -6,6 +6,7 @@
 [Service]
 Type=oneshot
 ExecStart=/usr/bin/google_optimize_local_ssd
+StandardOutput=journal+console
 
 [Install]
 WantedBy=multi-user.target

++++++ google-set-multiqueue.service ++++++
--- /var/tmp/diff_new_pack.7HGDAZ/_old  2019-08-06 17:27:31.252685388 +0200
+++ /var/tmp/diff_new_pack.7HGDAZ/_new  2019-08-06 17:27:31.252685388 +0200
@@ -6,6 +6,7 @@
 [Service]
 Type=oneshot
 ExecStart=/usr/bin/google_set_multiqueue
+StandardOutput=journal+console
 
 [Install]
 WantedBy=multi-user.target


Reply via email to