Hello community,

here is the log from the commit of package google-compute-engine for 
openSUSE:Factory checked in at 2017-11-12 18:02:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-compute-engine (Old)
 and      /work/SRC/openSUSE:Factory/.google-compute-engine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-compute-engine"

Sun Nov 12 18:02:39 2017 rev:4 rq:540502 version:20171025

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/google-compute-engine/google-compute-engine.changes  
    2017-10-27 14:01:53.174713457 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-compute-engine.new/google-compute-engine.changes
 2017-11-12 18:02:39.236146760 +0100
@@ -1,0 +2,13 @@
+Fri Nov  3 13:21:17 UTC 2017 - [email protected]
+
+- Change dependencies -init depends on -oslogin
+  + oslogin feature is now enabled by the initialization code
+    when appropriate
+- Do not start the oslogin feature upon package install
+
+-------------------------------------------------------------------
+Fri Oct 27 17:27:16 UTC 2017 - [email protected]
+
+- Fix build for SLES 11
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ google-compute-engine.spec ++++++
--- /var/tmp/diff_new_pack.MeBh0L/_old  2017-11-12 18:02:39.780126945 +0100
+++ /var/tmp/diff_new_pack.MeBh0L/_new  2017-11-12 18:02:39.780126945 +0100
@@ -44,6 +44,7 @@
 %package init
 Summary:        GCE Instance Initialization
 Group:          System/Daemons
+Requires:       google-compute-engine-oslogin == %{version}
 %if 0%{?suse_version} && 0%{?suse_version} > 1315
 Requires:       python3-setuptools
 %else
@@ -81,7 +82,7 @@
 %package oslogin
 Summary:        OS Login Functionality for Google Compute Engine
 Group:          Hardware
-Requires:       google-compute-engine-init == %{version}
+
 Requires:       pam
 Requires(post): openssh
 Requires(post): glibc
@@ -171,9 +172,6 @@
 
 %post oslogin
 /sbin/ldconfig
-if [ ! -e /.buildenv ]; then
-   /usr/bin/google_oslogin_control activate
-fi   
 
 %preun
 %if 0%{?suse_version} > 1140
@@ -184,11 +182,6 @@
     %stop_on_removal google-ip-forwarding-daemon
 %endif
 
-%preun oslogin
-if [ ! -e /.buildenv ]; then
-   /usr/bin/google_oslogin_control deactivate
-fi
-
 %postun
 %restart_on_update
 %if 0%{?suse_version} > 1140
@@ -252,6 +245,8 @@
 %attr(0755,root,root) %{_bindir}/google_oslogin_control
 %attr(0755,root,root) %{_bindir}/google_authorized_keys
 /%{_lib}/*
+%if 0%{?suse_version} > 1140
 %exclude /%{_lib}/udev*
+%endif
 
 %changelog


Reply via email to