remove systemd completion, it delivers it's own now (RHBZ#1022039)

This commit is contained in:
Dominic Hopf 2013-10-22 23:28:06 +02:00
parent 6f0b000bd9
commit 3ec3062d54

View File

@ -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 <dmaphy@fedoraproject.org> - 5.0.2-6
- remove systemd completion, it delivers it's own now (RHBZ#1022039)
* Thu Aug 01 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.2-5
- update systemd completion (adds machinectl command)