diff --git a/zsh.spec b/zsh.spec index a32fc6d..dfe5807 100644 --- a/zsh.spec +++ b/zsh.spec @@ -3,7 +3,7 @@ Summary: Powerful interactive shell Name: zsh Version: 5.1.1 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: http://zsh.sourceforge.net/ Group: System Environment/Shells @@ -65,8 +65,9 @@ This package contains the Zsh manual in html format. cp -p %SOURCE7 . %build -# Avoid stripping... -export LDFLAGS="" +# make loading of module's dependencies work again (#1277996) +export LIBLDFLAGS='-z lazy' + %configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp --enable-maildir-support make all html @@ -163,6 +164,9 @@ fi %doc Doc/*.html %changelog +* Thu Nov 05 2015 Kamil Dudka - 5.1.1-3 +- make loading of module's dependencies work again (#1277996) + * Thu Oct 08 2015 Kamil Dudka - 5.1.1-2 - fix crash in ksh mode with -n and $HOME (#1269883)