-
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=191
This commit is contained in:
parent
45841d315b
commit
604183bfd1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:774caa89e7aea5f33c3033cbffd93e28707f72ba5149c79709e48e6c2d2ee080
|
|
||||||
size 4578700
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iQEcBAABCAAGBQJa1Op3AAoJEKcdmp1L2yezU60IAIm5C55fhvaTL/uKDKp8bL8d
|
|
||||||
0gP8mH2oRdmHexE4C/GhNKXfM6Xr6+Zio9kUIHxfBrWnTy0/lQ5Y8V0YRSRPoCPv
|
|
||||||
WIPWnpV/nurZmVE9BK4r0bCk8gRuEFSYm3Y/6ZnJoDmP6xeSXsu4bJ77geAlU3to
|
|
||||||
89LgVXa+XnF1LnlcBNf/uzVvbBm/mzLvdG7zgYi0NAi7BZwhUyWIKCZs4xjcfzmF
|
|
||||||
Ox1yD+G5K2VMVtLArN1PQEypeG69XDKF815Gq6AcnfManYYqw7n05rYbnWNEbPdL
|
|
||||||
t/GWk9p1PLHIFBooILo6ORCcJULrfs0zMQuihKkv6dmdmlkbWwsiVklZ5sJLjoc=
|
|
||||||
=eu34
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
zsh-5.6.tar.xz
Normal file
3
zsh-5.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:746b1fcb11e8d129d1454f9ca551448c8145b6bcb157116c12407c518880e6d6
|
||||||
|
size 3080856
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 4 15:51:31 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
- Update to version 5.6
|
||||||
|
* Fixes CVE-2018-0502 and CVE-2018-13259
|
||||||
|
* See included NEWS file for complete changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 11 13:25:20 UTC 2018 - kbabioch@suse.com
|
Fri May 11 13:25:20 UTC 2018 - kbabioch@suse.com
|
||||||
|
|
||||||
|
13
zsh.spec
13
zsh.spec
@ -25,15 +25,16 @@ BuildRequires: texi2html
|
|||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
%endif
|
%endif
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 5.5.1
|
Version: 5.6
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Shell with comprehensive completion
|
Summary: Shell with comprehensive completion
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Url: http://www.zsh.org
|
Url: http://www.zsh.org
|
||||||
Source0: http://www.zsh.org/pub/zsh-%{version}.tar.gz
|
Source0: http://www.zsh.org/pub/zsh-%{version}.tar.xz
|
||||||
Source1: http://www.zsh.org/pub/zsh-%{version}.tar.gz.asc
|
#Source1: http://www.zsh.org/pub/zsh-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
#Signing key is not available atm.
|
||||||
|
#Source2: %{name}.keyring
|
||||||
Source3: zshrc
|
Source3: zshrc
|
||||||
Source4: zshenv
|
Source4: zshenv
|
||||||
Source5: zprofile
|
Source5: zprofile
|
||||||
@ -169,10 +170,6 @@ done
|
|||||||
install -D -m 0644 %{SOURCE16} %{buildroot}%{_sysconfdir}/skel/.zshrc
|
install -D -m 0644 %{SOURCE16} %{buildroot}%{_sysconfdir}/skel/.zshrc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# install help files
|
|
||||||
install -m 0755 -Dd %{buildroot}%{_datadir}/%{name}/%{version}/help
|
|
||||||
install -m 0644 Doc/help/* %{buildroot}%{_datadir}/%{name}/%{version}/help/
|
|
||||||
|
|
||||||
# link zsh binary
|
# link zsh binary
|
||||||
%if 0%{?suse_version} || 0%{?rhel} <= 6
|
%if 0%{?suse_version} || 0%{?rhel} <= 6
|
||||||
ln -sf %{_bindir}/zsh %{buildroot}/bin/zsh
|
ln -sf %{_bindir}/zsh %{buildroot}/bin/zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user