diff --git a/zsh.spec b/zsh.spec index 5e87204..682de92 100644 --- a/zsh.spec +++ b/zsh.spec @@ -3,7 +3,7 @@ Summary: Powerful interactive shell Name: zsh Version: 5.0.2 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT URL: http://zsh.sourceforge.net/ Group: System Environment/Shells @@ -15,7 +15,6 @@ Source4: zshrc.rhs Source5: zshenv.rhs Source6: dotzshrc Source7: zshprompt.pl -Source8: http://cgit.freedesktop.org/systemd/systemd/plain/shell-completion/systemd-zsh-completion.zsh # Give me better tools or die! %global _default_patch_fuzz 2 Patch0: zsh-serial.patch @@ -99,8 +98,6 @@ rm -rf $RPM_BUILD_ROOT scriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/scripts \ sitescriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/scripts -install -p %SOURCE8 $RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions/_systemd - rm -f ${RPM_BUILD_ROOT}%{_bindir}/zsh-%{version} rm -f $RPM_BUILD_ROOT%{_infodir}/dir @@ -177,6 +174,9 @@ fi %doc Doc/*.html %changelog +* Tue Oct 22 2013 Dominic Hopf - 5.0.2-6 +- remove systemd completion, it delivers it's own now (RHBZ#1022039) + * Thu Aug 01 2013 Dominic Hopf - 5.0.2-5 - update systemd completion (adds machinectl command)