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 2023-10-20 23:18:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/google-guest-oslogin (Old) and /work/SRC/openSUSE:Factory/.google-guest-oslogin.new.1945 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-guest-oslogin" Fri Oct 20 23:18:27 2023 rev:22 rq:1119155 version:20231004.00 Changes: -------- --- /work/SRC/openSUSE:Factory/google-guest-oslogin/google-guest-oslogin.changes 2023-10-02 20:08:57.936197127 +0200 +++ /work/SRC/openSUSE:Factory/.google-guest-oslogin.new.1945/google-guest-oslogin.changes 2023-10-20 23:21:13.208268325 +0200 @@ -1,0 +2,6 @@ +Thu Oct 19 12:40:54 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 20231004 + * packaging: Make the dependency explicit (#120) + +------------------------------------------------------------------- Old: ---- google-guest-oslogin-20230926.00.tar.gz New: ---- google-guest-oslogin-20231004.00.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ google-guest-oslogin.spec ++++++ --- /var/tmp/diff_new_pack.L0xqiO/_old 2023-10-20 23:21:13.776289050 +0200 +++ /var/tmp/diff_new_pack.L0xqiO/_new 2023-10-20 23:21:13.780289195 +0200 @@ -19,7 +19,7 @@ %{!?_pam_moduledir: %define _pam_moduledir %{_pamdir}} Name: google-guest-oslogin -Version: 20230926.00 +Version: 20231004.00 Release: 0 Summary: Google Cloud Guest OS Login License: Apache-2.0 ++++++ google-guest-oslogin-20230926.00.tar.gz -> google-guest-oslogin-20231004.00.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-oslogin-20230926.00/packaging/debian/control new/guest-oslogin-20231004.00/packaging/debian/control --- old/guest-oslogin-20230926.00/packaging/debian/control 2023-09-26 21:06:52.000000000 +0200 +++ new/guest-oslogin-20231004.00/packaging/debian/control 2023-10-05 00:45:15.000000000 +0200 @@ -7,7 +7,7 @@ Package: google-compute-engine-oslogin Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, google-guest-agent (>= 1:20231003) Description: Google Compute Engine OS Login Contains libraries, applications and configurations for using OS Login on Google Compute Engine Virtual Machine Instances. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-oslogin-20230926.00/packaging/google-compute-engine-oslogin.spec new/guest-oslogin-20231004.00/packaging/google-compute-engine-oslogin.spec --- old/guest-oslogin-20230926.00/packaging/google-compute-engine-oslogin.spec 2023-09-26 21:06:52.000000000 +0200 +++ new/guest-oslogin-20231004.00/packaging/google-compute-engine-oslogin.spec 2023-10-05 00:45:15.000000000 +0200 @@ -25,6 +25,7 @@ License: ASL 2.0 Source0: %{name}_%{version}.orig.tar.gz +Requires: google-guest-agent >= 1:20231003 BuildRequires: boost-devel BuildRequires: gcc-c++