forked from pool/screen
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
009f5f0350 | ||
b39672ac80 |
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user