Require hostname package instead of /bin/hostname

This commit is contained in:
Dominic Hopf 2013-10-26 01:17:58 +02:00
parent 3ec3062d54
commit 69de01edfd

View File

@ -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: 6%{?dist} Release: 7%{?dist}
License: MIT License: MIT
URL: http://zsh.sourceforge.net/ URL: http://zsh.sourceforge.net/
Group: System Environment/Shells Group: System Environment/Shells
@ -24,7 +24,7 @@ Patch5: zsh-test-C02-dev_fd-mock.patch
Patch11: zsh-5.0.2.texi-itemx.patch Patch11: zsh-5.0.2.texi-itemx.patch
Patch12: http://ausil.fedorapeople.org/aarch64/zsh/zsh-aarch64.patch Patch12: http://ausil.fedorapeople.org/aarch64/zsh/zsh-aarch64.patch
BuildRequires: coreutils sed ncurses-devel libcap-devel BuildRequires: coreutils sed ncurses-devel libcap-devel
BuildRequires: texinfo tetex texi2html gawk /bin/hostname BuildRequires: texinfo tetex texi2html gawk hostname
Requires(post): /sbin/install-info grep Requires(post): /sbin/install-info grep
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
Requires(postun): coreutils grep Requires(postun): coreutils grep
@ -174,6 +174,9 @@ fi
%doc Doc/*.html %doc Doc/*.html
%changelog %changelog
* Sat Oct 26 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.2-7
- Require hostname package instead of /bin/hostname
* Tue Oct 22 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.2-6 * Tue Oct 22 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.2-6
- remove systemd completion, it delivers it's own now (RHBZ#1022039) - remove systemd completion, it delivers it's own now (RHBZ#1022039)