Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-guest-oslogin for
openSUSE:Factory checked in at 2025-11-09 21:07:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-guest-oslogin (Old)
and /work/SRC/openSUSE:Factory/.google-guest-oslogin.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-guest-oslogin"
Sun Nov 9 21:07:45 2025 rev:36 rq:1316485 version:20251022.00
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-guest-oslogin/google-guest-oslogin.changes
2025-09-02 18:02:10.724221797 +0200
+++
/work/SRC/openSUSE:Factory/.google-guest-oslogin.new.1980/google-guest-oslogin.changes
2025-11-09 21:08:02.083478913 +0100
@@ -1,0 +2,7 @@
+Fri Nov 7 14:18:20 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 20251022.00
+ * Log the response body when an auth failure occurs;
+ it usually has helpful info in it. (#167)
+
+-------------------------------------------------------------------
Old:
----
google-guest-oslogin-20250821.00.tar.gz
New:
----
google-guest-oslogin-20251022.00.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-guest-oslogin.spec ++++++
--- /var/tmp/diff_new_pack.fDpEc7/_old 2025-11-09 21:08:02.559498821 +0100
+++ /var/tmp/diff_new_pack.fDpEc7/_new 2025-11-09 21:08:02.559498821 +0100
@@ -1,7 +1,7 @@
#
# spec file for package google-guest-oslogin
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%{!?_pam_moduledir: %define _pam_moduledir %{_pamdir}}
Name: google-guest-oslogin
-Version: 20250821.00
+Version: 20251022.00
Release: 0
Summary: Google Cloud Guest OS Login
License: Apache-2.0
++++++ google-guest-oslogin-20250821.00.tar.gz ->
google-guest-oslogin-20251022.00.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/guest-oslogin-20250821.00/src/oslogin_utils.cc
new/guest-oslogin-20251022.00/src/oslogin_utils.cc
--- old/guest-oslogin-20250821.00/src/oslogin_utils.cc 2025-08-08
16:36:56.000000000 +0200
+++ new/guest-oslogin-20251022.00/src/oslogin_utils.cc 2025-10-22
22:50:05.000000000 +0200
@@ -1304,7 +1304,8 @@
if (http_code != 200) {
SysLogErr("Failed to validate that OS Login user %s has %s permission; "
- "got HTTP response code: %lu", user_name, policy, http_code);
+ "got HTTP response code: %lu; got HTTP response body: %s",
+ user_name, policy, http_code, response);
return false;
}