Packages changed: dracut-pcr-signature (0.7+0 -> 0.8+0) erofs-utils (1.9.2 -> 1.9.3) gdm glslang (16.4.0 -> 16.5.0) nvidia-open-driver-G07-signed (595.84_k7.1.8_1 -> 595.91.07_k7.1.8_1) nvidia-open-driver-G07-signed-cuda (610.43.02_k7.1.8_1 -> 610.57.04_k7.1.8_1) openSUSE-release (20260812 -> 20260813) salt sdbootutil (1+git20260714.d9bb736 -> 1+git20260813.357956d) sddm (0.21.0 -> 0.21.0+git57) sddm-qt6 (0.21.0 -> 0.21.0+git57) === Details === ==== dracut-pcr-signature ==== Version update (0.7+0 -> 0.8+0) - Update to version 0.8+0: * Install the module iff systemd-boot or grub2-bls * Make sure that our sysefi.mount takes precedence * Do not copy old tpm2-pcr-signature files ==== erofs-utils ==== Version update (1.9.2 -> 1.9.3) - Update to release 1.9.3 * mkfs: Sort inline xattrs for reproducible builds * mkfs: Fix rebuild mode handling for opaque directories * mkfs: Fix `--incremental=data` functionality * mkfs: Fix raw inline handling with `-Eztailpacking` * mkfs: Harden tar index parsing against invalid sizes * mkfs: Fix memory leaks for small fragments ==== gdm ==== Subpackages: gdm-lang gdm-schema gdm-systemd gdm-xdm-integration libgdm1 typelib-1_0-Gdm-1_0 - Update solution for switching to tty1 on gdm service stop + Drop gdm-switch-to-tty1.patch + Add /usr/lib/systemd/system/gdm.service.d/10-switch-to-vt1-on-stop.conf ==== glslang ==== Version update (16.4.0 -> 16.5.0) - Update to release 16.5.0 * Implement `GLSL_EXT_split_barrier`/`SPV_EXT_split_barrier`, `GLSL_QCOM_multiple_wait_queues`, `GLSL_QCOM_image_processing3`, `GL_EXT_function_control_attributes`. ==== nvidia-open-driver-G07-signed ==== Version update (595.84_k7.1.8_1 -> 595.91.07_k7.1.8_1) - update non-CUDA variant to 595.91.07 (boo#1271601) - update CUDA variant to 610.57.04 - update CUDA variant to 610.57.02 - supersedes linux-7.0.patch - update non-CUDA variant to 595.91.05 (boo#1271601) ==== nvidia-open-driver-G07-signed-cuda ==== Version update (610.43.02_k7.1.8_1 -> 610.57.04_k7.1.8_1) - update non-CUDA variant to 595.91.07 (boo#1271601) - update CUDA variant to 610.57.04 - update CUDA variant to 610.57.02 - supersedes linux-7.0.patch - update non-CUDA variant to 595.91.05 (boo#1271601) ==== openSUSE-release ==== Version update (20260812 -> 20260813) Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== salt ==== Subpackages: python313-salt salt-master salt-minion - Fix test failures with pytest>=8 - Added: * migrate-rest_tornado-saltnado-tests-to-pytest-774.patch ==== sdbootutil ==== Version update (1+git20260714.d9bb736 -> 1+git20260813.357956d) Subpackages: sdbootutil-dracut-measure-pcr sdbootutil-snapper - Update to version 1+git20260813.357956d: * Do not update the predictions without a TPM2 enrollment (bsc#1273384) - Update to version 1+git20260812.305d9f2: * Do not supplement if GRUB2-EFI is installed (bsc#1272525) ==== sddm ==== Version update (0.21.0 -> 0.21.0+git57) - Build from develop branch - Update to version 0.21.0+git57: * Fix error checking in XcbKeyboardBackend::initLayouts() * fix(greeter): show dark fallback background when image fails to load * Update Romanian translation * Update Kazakh translation * CI: Install the right package for "dnf builddep" command * sddm.service: conflicts with kmsconvt@ttyX * Display: also reuse session created by sddm-autologin * fixed wrong string literal assignment * Update Arabic Translation (#2067) * Do not manage setCursor with startProcess as latter adds X-specific logic * Delete QProcess objects only after waiting for process termination * xorg-user: Allow overriding -verbose Xorg option * Bump minimal timeout for waitForFinished() to 5 seconds * Remove use of qAsConst which is deprecated * Fix index check for UserModel * Update Traditional Chinese translation * CMake: Raise required version to 3.5 * Redesign login shell use in session scripts * Simplify Seat::displayStopped * Less strict [Section Header] parsing for session .desktop files * CI: Replace ubuntu 23.04 with 24.04 * Apply suggestions from review * Apply suggestions from code review * Update Japanese translation * Hebrew translation update * Update he.ts * Update es.ts * Updated spanish translation * If autologin is used, avoid starting a display server for the greeter * Reset daemonApp->first in the Display constructor * Load autologin configuration in Display::Display * Set Display::m_started early * Remove unused Display::m_relogin variable * xcb: use xcb_connection_has_error to check for failue * Fix for issue Suspicious code in PamHandle::end #1990 * CI: Drop building with clang on CentOS Stream9 * CI: Fix order of arguments for dnf * Update Czech translations * Add translation for Persian * Use xrdb to set Xcursor.theme and Xcursor.size * Introduce utmps support (#1962) * Switch back to greeter when logind emits SecureAttentionKey * Prevent the greeter display server from hanging if SwitchToGreeter() is sent to a seat when the greeter is already active * cmake: remove the final (Arch) PAM modules * cmake: drop Debian specific PAM modules * cmake: drop FreeBSD specific PAM modules * Docs: add QtVersion information to THEMING * Themes: set QtVersion=@QT_MAJOR_VERSION@ * Themes: fix deprecated signal handler declarations * Components: use Transitions instead of Behaviors * Themes: explicitly resolve image URLs * Themes: hide LayoutBox when keyboard model is empty or disabled * Mark keyboard backend as disabled on Wayland * UserSession: Only act on the VT when XDG_VTNR is set * Conditionalize more VT related calls * Allow non-root greeters and sessions to start on kernels without VTs * VirtualTerminal: Export defaultVtPath - Drop patches, now upstream: * 0001-CMake-Raise-required-version-to-3.5.patch * 0001-Redesign-login-shell-use-in-session-scripts.patch * 0001-Use-xrdb-to-set-Xcursor.theme.patch * 0001-Remove-unused-Display-m_relogin-variable.patch * 0002-Set-Display-m_started-early.patch * 0003-Load-autologin-configuration-in-Display-Display.patch * 0004-Reset-daemonApp-first-in-the-Display-constructor.patch * 0005-If-autologin-is-used-avoid-starting-a-display-server.patch - Refresh 0003-Leave-duplicate-symlinks-out-of-the-SessionModel.patch - Drop sddm-service-handle-plymouth.patch, plymouth-quit.service is wanted by multi-user.target already - Bundled themes use Qt 6 now, soften sddm-greeter-qt5 requirement to a suggests ==== sddm-qt6 ==== Version update (0.21.0 -> 0.21.0+git57) Subpackages: sddm-greeter-qt6 - Build from develop branch - Update to version 0.21.0+git57: * Fix error checking in XcbKeyboardBackend::initLayouts() * fix(greeter): show dark fallback background when image fails to load * Update Romanian translation * Update Kazakh translation * CI: Install the right package for "dnf builddep" command * sddm.service: conflicts with kmsconvt@ttyX * Display: also reuse session created by sddm-autologin * fixed wrong string literal assignment * Update Arabic Translation (#2067) * Do not manage setCursor with startProcess as latter adds X-specific logic * Delete QProcess objects only after waiting for process termination * xorg-user: Allow overriding -verbose Xorg option * Bump minimal timeout for waitForFinished() to 5 seconds * Remove use of qAsConst which is deprecated * Fix index check for UserModel * Update Traditional Chinese translation * CMake: Raise required version to 3.5 * Redesign login shell use in session scripts * Simplify Seat::displayStopped * Less strict [Section Header] parsing for session .desktop files * CI: Replace ubuntu 23.04 with 24.04 * Apply suggestions from review * Apply suggestions from code review * Update Japanese translation * Hebrew translation update * Update he.ts * Update es.ts * Updated spanish translation * If autologin is used, avoid starting a display server for the greeter * Reset daemonApp->first in the Display constructor * Load autologin configuration in Display::Display * Set Display::m_started early * Remove unused Display::m_relogin variable * xcb: use xcb_connection_has_error to check for failue * Fix for issue Suspicious code in PamHandle::end #1990 * CI: Drop building with clang on CentOS Stream9 * CI: Fix order of arguments for dnf * Update Czech translations * Add translation for Persian * Use xrdb to set Xcursor.theme and Xcursor.size * Introduce utmps support (#1962) * Switch back to greeter when logind emits SecureAttentionKey * Prevent the greeter display server from hanging if SwitchToGreeter() is sent to a seat when the greeter is already active * cmake: remove the final (Arch) PAM modules * cmake: drop Debian specific PAM modules * cmake: drop FreeBSD specific PAM modules * Docs: add QtVersion information to THEMING * Themes: set QtVersion=@QT_MAJOR_VERSION@ * Themes: fix deprecated signal handler declarations * Components: use Transitions instead of Behaviors * Themes: explicitly resolve image URLs * Themes: hide LayoutBox when keyboard model is empty or disabled * Mark keyboard backend as disabled on Wayland * UserSession: Only act on the VT when XDG_VTNR is set * Conditionalize more VT related calls * Allow non-root greeters and sessions to start on kernels without VTs * VirtualTerminal: Export defaultVtPath - Drop patches, now upstream: * 0001-CMake-Raise-required-version-to-3.5.patch * 0001-Redesign-login-shell-use-in-session-scripts.patch * 0001-Use-xrdb-to-set-Xcursor.theme.patch * 0001-Remove-unused-Display-m_relogin-variable.patch * 0002-Set-Display-m_started-early.patch * 0003-Load-autologin-configuration-in-Display-Display.patch * 0004-Reset-daemonApp-first-in-the-Display-constructor.patch * 0005-If-autologin-is-used-avoid-starting-a-display-server.patch - Refresh 0003-Leave-duplicate-symlinks-out-of-the-SessionModel.patch - Drop sddm-service-handle-plymouth.patch, plymouth-quit.service is wanted by multi-user.target already - Bundled themes use Qt 6 now, soften sddm-greeter-qt5 requirement to a suggests