Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package google-guest-agent for openSUSE:Factory checked in at 2023-05-11 14:42:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/google-guest-agent (Old) and /work/SRC/openSUSE:Factory/.google-guest-agent.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-guest-agent" Thu May 11 14:42:02 2023 rev:22 rq:1086497 version:20230510.00 Changes: -------- --- /work/SRC/openSUSE:Factory/google-guest-agent/google-guest-agent.changes 2023-03-07 16:50:26.609619038 +0100 +++ /work/SRC/openSUSE:Factory/.google-guest-agent.new.1533/google-guest-agent.changes 2023-05-11 14:42:03.358257530 +0200 @@ -1,0 +2,13 @@ +Thu May 11 07:04:49 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 20230510.00 + * Fix dependencies after updating go ver to 1.17 (#211) + * Update Go version (#210) +- from version 20230426.00 + * Fix compilation directives (#207) +- from version 20230403.00 + * Mod update (#205) + * Update mod: update golang.org/x/net to + 0.8.0 and its dependencies (#204) + +------------------------------------------------------------------- Old: ---- guest-agent-20230221.00.tar.gz New: ---- guest-agent-20230510.00.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ google-guest-agent.spec ++++++ --- /var/tmp/diff_new_pack.YvVX6c/_old 2023-05-11 14:42:04.062261163 +0200 +++ /var/tmp/diff_new_pack.YvVX6c/_new 2023-05-11 14:42:04.066261184 +0200 @@ -24,7 +24,7 @@ %global import_path %{provider_prefix} Name: google-guest-agent -Version: 20230221.00 +Version: 20230510.00 Release: 0 Summary: Google Cloud Guest Agent License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YvVX6c/_old 2023-05-11 14:42:04.102261370 +0200 +++ /var/tmp/diff_new_pack.YvVX6c/_new 2023-05-11 14:42:04.106261391 +0200 @@ -3,8 +3,8 @@ <param name="url">https://github.com/GoogleCloudPlatform/guest-agent/</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="versionformat">20230221.00</param> - <param name="revision">20230221.00</param> + <param name="versionformat">20230510.00</param> + <param name="revision">20230510.00</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> @@ -15,7 +15,7 @@ <param name="basename">guest-agent</param> </service> <service name="go_modules" mode="disabled"> - <param name="archive">guest-agent-20230221.00.tar.gz</param> + <param name="archive">guest-agent-20230510.00.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.YvVX6c/_old 2023-05-11 14:42:04.122261473 +0200 +++ /var/tmp/diff_new_pack.YvVX6c/_new 2023-05-11 14:42:04.126261493 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/GoogleCloudPlatform/guest-agent/</param> - <param name="changesrevision">56988fa888b46dc0796a958929dceed460f7a3e8</param></service></servicedata> + <param name="changesrevision">d98607d249b38a542839f44f5942a525223e937b</param></service></servicedata> (No newline at EOF) ++++++ guest-agent-20230221.00.tar.gz -> guest-agent-20230510.00.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-agent-20230221.00/go.mod new/guest-agent-20230510.00/go.mod --- old/guest-agent-20230221.00/go.mod 2023-02-21 18:14:40.000000000 +0100 +++ new/guest-agent-20230510.00/go.mod 2023-05-10 21:48:46.000000000 +0200 @@ -1,6 +1,6 @@ module github.com/GoogleCloudPlatform/guest-agent -go 1.16 +go 1.17 require ( cloud.google.com/go/storage v1.22.1 @@ -10,6 +10,27 @@ github.com/golang/protobuf v1.5.2 github.com/kardianos/service v1.2.1 github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 - golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c + golang.org/x/sys v0.5.0 google.golang.org/grpc v1.47.0 ) + +require ( + cloud.google.com/go v0.100.2 // indirect + cloud.google.com/go/compute v1.6.0 // indirect + cloud.google.com/go/iam v0.3.0 // indirect + cloud.google.com/go/logging v1.0.0 // indirect + github.com/google/go-cmp v0.5.7 // indirect + github.com/google/uuid v1.1.2 // indirect + github.com/googleapis/gax-go/v2 v2.3.0 // indirect + github.com/googleapis/go-type-adapters v1.0.0 // indirect + go.opencensus.io v0.23.0 // indirect + golang.org/x/net v0.7.0 // indirect + golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect + golang.org/x/text v0.7.0 // indirect + golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect + google.golang.org/api v0.74.0 // indirect + google.golang.org/appengine v1.6.7 // indirect + google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335 // indirect + google.golang.org/protobuf v1.28.0 // indirect +) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-agent-20230221.00/go.sum new/guest-agent-20230510.00/go.sum --- old/guest-agent-20230221.00/go.sum 2023-02-21 18:14:40.000000000 +0100 +++ new/guest-agent-20230510.00/go.sum 2023-05-10 21:48:46.000000000 +0200 @@ -63,8 +63,6 @@ dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/GoogleCloudPlatform/guest-logging-go v0.0.0-20210621170517-facc9c0d81b9 h1:Qq6KJSPMb1wCih/rqzQs3Ni2ShuCYc4q51wTx8lpy6Q= -github.com/GoogleCloudPlatform/guest-logging-go v0.0.0-20210621170517-facc9c0d81b9/go.mod h1:3F/urXs15KEI7RBGoOsK9/jCCJPBKHxyZH/Nzc7uldo= github.com/GoogleCloudPlatform/guest-logging-go v0.0.0-20221216194522-f549ad6a1730 h1:l4Hin8i/7I1R0cvWBP+z6JdRxU4yJWFbcXvJ8mKKC70= github.com/GoogleCloudPlatform/guest-logging-go v0.0.0-20221216194522-f549ad6a1730/go.mod h1:3F/urXs15KEI7RBGoOsK9/jCCJPBKHxyZH/Nzc7uldo= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= @@ -310,8 +308,9 @@ golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220325170049-de3da57026de h1:pZB1TWnKi+o4bENlbzAgLrEbY4RMYmUIRobMcSmfeYc= golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g= +golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -399,8 +398,8 @@ golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c h1:aFV+BgZ4svzjfabn8ERpuB4JI4N6/rdy1iusx77G3oU= -golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -411,8 +410,9 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-agent-20230221.00/google_guest_agent/accounts_unix.go new/guest-agent-20230510.00/google_guest_agent/accounts_unix.go --- old/guest-agent-20230221.00/google_guest_agent/accounts_unix.go 2023-02-21 18:14:40.000000000 +0100 +++ new/guest-agent-20230510.00/google_guest_agent/accounts_unix.go 2023-05-10 21:48:46.000000000 +0200 @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !windows // +build !windows package main diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-agent-20230221.00/google_guest_agent/addresses_integ_test.go new/guest-agent-20230510.00/google_guest_agent/addresses_integ_test.go --- old/guest-agent-20230221.00/google_guest_agent/addresses_integ_test.go 2023-02-21 18:14:40.000000000 +0100 +++ new/guest-agent-20230510.00/google_guest_agent/addresses_integ_test.go 2023-05-10 21:48:46.000000000 +0200 @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build integration // +build integration package main diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-agent-20230221.00/google_guest_agent/addresses_unix.go new/guest-agent-20230510.00/google_guest_agent/addresses_unix.go --- old/guest-agent-20230221.00/google_guest_agent/addresses_unix.go 2023-02-21 18:14:40.000000000 +0100 +++ new/guest-agent-20230510.00/google_guest_agent/addresses_unix.go 2023-05-10 21:48:46.000000000 +0200 @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !windows // +build !windows package main diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-agent-20230221.00/google_guest_agent/addresses_windows.go new/guest-agent-20230510.00/google_guest_agent/addresses_windows.go --- old/guest-agent-20230221.00/google_guest_agent/addresses_windows.go 2023-02-21 18:14:40.000000000 +0100 +++ new/guest-agent-20230510.00/google_guest_agent/addresses_windows.go 2023-05-10 21:48:46.000000000 +0200 @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build windows // +build windows package main diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-agent-20230221.00/google_guest_agent/instance_setup_integ_test.go new/guest-agent-20230510.00/google_guest_agent/instance_setup_integ_test.go --- old/guest-agent-20230221.00/google_guest_agent/instance_setup_integ_test.go 2023-02-21 18:14:40.000000000 +0100 +++ new/guest-agent-20230510.00/google_guest_agent/instance_setup_integ_test.go 2023-05-10 21:48:46.000000000 +0200 @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build integration // +build integration package main diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-agent-20230221.00/google_guest_agent/non_windows_accounts_integ_test.go new/guest-agent-20230510.00/google_guest_agent/non_windows_accounts_integ_test.go --- old/guest-agent-20230221.00/google_guest_agent/non_windows_accounts_integ_test.go 2023-02-21 18:14:40.000000000 +0100 +++ new/guest-agent-20230510.00/google_guest_agent/non_windows_accounts_integ_test.go 2023-05-10 21:48:46.000000000 +0200 @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build integration // +build integration package main diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/guest-agent-20230221.00/google_guest_agent/stub.go new/guest-agent-20230510.00/google_guest_agent/stub.go --- old/guest-agent-20230221.00/google_guest_agent/stub.go 2023-02-21 18:14:40.000000000 +0100 +++ new/guest-agent-20230510.00/google_guest_agent/stub.go 2023-05-10 21:48:46.000000000 +0200 @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !windows // +build !windows package main ++++++ vendor.tar.gz ++++++ ++++ 54818 lines of diff (skipped)