From a995844e30d3f701138ed386213bf96b82069041 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:05:12 +0100 Subject: [PATCH] fix requirements for /usr/local/bin/zsh [release 5.9-2mamba;Mon Sep 11 2023] --- zsh.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/zsh.spec b/zsh.spec index eea04b5..314e962 100644 --- a/zsh.spec +++ b/zsh.spec @@ -1,5 +1,5 @@ Name: zsh -Version: 5.8.1 +Version: 5.9 Release: 2mamba Summary: A shell designed for interactive us Group: Applications/Shells @@ -11,7 +11,6 @@ Source: https://downloads.sourceforge.net/project/zsh/zsh/%{version}/zsh- License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libgdbm-devel BuildRequires: libncurses-devel ## AUTOBUILDREQ-END Provides: /bin/zsh @@ -23,6 +22,7 @@ Zsh is a shell designed for interactive use, although it is also a powerful scri %prep %setup -q +sed -i "s|/usr/local/bin/zsh|%{_bindir}/zsh|" ./Functions/VCS_Info/test-repo-git-rebase-* %build %configure \ @@ -44,8 +44,8 @@ Zsh is a shell designed for interactive use, although it is also a powerful scri %{_bindir}/zsh-%{version} %dir %{_libdir}/zsh/%{version}/zsh %{_libdir}/zsh/%{version}/zsh/*.so -%dir %{_libdir}/zsh/%{version}/zsh/db -%{_libdir}/zsh/%{version}/zsh/db/*.so +#%dir %{_libdir}/zsh/%{version}/zsh/db +#%{_libdir}/zsh/%{version}/zsh/db/*.so %dir %{_libdir}/zsh/%{version}/zsh/net %{_libdir}/zsh/%{version}/zsh/net/*.so %dir %{_libdir}/zsh/%{version}/zsh/param @@ -62,6 +62,12 @@ Zsh is a shell designed for interactive use, although it is also a powerful scri #% doc ChangeLog NEWS README %changelog +* Mon Sep 11 2023 Silvan Calarco 5.9-2mamba +- fix requirements for /usr/local/bin/zsh + +* Fri May 20 2022 Automatic Build System 5.9-1mamba +- automatic version update by autodist + * Sun Apr 24 2022 Silvan Calarco 5.8.1-2mamba - rebuilt in %_bindir