Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Lukáš Zaoral
87a2039d93
Fix zlogout when ncurses is not installed
Resolves: rhbz#2279741
Fixes: d2bb79226e (Skip 'clear' if missing for zlogout.rhs)
2024-05-13 12:20:48 +02:00
2 changed files with 5 additions and 2 deletions

View file

@ -4,4 +4,4 @@
#
#
clear
command -v clear &> /dev/null && clear

View file

@ -1,7 +1,7 @@
Summary: Powerful interactive shell
Name: zsh
Version: 5.9
Release: 13%{?dist}
Release: 14%{?dist}
License: MIT-Modern-Variant AND ISC AND GPL-2.0-only
URL: http://zsh.sourceforge.net/
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
@ -174,6 +174,9 @@ fi
%doc Doc/*.html
%changelog
* Mon May 13 2024 Lukáš Zaoral <lzaoral@redhat.com> - 5.9-14
- fix zlogout when ncurses is not installed (rhbz#2279741)
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.9-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild