Skip to content

Commit 06bc1da

Browse files
hanthorCopilot
andcommitted
gdm: bump release to force reinstall with varlink mode fix
The EL10 systemd 257 sd_varlink_server_listen_address() rejects any mode bits outside the lower 9 (asserts (m & ~0777) == 0 → EINVAL). Upstream GDM 49 passes 0666 | SD_VARLINK_SERVER_MODE_MKDIR_0755 (0x40000000), which triggers this. The patch 0001-el10-force-varlink-mode-0666.patch correctly zeroes the constant, but the previous build had the same NVR so dnf reinstall pulled from cache. Bump release tag so COPR produces a new-NVR RPM that can be force-installed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d35c096 commit 06bc1da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gnome-49/gdm/gdm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Name: gdm
1717
Epoch: 1
1818
Version: 49.2
19-
Release: %autorelease
19+
Release: %autorelease -e el10varlink
2020
Summary: The GNOME Display Manager
2121

2222
License: GPL-2.0-or-later

0 commit comments

Comments
 (0)