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 2023-06-27 23:17:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-guest-configs (Old)
and /work/SRC/openSUSE:Factory/.google-guest-configs.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-guest-configs"
Tue Jun 27 23:17:52 2023 rev:15 rq:1095625 version:20230626.00
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-guest-configs/google-guest-configs.changes
2023-06-09 20:38:56.591078785 +0200
+++
/work/SRC/openSUSE:Factory/.google-guest-configs.new.15902/google-guest-configs.changes
2023-06-27 23:18:06.547900940 +0200
@@ -1,0 +2,6 @@
+Tue Jun 27 11:54:42 UTC 2023 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 20230626.00 (bsc#1212418, bsc#1212759)
+ * Revert "Replace `xxd` to `cut` for google_nvme_id (#49)" (#54)
+
+-------------------------------------------------------------------
Old:
----
google-guest-configs-20230526.00.tar.gz
New:
----
google-guest-configs-20230626.00.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-guest-configs.spec ++++++
--- /var/tmp/diff_new_pack.hYa8w2/_old 2023-06-27 23:18:08.251910968 +0200
+++ /var/tmp/diff_new_pack.hYa8w2/_new 2023-06-27 23:18:08.255910991 +0200
@@ -23,7 +23,7 @@
%define _udevdir %(pkg-config --variable udev_dir udev)
%endif
Name: google-guest-configs
-Version: 20230526.00
+Version: 20230626.00
Release: 0
Summary: Google Cloud Guest Configs
License: Apache-2.0
++++++ google-guest-configs-20230526.00.tar.gz ->
google-guest-configs-20230626.00.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/guest-configs-20230526.00/src/lib/udev/google_nvme_id
new/guest-configs-20230626.00/src/lib/udev/google_nvme_id
--- old/guest-configs-20230526.00/src/lib/udev/google_nvme_id 2023-05-26
18:17:21.000000000 +0200
+++ new/guest-configs-20230626.00/src/lib/udev/google_nvme_id 2023-06-23
23:25:28.000000000 +0200
@@ -58,7 +58,7 @@
#######################################
function get_namespace_device_name() {
local nvme_json
- nvme_json="$("$nvme_cli_bin" id-ns -b "$1" | cut -b 384-)"
+ nvme_json="$("$nvme_cli_bin" id-ns -b "$1" | xxd -p -seek 384 | xxd -p -r)"
if [[ $? -ne 0 ]]; then
return 1
fi