remove systemd completion, it delivers it's own now (RHBZ#1022039)
This commit is contained in:
parent
6f0b000bd9
commit
3ec3062d54
8
zsh.spec
8
zsh.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Powerful interactive shell
|
Summary: Powerful interactive shell
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 5.0.2
|
Version: 5.0.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://zsh.sourceforge.net/
|
URL: http://zsh.sourceforge.net/
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -15,7 +15,6 @@ Source4: zshrc.rhs
|
|||||||
Source5: zshenv.rhs
|
Source5: zshenv.rhs
|
||||||
Source6: dotzshrc
|
Source6: dotzshrc
|
||||||
Source7: zshprompt.pl
|
Source7: zshprompt.pl
|
||||||
Source8: http://cgit.freedesktop.org/systemd/systemd/plain/shell-completion/systemd-zsh-completion.zsh
|
|
||||||
# Give me better tools or die!
|
# Give me better tools or die!
|
||||||
%global _default_patch_fuzz 2
|
%global _default_patch_fuzz 2
|
||||||
Patch0: zsh-serial.patch
|
Patch0: zsh-serial.patch
|
||||||
@ -99,8 +98,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
scriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/scripts \
|
scriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/scripts \
|
||||||
sitescriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/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}%{_bindir}/zsh-%{version}
|
||||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
|
|
||||||
@ -177,6 +174,9 @@ fi
|
|||||||
%doc Doc/*.html
|
%doc Doc/*.html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 01 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.2-5
|
||||||
- update systemd completion (adds machinectl command)
|
- update systemd completion (adds machinectl command)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user