Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87a2039d93 |
2 changed files with 5 additions and 2 deletions
|
|
@ -4,4 +4,4 @@
|
|||
#
|
||||
#
|
||||
|
||||
clear
|
||||
command -v clear &> /dev/null && clear
|
||||
|
|
|
|||
5
zsh.spec
5
zsh.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue