SHA256
3
0
forked from pool/screen

Compare commits

...

2 Commits

Author SHA256 Message Date
Ana Guerrero
009f5f0350 Accepting request 1241316 from Base:System
- Disable libutempter, it doesn't work anymore with the switch
  from utmp to systemd-logind and only creates error messages (forwarded request 1238457 from kukuk)

OBS-URL: https://build.opensuse.org/request/show/1241316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screen?expand=0&rev=65
2025-01-31 15:02:16 +00:00
b39672ac80 - Disable libutempter, it doesn't work anymore with the switch
from utmp to systemd-logind and only creates error messages

OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=107
2025-01-30 10:31:15 +00:00
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 16 10:49:16 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
- 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 <dimstar@opensuse.org> Mon Feb 26 13:12:12 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package screen # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -40,7 +40,9 @@ BuildRequires: automake
BuildRequires: makeinfo BuildRequires: makeinfo
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: pam-devel BuildRequires: pam-devel
%if 0%{?suse_version} < 1600
BuildRequires: utempter-devel BuildRequires: utempter-devel
%endif
Requires: terminfo-base Requires: terminfo-base
Requires(post): permissions Requires(post): permissions
%systemd_ordering %systemd_ordering