Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package agama-installer for openSUSE:Factory
checked in at 2026-03-18 16:49:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/agama-installer (Old)
and /work/SRC/openSUSE:Factory/.agama-installer.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "agama-installer"
Wed Mar 18 16:49:24 2026 rev:28 rq:1340726 version:19.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/agama-installer/agama-installer.changes
2026-03-14 22:21:21.566557466 +0100
+++
/work/SRC/openSUSE:Factory/.agama-installer.new.8177/agama-installer.changes
2026-03-18 16:50:30.021016566 +0100
@@ -1,0 +2,10 @@
+Tue Mar 17 12:15:24 UTC 2026 - Imobach Gonzalez Sosa <[email protected]>
+
+- Version 19
+
+-------------------------------------------------------------------
+Thu Mar 12 16:54:44 UTC 2026 - Imobach Gonzalez Sosa <[email protected]>
+
+- Make sure Agama started before launching Firefox
(gh#agama-project/agama#3273).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ agama-installer.kiwi ++++++
--- /var/tmp/diff_new_pack.XQeRfH/_old 2026-03-18 16:50:30.693044716 +0100
+++ /var/tmp/diff_new_pack.XQeRfH/_new 2026-03-18 16:50:30.693044716 +0100
@@ -18,7 +18,7 @@
<profile name="SUSE_SLE_16.1" description="SLE-based image"
import="true" />
</profiles>
<preferences>
- <version>19.pre.0.0</version>
+ <version>19.0.0</version>
<packagemanager>zypper</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
++++++ config-cdroot.tar.xz ++++++
++++++ live-root.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/root/.local/bin/gnome-kiosk-script
new/root/.local/bin/gnome-kiosk-script
--- old/root/.local/bin/gnome-kiosk-script 2026-03-05 10:25:09.000000000
+0100
+++ new/root/.local/bin/gnome-kiosk-script 2026-03-17 15:08:44.000000000
+0100
@@ -4,7 +4,6 @@
# which is at the end of the chain and invokes this script.
TOKEN_FILE=/run/agama/token
-TOKEN=$(cat $TOKEN_FILE)
PREFS=$HOME/.mozilla/firefox/profile/user.js
# read the system locale from EFI if present
@@ -22,6 +21,13 @@
fi
fi
+# Waiting until Agama web server is listening.
+until [ "$(curl --silent --output /dev/null --write-out "%{http_code}" --head
http://localhost/)" == "200" ]; do
+ echo "Waiting for agama-web-server"
+ sleep 2
+done
+
+TOKEN=$(cat $TOKEN_FILE)
sed -e "s/__HOMEPAGE__/http:\/\/localhost\/login?token=$TOKEN$LANG_QUERY/"
$PREFS.template > $PREFS
# Do not use --kiosk mode (see bsc#1236073) until SLE16 is updated to next
ESR. For Firefox