Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jenkins-x-cli for openSUSE:Factory checked in at 2025-11-13 17:29:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jenkins-x-cli (Old) and /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jenkins-x-cli" Thu Nov 13 17:29:01 2025 rev:37 rq:1317566 version:3.16.29 Changes: -------- --- /work/SRC/openSUSE:Factory/jenkins-x-cli/jenkins-x-cli.changes 2025-11-07 18:25:53.988121613 +0100 +++ /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.2061/jenkins-x-cli.changes 2025-11-13 17:30:31.435146305 +0100 @@ -1,0 +2,6 @@ +Thu Nov 13 11:14:28 UTC 2025 - Johannes Kastl <[email protected]> + +- Update to version 3.16.29: + * fix: overwrite existing environment variable + +------------------------------------------------------------------- Old: ---- jenkins-x-cli-3.16.28.obscpio New: ---- jenkins-x-cli-3.16.29.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jenkins-x-cli.spec ++++++ --- /var/tmp/diff_new_pack.8oKGxz/_old 2025-11-13 17:30:32.171177489 +0100 +++ /var/tmp/diff_new_pack.8oKGxz/_new 2025-11-13 17:30:32.171177489 +0100 @@ -19,7 +19,7 @@ %define executable_name jx Name: jenkins-x-cli -Version: 3.16.28 +Version: 3.16.29 Release: 0 Summary: CLI for Jenkins X License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8oKGxz/_old 2025-11-13 17:30:32.219179523 +0100 +++ /var/tmp/diff_new_pack.8oKGxz/_new 2025-11-13 17:30:32.223179692 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/jenkins-x/jx</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v3.16.28</param> + <param name="revision">v3.16.29</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.8oKGxz/_old 2025-11-13 17:30:32.251180879 +0100 +++ /var/tmp/diff_new_pack.8oKGxz/_new 2025-11-13 17:30:32.255181049 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/jenkins-x/jx</param> - <param name="changesrevision">7369f02afeb987cdb5df1349557de4992d4bfbdf</param></service></servicedata> + <param name="changesrevision">774d9ca026508e20d705e4d515f09705dc9bc90e</param></service></servicedata> (No newline at EOF) ++++++ jenkins-x-cli-3.16.28.obscpio -> jenkins-x-cli-3.16.29.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jenkins-x-cli-3.16.28/pkg/cmd/root.go new/jenkins-x-cli-3.16.29/pkg/cmd/root.go --- old/jenkins-x-cli-3.16.28/pkg/cmd/root.go 2025-11-06 18:31:09.000000000 +0100 +++ new/jenkins-x-cli-3.16.29/pkg/cmd/root.go 2025-11-12 11:53:42.000000000 +0100 @@ -272,11 +272,10 @@ // Giving plugin information about how it was invoked, so it can give correct help pluginCommandName := os.Args[0] + " " + strings.Join(remainingArgs, " ") - environ := append(os.Environ(), - fmt.Sprintf("BINARY_NAME=%s", pluginCommandName), - fmt.Sprintf("TOP_LEVEL_COMMAND=%s", pluginCommandName)) + os.Setenv("BINARY_NAME", pluginCommandName) + os.Setenv("TOP_LEVEL_COMMAND", pluginCommandName) // invoke cmd binary relaying the current environment and args given // remainingArgs will always have at least one element. // execute will make remainingArgs[0] the "binary name". - return plugins.Execute(foundBinaryPath, nextArgs, environ) + return plugins.Execute(foundBinaryPath, nextArgs, os.Environ()) } ++++++ jenkins-x-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.8oKGxz/_old 2025-11-13 17:30:32.591195285 +0100 +++ /var/tmp/diff_new_pack.8oKGxz/_new 2025-11-13 17:30:32.611196133 +0100 @@ -1,5 +1,5 @@ name: jenkins-x-cli -version: 3.16.28 -mtime: 1762450269 -commit: 7369f02afeb987cdb5df1349557de4992d4bfbdf +version: 3.16.29 +mtime: 1762944822 +commit: 774d9ca026508e20d705e4d515f09705dc9bc90e ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/jenkins-x-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.jenkins-x-cli.new.2061/vendor.tar.gz differ: char 13, line 1
