Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package google-guest-configs for 
openSUSE:Factory checked in at 2021-10-23 00:51:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-guest-configs (Old)
 and      /work/SRC/openSUSE:Factory/.google-guest-configs.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-guest-configs"

Sat Oct 23 00:51:46 2021 rev:6 rq:927010 version:20210916.00

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/google-guest-configs/google-guest-configs.changes    
    2021-09-02 23:20:59.692604352 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-guest-configs.new.1890/google-guest-configs.changes
      2021-10-23 00:52:31.301162302 +0200
@@ -1,0 +2,13 @@
+Fri Oct 22 13:07:54 UTC 2021 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 20210916.00
+  * Revert "dont set IP in etc/hosts; remove rsyslog (#26)" (#28)
+- from version 20210831.00
+  * restore rsyslog (#27)
+- from version 20210830.00
+  * Fix NVMe partition names (#25)
+- from version 20210824.00
+  * dont set IP in etc/hosts; remove rsyslog (#26)
+  * update OWNERS
+
+-------------------------------------------------------------------

Old:
----
  google-guest-configs-20210702.00.tar.gz

New:
----
  google-guest-configs-20210916.00.tar.gz

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

Other differences:
------------------
++++++ google-guest-configs.spec ++++++
--- /var/tmp/diff_new_pack.HM4tKA/_old  2021-10-23 00:52:31.685162473 +0200
+++ /var/tmp/diff_new_pack.HM4tKA/_new  2021-10-23 00:52:31.685162473 +0200
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150300
 # systemd-rpm-macros(or kmod) is wrong in 15.2
 %define _modprobedir /lib/modprobe.d
 %endif
 Name:           google-guest-configs
-Version:        20210702.00
+Version:        20210916.00
 Release:        0
 Summary:        Google Cloud Guest Configs
 License:        Apache-2.0

++++++ google-guest-configs-20210702.00.tar.gz -> 
google-guest-configs-20210916.00.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guest-configs-20210702.00/OWNERS 
new/guest-configs-20210916.00/OWNERS
--- old/guest-configs-20210702.00/OWNERS        2021-07-03 00:19:48.000000000 
+0200
+++ new/guest-configs-20210916.00/OWNERS        2021-09-16 16:58:56.000000000 
+0200
@@ -4,10 +4,8 @@
 approvers:
   - adjackura
   - hopkiw
-  - illfelder
   - zmarano
 reviewers:
   - adjackura
   - hopkiw
-  - illfelder
   - zmarano
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/guest-configs-20210702.00/src/lib/udev/rules.d/65-gce-disk-naming.rules 
new/guest-configs-20210916.00/src/lib/udev/rules.d/65-gce-disk-naming.rules
--- old/guest-configs-20210702.00/src/lib/udev/rules.d/65-gce-disk-naming.rules 
2021-07-03 00:19:48.000000000 +0200
+++ new/guest-configs-20210916.00/src/lib/udev/rules.d/65-gce-disk-naming.rules 
2021-09-16 16:58:56.000000000 +0200
@@ -21,7 +21,7 @@
 KERNEL=="sd*|vd*", IMPORT{program}="scsi_id --export --whitelisted -d 
$tempnode"
 
 # NVME Local SSD naming
-KERNEL=="nvme*n*", ATTRS{model}=="nvme_card", PROGRAM="/bin/sh -c 'echo 
$$((%n-1))'", ENV{ID_SERIAL_SHORT}="local-nvme-ssd-%c"
+KERNEL=="nvme*n*", ATTRS{model}=="nvme_card", PROGRAM="/bin/sh -c 
'nsid=$$(echo %k|sed -re s/nvme.n\(.\).\*/\\1/); echo $$((nsid-1))'", 
ENV{ID_SERIAL_SHORT}="local-nvme-ssd-%c"
 KERNEL=="nvme*", ATTRS{model}=="nvme_card", 
ENV{ID_SERIAL}="Google_EphemeralDisk_$env{ID_SERIAL_SHORT}"
 
 # NVME Persistent Disk Naming

Reply via email to