diff --git a/zsh.spec b/zsh.spec index 0569377..b4e6acc 100644 --- a/zsh.spec +++ b/zsh.spec @@ -1,9 +1,9 @@ # this file is encoded in UTF-8 -*- coding: utf-8 -*- -Summary: A powerful interactive shell +Summary: Powerful interactive shell Name: zsh Version: 4.3.10 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD URL: http://zsh.sunsite.dk/ Group: System Environment/Shells @@ -16,14 +16,13 @@ Source5: zshenv.rhs Source6: dotzshrc Source7: zshprompt.pl # Give me better tools or die! -%define _default_patch_fuzz 2 +%global _default_patch_fuzz 2 Patch0: zsh-serial.patch #Patch1: zsh-4.0.6-make-test-fail.patch #Patch3: zsh-4.0.7-bckgrnd-bld-102042.patch Patch4: zsh-4.3.6-8bit-prompts.patch Patch5: zsh-test-C02-dev_fd-mock.patch Patch6: zsh-4.3.6-hack-a01grammar-test-select-off.patch -Prereq: fileutils grep /sbin/install-info Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel BuildRequires: texinfo tetex texi2html gawk /bin/hostname @@ -175,6 +174,11 @@ fi %doc Doc/*.html %changelog +* Tue Dec 7 2010 Toshio Kuratomi - 4.3.10-6 +- Rebuild for FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=631197 +- Remove deprecated PreReq, the packages aren't needed at runtime and they're + already in Requires(post,preun,etc): lines. + * Mon Mar 22 2010 James Antill - 4.3.10-5 - Add pathmunge to our /etc/zshrc, for profile.d compat. - Resolves: bug#548960