[zsh] mktemp was long obsoleted by coreutils

Peter Robinson pbrobinson at fedoraproject.org
Wed Jan 11 10:48:29 UTC 2012


commit 3d4d1c8e679b4b1f706af62a90187f2e59fa303d
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Jan 11 10:48:23 2012 +0000

    mktemp was long obsoleted by coreutils

 zsh.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/zsh.spec b/zsh.spec
index 4edf8c1..761f875 100644
--- a/zsh.spec
+++ b/zsh.spec
@@ -20,12 +20,11 @@ Source7: zshprompt.pl
 Patch0: zsh-serial.patch
 Patch4: zsh-4.3.6-8bit-prompts.patch
 Patch5: zsh-test-C02-dev_fd-mock.patch
-Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel
+BuildRequires: coreutils sed ncurses-devel libcap-devel
 BuildRequires: texinfo tetex texi2html gawk /bin/hostname
 Requires(post): /sbin/install-info grep
 Requires(preun): /sbin/install-info
-Requires(postun): mktemp coreutils grep
+Requires(postun): coreutils grep
 
 %description
 The zsh shell is a command interpreter usable as an interactive login


More information about the scm-commits mailing list