SHA256
1
0
forked from pool/mosh

2 Commits

2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 17 10:37:38 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
- Disable libutempter, it doesn't work anymore with the switch
from utmp to systemd-logind
-------------------------------------------------------------------
Wed Jun 12 08:10:35 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package mosh
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2012 Flavio Castelli.
#
# All modifications and additions to the file contributed by third parties
@@ -31,7 +31,9 @@ BuildRequires: gcc-c++
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: pkgconfig
%if 0%{?suse_version} < 1600
BuildRequires: utempter-devel
%endif
BuildRequires: pkgconfig(bash-completion)
BuildRequires: pkgconfig(protobuf)
BuildRequires: pkgconfig(zlib)