File google-compute-engine.changes of Package google-compute-engine.7791

-------------------------------------------------------------------
Mon Jun 18 17:32:17 UTC 2018 - adrian.glaubitz@suse.com

- Ensure that google-ip-forwarding-daemon service and
  google-network-setup are stopped and disabled
  during upgrade
- Ensure that google-network-daemon service is enabled
  and started during upgrade

-------------------------------------------------------------------
Thu Jun 14 10:31:14 UTC 2018 - adrian.glaubitz@suse.com

- Add patch to set run_dir to /var/run (bsc#1097378, #1097616)
  + gcei-set-run_dir.patch
- Drop deleted patch from spec file
  + gcei-lnx-distro-py3.patch

-------------------------------------------------------------------
Tue May 29 19:21:31 UTC 2018 - rjschwei@suse.com

- Remove gcei-lnx-distro-py3.patch
  + Upstream intention is to depend on distro module from GitHub
- Add dependency on python3-distro for SLE/Leap 15 and later

-------------------------------------------------------------------
Mon May 21 16:24:22 UTC 2018 - rjschwei@suse.com

- Add patch gcei-lnx-distro-py3.patch (bsc#1094074)

-------------------------------------------------------------------
Fri May 11 18:33:09 UTC 2018 - adrian.glaubitz@suse.com

- Update to version 20180510 (bsc#1092214)
  + Prevent delay in configuring IP forwarding routes.
  + Improve instance setup support for FreeBSD.
- Include new google-network-daemon
  + Add google-network-daemon.service activation in
    %pre and %post sections
  + Add google-network-daemon.suse init script for SysV
- Stop shipping deprecated google-ip-forwarding-daemon service
  + Remove google-ip-forwarding-daemon.service activation in
    %pre and %post sections
  + Drop google-ip-forwarding-daemon.suse from source distribution
- Add missing association with "init" package for  %pre, %post,
  %preun and %postun sections
- Install google_oslogin_nss_cache binary into oslogin package

-------------------------------------------------------------------
Tue May  8 10:32:06 UTC 2018 - adrian.glaubitz@suse.com

- Update to version 20180504 (bsc#1092214)
  + Create a new network daemon.
  + Refactor the IP forwarding daemon and network setup.
  + Improvements for using NSS cache in the accounts daemon.
  + Include libnss cache as part of the OS Login package.
- Refresh patches for new version:
  + gcei-scripts-after-reg.patch

-------------------------------------------------------------------
Mon Apr 16 12:56:50 UTC 2018 - adrian.glaubitz@suse.com

- 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

-------------------------------------------------------------------
Fri Feb  2 13:21:52 UTC 2018 - adrian.glaubitz@suse.com

- Update to version 20180129 (bsc#1078349, bsc#1079077)
  + Improve rsyslog daemon reset when using the dhcp exit hook.
  + The OS Login feature is generally available.
  + Change the OS Login uid restriction to allow uid 1000.
  + Close socket connections after requesting metadata.
- From version 20171213
  + Force IPv4 for Debian apt configs.

-------------------------------------------------------------------
Sun Dec  3 18:26:50 UTC 2017 - adrian.glaubitz@suse.com

- Update to version 20171129 (bsc#1070895, bsc#1070918)
  + Generate SSH host keys when none are present.
  + Improve logging when activating OS Login.
  + Fix parsing logic for expiration time on SSH public keys.
  + Fix home directory creation PAM config.

-------------------------------------------------------------------
Fri Nov  3 13:21:17 UTC 2017 - rjschwei@suse.com

- 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 - rjschwei@suse.com

- Fix build for SLES 11

-------------------------------------------------------------------
Thu Oct 26 16:38:09 UTC 2017 - adrian.glaubitz@suse.com

- Update to version 20171025 (bsc#1064356, bsc#1065308)  
  + Add apt configuration to prevent auto-removal of Google packages.
  + Rename set_hostname to prevent naming conflicts.
  + Remove logging when checking OS Login status.
- From version 20171019
  + Support the enable-oslogin metadata key for activating OS Login.
  + Improve packaging to restart services.  
  + OS Login is available in Beta.
  + Add status option to the OS Login control file.
- From version 20171006
  + Fix system hang during VM shutdown.
  + JSON parser accepts string types for int64 values.
- From version 20170921
  + JSON parser casts uid and gid to unsigned integers.
- From version 20170914
  + Remove fstab barrier options in EL 7.  
  + Use curl to download metadata script files for SSL certificate validation.
  + Use netifaces for retrieving MAC address names if the import exists.

-------------------------------------------------------------------
Tue Sep 19 16:49:18 UTC 2017 - rjschwei@suse.com

- Ship the udevrules with the -init package only

-------------------------------------------------------------------
Tue Sep 12 15:17:18 UTC 2017 - rjschwei@suse.com

- Fix baslibs.conf, use package, not files
- Include rpmlintrc and baslibc.conf as source

-------------------------------------------------------------------
Mon Sep 11 12:21:31 UTC 2017 - rjschwei@suse.com

- Add gcei-scripts-after-reg.patch (bsc#1057671)

-------------------------------------------------------------------
Sat Sep  9 10:22:48 UTC 2017 - rjschwei@suse.com

- Update to version 20170829 (bsc#1049242, FATE#323757)
  + Support oslogin feature
  + Add rpmlintrc
    ~ We ship pam and nss modules in -oslogin we do not want
      to name the package according to the shared library naming policy
  + Add baslibs.config
    ~ Handle the nss and pam modules provided by oslogin properly
- From version 20170718
  + Allow nologin paths other than /sbin/nologin.
  + Try to download GCS URLs with curl if gsutil is not installed.
  + Fix control scripts to correctly restart sshd and nscd if they exist.
  + Retry HTTP requests if error 500 is received.
  + Move oslogin sudoers directory locations.
- Setup for Python 3 build oSTW and SLE 15
- Source package renamed to google-compute-engine
  + Binary subpackages -init -oslogin

-------------------------------------------------------------------
Fri Jan 13 16:15:22 UTC 2017 - rjschwei@suse.com

- The startup script attempts a network connection, thus it must
  run after network setup

-------------------------------------------------------------------
Thu Jan 12 20:59:44 UTC 2017 - rjschwei@suse.com

- Scripts that are one-shot should not be marked as "stop_on_removal"
  as there is no process running (bsc#1017395)
- One-shot scripts should not run with startproc

-------------------------------------------------------------------
Mon Dec 19 16:53:00 UTC 2016 - rjschwei@suse.com

- Update to version 20161213 (bsc#1015829, bsc#1016372)
  + Remove gcei-handle-failed-open.patch included upstream
  + Remove gcei-handle-missing-gsutil.patch included upstream
  + Forward port gcei-hide-py-deps.patch
  + Improved alias IP support
- From 20161118
  + Add support for alias IPs in the IP forwarding daemon.
  + IP forwarding daemon adds back local routes after network restart.
  + Account daemon removes expired key access without metadata change.
  + Account daemon ignores SSH keys with non-ascii characters.
  + Improved exception handling.
  + Fix for syslog startup on systemd.
  + Add a route to the metadata server to /etc/hosts.
- From 20160930
  + Provide a service to enable network interfaces on boot.
  + Create a common library for inspecting network interfaces.
  + Allow metadata script output that is not UTF-8.
  + Fixed instance config file logic.
  + Fixed accounts management Python 3 compatibility.
  + Fixed IP forwarding Python 3 compatibility.
  + Improved style consistency.
  + Run a service on boot to enable additional network interfaces.
  + Update dhclient-script on EL 6 to fix local routing.

-------------------------------------------------------------------
Sun Oct 30 23:15:47 UTC 2016 - jengelh@inai.de

- Resolve description inaccuracy
- Call %service_* just once, but with all args

-------------------------------------------------------------------
Wed Oct 26 18:42:15 UTC 2016 - rjschwei@suse.com

- Include in SLE 12 and SLE 11 (FATE#321748, FATE#321890, bsc#994943)

-------------------------------------------------------------------
Thu Oct 20 20:17:20 UTC 2016 - rjschwei@suse.com

- Update gcei-handle-failed-open.patch to match upstream PR

-------------------------------------------------------------------
Wed Oct 19 19:56:32 UTC 2016 - rjschwei@suse.com

- Add gcei-handle-failed-open.patch
  * Do not exit with a traceback if the sudoers file cannot be written

-------------------------------------------------------------------
Wed Oct 19 17:52:00 UTC 2016 - rjschwei@suse.com

- Package the rsyslog config unconditionally, rsyslog also available on
  SLE 11

-------------------------------------------------------------------
Wed Oct 19 15:26:21 UTC 2016 - rjschwei@suse.com

- Add sysvinit scripts for SUSE, upstream scripts are RHEL specific
  * google-accounts-daemon.suse
  * google-clock-skew-daemon.suse
  * google-instance-setup.suse
  * google-ip-forwarding-daemon.suse
  * google-shutdown-scripts.suse
  * google-startup-scripts.suse

-------------------------------------------------------------------
Mon Oct 17 18:35:14 UTC 2016 - rjschwei@suse.com

- Own the udev directories, fixes issue with SLE 12 build

-------------------------------------------------------------------
Mon Oct 17 17:57:31 UTC 2016 - rjschwei@suse.com

- Conflict with the previous generation of initialization code.
  * According to upstream and update path is not supported and
    has too many corner cases to reliably work. Thus running instances are
    not expected to upgrade.

-------------------------------------------------------------------
Mon Oct 17 15:45:33 UTC 2016 - rjschwei@suse.com

- Initial build
  - Version 20160803

openSUSE Build Service is sponsored by