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 2021-04-01 14:17:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-guest-oslogin (Old)
 and      /work/SRC/openSUSE:Factory/.google-guest-oslogin.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-guest-oslogin"

Thu Apr  1 14:17:55 2021 rev:6 rq:882394 version:20210316.00

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/google-guest-oslogin/google-guest-oslogin.changes    
    2021-02-23 20:22:11.443750435 +0100
+++ 
/work/SRC/openSUSE:Factory/.google-guest-oslogin.new.2401/google-guest-oslogin.changes
      2021-04-01 14:19:20.332158077 +0200
@@ -1,0 +2,6 @@
+Wed Mar 31 12:57:04 UTC 2021 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 20210316.00 (bsc#1183414, bsc#1183415)
+  * call correct function in pwenthelper (#53)
+
+-------------------------------------------------------------------

Old:
----
  google-guest-oslogin-20210108.00.tar.gz

New:
----
  google-guest-oslogin-20210316.00.tar.gz

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

Other differences:
------------------
++++++ google-guest-oslogin.spec ++++++
--- /var/tmp/diff_new_pack.XdV8aB/_old  2021-04-01 14:19:20.840158755 +0200
+++ /var/tmp/diff_new_pack.XdV8aB/_new  2021-04-01 14:19:20.844158760 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           google-guest-oslogin
-Version:        20210108.00
+Version:        20210316.00
 Release:        0
 Summary:        Google Cloud Guest OS Login
 License:        Apache-2.0

++++++ google-guest-oslogin-20210108.00.tar.gz -> 
google-guest-oslogin-20210316.00.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guest-oslogin-20210108.00/src/oslogin_utils.cc 
new/guest-oslogin-20210316.00/src/oslogin_utils.cc
--- old/guest-oslogin-20210108.00/src/oslogin_utils.cc  2021-01-08 
19:48:30.000000000 +0100
+++ new/guest-oslogin-20210316.00/src/oslogin_utils.cc  2021-01-22 
01:05:26.000000000 +0100
@@ -226,7 +226,7 @@
       return false;
     }
     // General failure to load the cache occurred.
-    if (!status || http_code != 200 || response.empty() || 
!LoadJsonGroupsToCache(response)) {
+    if (!status || http_code != 200 || response.empty() || 
!LoadJsonUsersToCache(response)) {
       *errnop = ENOENT;
       return false;
     }

Reply via email to