Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gemini-cli for openSUSE:Factory checked in at 2026-04-17 21:05:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gemini-cli (Old) and /work/SRC/openSUSE:Factory/.gemini-cli.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gemini-cli" Fri Apr 17 21:05:04 2026 rev:22 rq:1347706 version:0.38.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gemini-cli/gemini-cli.changes 2026-04-16 17:26:20.401876285 +0200 +++ /work/SRC/openSUSE:Factory/.gemini-cli.new.11940/gemini-cli.changes 2026-04-17 21:05:24.416665339 +0200 @@ -1,0 +2,5 @@ +Fri Apr 17 11:46:20 UTC 2026 - Dirk Müller <[email protected]> + +- add fix-mount-path.patch for sandbox handling + +------------------------------------------------------------------- New: ---- fix-mount-path.patch ----------(New B)---------- New: - add fix-mount-path.patch for sandbox handling ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gemini-cli.spec ++++++ --- /var/tmp/diff_new_pack.Ior3Pb/_old 2026-04-17 21:05:25.348703700 +0200 +++ /var/tmp/diff_new_pack.Ior3Pb/_new 2026-04-17 21:05:25.352703866 +0200 @@ -24,6 +24,7 @@ URL: https://github.com/google-gemini/gemini-cli Source0: https://github.com/google-gemini/gemini-cli/releases/download/v%{version}/gemini-cli-bundle.zip#/%{name}-%{version}-cli-bundle.zip Source1: https://raw.githubusercontent.com/google-gemini/gemini-cli/refs/tags/v%{version}/LICENSE +Patch: fix-mount-path.patch BuildRequires: unzip BuildArch: noarch Requires: /usr/bin/node @@ -48,6 +49,7 @@ %prep %setup -c +%autopatch -p1 cp -p %{SOURCE1} . %build ++++++ fix-mount-path.patch ++++++ Index: gemini-cli-0.38.1/gemini.js =================================================================== --- gemini-cli-0.38.1.orig/gemini.js +++ gemini-cli-0.38.1/gemini.js @@ -8475,7 +8475,7 @@ async function start_sandbox(config, nod args.push("--volume", `${workdir}:${containerWorkdir}`); const userHomeDirOnHost = homedir(); const userSettingsDirInSandbox = getContainerPath( - `/home/node/${GEMINI_DIR}` + `/usr/libexec/gemini-cli/${GEMINI_DIR}` ); if (!fs4.existsSync(userHomeDirOnHost)) { fs4.mkdirSync(userHomeDirOnHost, { recursive: true });
