Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package live-net-installer for openSUSE:Factory checked in at 2026-03-05 17:30:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/live-net-installer (Old) and /work/SRC/openSUSE:Factory/.live-net-installer.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "live-net-installer" Thu Mar 5 17:30:58 2026 rev:22 rq:1336736 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/live-net-installer/live-net-installer.changes 2026-01-19 18:42:37.685287143 +0100 +++ /work/SRC/openSUSE:Factory/.live-net-installer.new.561/live-net-installer.changes 2026-03-05 17:34:05.577782778 +0100 @@ -1,0 +2,6 @@ +Thu Mar 5 01:34:58 UTC 2026 - Stanislav Brabec <[email protected]> + +- Make possible to translate installation and upgrade desktop files + using translate-suse-desktop (boo#1118859). + +------------------------------------------------------------------- Old: ---- installation.desktop upgrade.desktop New: ---- installation.desktop.in upgrade.desktop.in ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ live-net-installer.spec ++++++ --- /var/tmp/diff_new_pack.jhEsG3/_old 2026-03-05 17:34:06.697829287 +0100 +++ /var/tmp/diff_new_pack.jhEsG3/_new 2026-03-05 17:34:06.701829453 +0100 @@ -1,7 +1,7 @@ # # spec file for package live-net-installer # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,11 +33,12 @@ Group: System/YaST URL: https://build.opensuse.org/package/show/openSUSE:Factory:Live/live-net-installer Source1: start-install.sh -Source2: installation.desktop +Source2: installation.desktop.in Source3: COPYING Source4: extend -Source5: upgrade.desktop +Source5: upgrade.desktop.in BuildRequires: coreutils +BuildRequires: translate-suse-desktop BuildRequires: yast2-installation Requires: util-linux Requires: xdg-utils @@ -66,7 +67,7 @@ %prep %setup -q -T -c -cp %{SOURCE3} . +cp %{SOURCE2} %{SOURCE3} %{SOURCE5} . URL= %if 0%{?is_opensuse} @@ -91,11 +92,13 @@ sed -i"" "s=@URL@=${URL}=" %{SOURCE1} %build +%translate_suse_desktop installation.desktop +%translate_suse_desktop upgrade.desktop %install install -Dm 755 %{SOURCE1} %{buildroot}%{_sbindir}/start-install.sh -install -Dm 644 %{SOURCE2} %{buildroot}%{_datadir}/applications/installation.desktop -install -Dm 644 %{SOURCE5} %{buildroot}%{_datadir}/applications/upgrade.desktop +install -Dm 644 installation.desktop %{buildroot}%{_datadir}/applications/installation.desktop +install -Dm 644 upgrade.desktop %{buildroot}%{_datadir}/applications/upgrade.desktop # YaST hardcodes "/bin/extend". On usrmerged systems, we can install to /usr/bin/ anyway. %if 0%{?suse_version} > 1500 install -Dm 755 %{SOURCE4} %{buildroot}%{_bindir}/extend ++++++ installation.desktop.in ++++++ [Desktop Entry] Type=Application _Name=Installation _GenericName=Installation _Comment=Install the system from online repositories Icon=yast-installation Categories=System;X-SuSE-YaST; Exec=xdg-su -c "/usr/sbin/start-install.sh" StartupNotify=true ++++++ upgrade.desktop.in ++++++ [Desktop Entry] Type=Application _Name=Upgrade _GenericName=Upgrade _Comment=Upgrade an already installed system from online repositories Icon=yast-upgrade Categories=System;X-SuSE-YaST; Exec=xdg-su -c "/usr/sbin/start-install.sh upgrade" StartupNotify=true
