diff --git a/xterm.changes b/xterm.changes index 98ea225..27850f4 100644 --- a/xterm.changes +++ b/xterm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 15 14:00:27 UTC 2025 - Thorsten Kukuk + +- Disable libutempter, it doesn't work anymore with the switch + from utmp to systemd-logind + ------------------------------------------------------------------- Fri Jul 12 16:03:25 UTC 2024 - Andreas Stieger diff --git a/xterm.spec b/xterm.spec index f01477d..17be851 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,7 +1,7 @@ # # spec file for package xterm # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties @@ -50,7 +50,9 @@ BuildRequires: groff BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files +%if 0%{?suse_version} < 1600 BuildRequires: utempter-devel +%endif BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11-xcb) @@ -109,7 +111,9 @@ bunzip2 %{basename:%{SOURCE8}} %{basename:%{SOURCE9}} --enable-mini-luit \ --enable-sco-fkeys \ --enable-wide-chars \ +%if 0%{?suse_version} < 1600 --with-utempter \ +%endif --with-tty-group=tty \ --with-app-defaults=%{xappdefs} \ --enable-backarrow-is-erase \