From 6fc9601bfa5a2cc9087e218f5f528ef68986f049ef0d18600d18a6beb6c227ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 12 Feb 2025 13:40:23 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main screen revision ca377b88cc8df2f5fa8fdaac46569317 --- screen.changes | 6 ++++++ screen.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/screen.changes b/screen.changes index b7e269c..a2aa073 100644 --- a/screen.changes +++ b/screen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 16 10:49:16 UTC 2025 - Thorsten Kukuk + +- Disable libutempter, it doesn't work anymore with the switch + from utmp to systemd-logind and only creates error messages + ------------------------------------------------------------------- Mon Feb 26 13:12:12 UTC 2024 - Dominique Leuenberger diff --git a/screen.spec b/screen.spec index 862767c..78ec153 100644 --- a/screen.spec +++ b/screen.spec @@ -1,7 +1,7 @@ # # spec file for package screen # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,7 +40,9 @@ BuildRequires: automake BuildRequires: makeinfo BuildRequires: ncurses-devel BuildRequires: pam-devel +%if 0%{?suse_version} < 1600 BuildRequires: utempter-devel +%endif Requires: terminfo-base Requires(post): permissions %systemd_ordering