560f4e
# this file is encoded in UTF-8  -*- coding: utf-8 -*-
560f4e
560f4e
Summary: Powerful interactive shell
560f4e
Name: zsh
560f4e
Version: 5.0.2
560f4e
Release: 31%{?dist}
560f4e
License: MIT
560f4e
URL: http://zsh.sourceforge.net/
560f4e
Group: System Environment/Shells
560f4e
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
560f4e
Source1: zlogin.rhs
560f4e
Source2: zlogout.rhs
560f4e
Source3: zprofile.rhs
560f4e
Source4: zshrc.rhs
560f4e
Source5: zshenv.rhs
560f4e
Source6: dotzshrc
560f4e
Source7: zshprompt.pl
560f4e
Source8: http://cgit.freedesktop.org/systemd/systemd/plain/shell-completion/systemd-zsh-completion.zsh
560f4e
Patch0: zsh-serial.patch
560f4e
560f4e
# make the wait built-in work for already exited processes (#1150554)
560f4e
Patch2: zsh-5.0.2-wait-for-exited.patch
560f4e
560f4e
Patch4: zsh-4.3.6-8bit-prompts.patch
560f4e
Patch5: zsh-test-C02-dev_fd-mock.patch
560f4e
560f4e
# signal safety when updating global state (#1163823)
560f4e
Patch6: zsh-5.0.2-signal-safety.patch
560f4e
560f4e
# fix NOEXEC option in execsimple() optimisation (#1146512)
560f4e
Patch7: zsh-5.0.2-noexec.patch
560f4e
560f4e
# optimize matching of multiple * in wildcards (#1130418)
560f4e
Patch8: zsh-5.0.2-wildcard-opt.patch
560f4e
560f4e
# use heap rather than stack allocation for variable length arrays (#1130418)
560f4e
Patch9: zsh-5.0.2-disable-alloca.patch
560f4e
560f4e
# shell emulation doc addition (#1147545)
560f4e
Patch10: zsh-5.0.2-emul-man-page.patch
560f4e
560f4e
# Tmp.
560f4e
Patch11: zsh-5.0.2.texi-itemx.patch
560f4e
Patch12: http://ausil.fedorapeople.org/aarch64/zsh/zsh-aarch64.patch
560f4e
560f4e
# suppress a warning about closing an already closed file descriptor (#1131191)
560f4e
Patch13: zsh-5.0.2-close-fd.patch
560f4e
560f4e
# fix SIGSEGV of the syntax check in ksh emulation mode (#1222867)
560f4e
Patch14: zsh-5.0.2-ksh-syntax-check.patch
560f4e
560f4e
# fix command substitutions to parse contents as they are read in (#1241023)
560f4e
Patch15: zsh-5.0.2-cmd-subst.patch
560f4e
560f4e
# fix malloc() signal leak in lexsave() (#1267912)
560f4e
Patch16: zsh-5.0.2-malloc-signal.patch
560f4e
560f4e
# queue signals while processing a job exit (#1291782)
560f4e
Patch17: zsh-5.0.2-sigchld-deadlock.patch
560f4e
560f4e
# prevent zsh from crashing when printing the "out of memory" message (#1302229)
560f4e
Patch18: zsh-5.0.2-oom-fatal-error.patch
560f4e
560f4e
# signal-handling related fixes collected from upstream (#1198671)
560f4e
Patch19: zsh-5.0.2-signal-handling.patch
560f4e
560f4e
# improve options handling in the _arguments completion utility (#1334312)
560f4e
Patch20: zsh-5.0.2-comp-args.patch
560f4e
560f4e
# fix off-by-one error in completion utility cache code (#1344599)
560f4e
Patch21: zsh-5.0.2-comp-cache.patch
560f4e
560f4e
# fix parsing of parameter subscript expression with NOEXEC (#1398740)
560f4e
Patch22: zsh-5.0.2-noexec-subscript.patch
560f4e
560f4e
# zero new space allocated in prompt buffer (#1408619)
560f4e
Patch23: zsh-5.0.2-initialize-prompt-buffer.patch
560f4e
560f4e
# fix crash while inputting long multi-line strings (#1492595)
560f4e
Patch24: zsh-5.0.2-freeheap-crash.patch
560f4e
560f4e
# fix buffer overflow for very long fds in >& fd syntax (CVE-2014-10071)
560f4e
Patch33: zsh-5.0.2-CVE-2014-10071.patch
560f4e
560f4e
# fix buffer overflow when scanning very long path for symlinks (CVE-2014-10072)
560f4e
Patch34: zsh-5.0.2-CVE-2014-10072.patch
560f4e
560f4e
# fix NULL dereference in cd (CVE-2017-18205)
560f4e
Patch35: zsh-5.0.2-CVE-2017-18205.patch
560f4e
560f4e
# fix buffer overrun in xsymlinks (CVE-2017-18206)
560f4e
Patch36: zsh-5.0.2-CVE-2017-18206.patch
560f4e
560f4e
# avoid crash when copying empty hash table (CVE-2018-7549)
560f4e
Patch37: zsh-5.0.2-CVE-2018-7549.patch
560f4e
560f4e
# fix stack-based buffer overflow in exec.c:hashcmd() (CVE-2018-1071)
560f4e
Patch38: zsh-5.0.2-CVE-2018-1071.patch
560f4e
560f4e
# fix stack-based buffer overflow in gen_matches_files() (CVE-2018-1083)
560f4e
Patch39: zsh-5.0.2-CVE-2018-1083.patch
560f4e
560f4e
# fix stack-based buffer overflow in utils.c:checkmailpath() (CVE-2018-1100)
560f4e
Patch40: zsh-5.0.2-CVE-2018-1100.patch
560f4e
560f4e
BuildRequires: coreutils sed ncurses-devel libcap-devel
560f4e
BuildRequires: texinfo texi2html gawk hostname
560f4e
Requires(post): /sbin/install-info grep
560f4e
Requires(preun): /sbin/install-info
560f4e
Requires(postun): coreutils grep
560f4e
560f4e
%description
560f4e
The zsh shell is a command interpreter usable as an interactive login
560f4e
shell and as a shell script command processor.  Zsh resembles the ksh
560f4e
shell (the Korn shell), but includes many enhancements.  Zsh supports
560f4e
command line editing, built-in spelling correction, programmable
560f4e
command completion, shell functions (with autoloading), a history
560f4e
mechanism, and more.
560f4e
560f4e
%package html
560f4e
Summary: Zsh shell manual in html format
560f4e
Group: System Environment/Shells
560f4e
560f4e
%description html
560f4e
The zsh shell is a command interpreter usable as an interactive login
560f4e
shell and as a shell script command processor.  Zsh resembles the ksh
560f4e
shell (the Korn shell), but includes many enhancements.  Zsh supports
560f4e
command line editing, built-in spelling correction, programmable
560f4e
command completion, shell functions (with autoloading), a history
560f4e
mechanism, and more.
560f4e
560f4e
This package contains the Zsh manual in html format.
560f4e
560f4e
%prep
560f4e
560f4e
%setup -q
560f4e
%patch0 -p1 -b .serial
560f4e
%patch2 -p1
560f4e
%patch4 -p1
560f4e
%patch5 -p1
560f4e
%patch6 -p1
560f4e
%patch7 -p1
560f4e
%patch8 -p1
560f4e
%patch9 -p1
560f4e
%patch10 -p1
560f4e
%patch11 -p1
560f4e
%patch12 -p1
560f4e
%patch13 -p1
560f4e
%patch14 -p1
560f4e
%patch15 -p1
560f4e
%patch16 -p1
560f4e
%patch17 -p1
560f4e
%patch18 -p1
560f4e
%patch19 -p1
560f4e
%patch20 -p1
560f4e
%patch21 -p1
560f4e
%patch22 -p1
560f4e
%patch23 -p1
560f4e
%patch24 -p1
560f4e
%patch33 -p1
560f4e
%patch34 -p1
560f4e
%patch35 -p1
560f4e
%patch36 -p1
560f4e
%patch37 -p1
560f4e
%patch38 -p1
560f4e
%patch39 -p1
560f4e
%patch40 -p1
560f4e
560f4e
cp -p %SOURCE7 .
560f4e
560f4e
%build
560f4e
%define _bindir /bin
560f4e
# Avoid stripping...
560f4e
export LDFLAGS=""
560f4e
%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp  --enable-maildir-support
560f4e
560f4e
make all html
560f4e
560f4e
%check
560f4e
# Run the testsuite
560f4e
# the completion tests hang on s390 and s390x
560f4e
  ( cd Test
560f4e
    mkdir skipped
560f4e
%ifarch s390 s390x ppc ppc64
560f4e
    mv Y*.ztst skipped
560f4e
%endif
560f4e
%ifarch s390 s390x ppc64
560f4e
    # FIXME: This is a real failure, Debian apparently just don't test.
560f4e
    # RHBZ: 460043
560f4e
    mv D02glob.ztst skipped
560f4e
%endif
560f4e
    # FIXME: This hangs in mock
560f4e
    # Running test: Test loading of all compiled modules
560f4e
    mv V01zmodload.ztst skipped
560f4e
    true )
560f4e
  ZTST_verbose=1 make test
560f4e
560f4e
%install
560f4e
rm -rf $RPM_BUILD_ROOT
560f4e
%makeinstall install.info \
560f4e
  fndir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions \
560f4e
  sitefndir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions \
560f4e
  scriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/scripts \
560f4e
  sitescriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/scripts
560f4e
560f4e
install -p %SOURCE8 $RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions/_systemd
560f4e
560f4e
rm -f ${RPM_BUILD_ROOT}%{_bindir}/zsh-%{version}
560f4e
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
560f4e
560f4e
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
560f4e
for i in %{SOURCE4} %{SOURCE1} %{SOURCE2} %{SOURCE5} %{SOURCE3}; do
560f4e
    install -m 644 $i ${RPM_BUILD_ROOT}%{_sysconfdir}/"$(basename $i .rhs)"
560f4e
done
560f4e
560f4e
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/skel
560f4e
install -m 644 %{SOURCE6} ${RPM_BUILD_ROOT}%{_sysconfdir}/skel/.zshrc
560f4e
560f4e
# This is just here to shut up rpmlint, and is very annoying.
560f4e
# Note that we can't chmod everything as then rpmlint will complain about
560f4e
# those without a she-bang line.
560f4e
for i in checkmail harden run-help zcalc zkbd; do
560f4e
    sed -i -e 's!/usr/local/bin/zsh!%{_bindir}/zsh!' \
560f4e
      ${RPM_BUILD_ROOT}%{_datadir}/zsh/*/functions/$i
560f4e
    chmod +x ${RPM_BUILD_ROOT}%{_datadir}/zsh/*/functions/$i
560f4e
done
560f4e
560f4e
560f4e
%clean
560f4e
rm -rf $RPM_BUILD_ROOT
560f4e
560f4e
%post
560f4e
if [ ! -f %{_sysconfdir}/shells ] ; then
560f4e
    echo "%{_bindir}/zsh" > %{_sysconfdir}/shells
560f4e
else
560f4e
    grep -q "^%{_bindir}/zsh$" %{_sysconfdir}/shells || echo "%{_bindir}/zsh" >> %{_sysconfdir}/shells
560f4e
fi
560f4e
560f4e
if [ -f %{_infodir}/zsh.info.gz ]; then
560f4e
# This is needed so that --excludedocs works.
560f4e
/sbin/install-info %{_infodir}/zsh.info.gz %{_infodir}/dir \
560f4e
  --entry="* zsh: (zsh).			An enhanced bourne shell."
560f4e
fi
560f4e
560f4e
:
560f4e
560f4e
%preun
560f4e
if [ "$1" = 0 ] ; then
560f4e
    if [ -f %{_infodir}/zsh.info.gz ]; then
560f4e
    # This is needed so that --excludedocs works.
560f4e
    /sbin/install-info --delete %{_infodir}/zsh.info.gz %{_infodir}/dir \
560f4e
      --entry="* zsh: (zsh).			An enhanced bourne shell."
560f4e
    fi
560f4e
fi
560f4e
:
560f4e
560f4e
%postun
560f4e
if [ "$1" = 0 ] ; then
560f4e
    if [ -f %{_sysconfdir}/shells ] ; then
560f4e
        TmpFile=`%{_bindir}/mktemp /tmp/.zshrpmXXXXXX`
560f4e
        grep -v '^%{_bindir}/zsh$' %{_sysconfdir}/shells > $TmpFile
560f4e
        cp -f $TmpFile %{_sysconfdir}/shells
560f4e
        rm -f $TmpFile
560f4e
    fi
560f4e
fi
560f4e
560f4e
%files
560f4e
%defattr(-,root,root)
560f4e
%doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ FEATURES MACHINES
560f4e
%doc NEWS Etc/zsh-development-guide Etc/completion-style-guide zshprompt.pl
560f4e
%attr(755,root,root) %{_bindir}/zsh
560f4e
%{_mandir}/*/*
560f4e
%{_infodir}/*
560f4e
%{_datadir}/zsh
560f4e
%{_libdir}/zsh
560f4e
%config(noreplace) %{_sysconfdir}/skel/.z*
560f4e
%config(noreplace) %{_sysconfdir}/z*
560f4e
560f4e
%files html
560f4e
%defattr(-,root,root)
560f4e
%doc Doc/*.html
560f4e
560f4e
%changelog
560f4e
* Fri May 04 2018 Kamil Dudka <kdudka@redhat.com> - 5.0.2-31
560f4e
- fix defects detected by Coverity related to CVE-2017-18206 and CVE-2018-1083
560f4e
560f4e
* Thu May 03 2018 Kamil Dudka <kdudka@redhat.com> - 5.0.2-30
560f4e
- fix stack-based buffer overflow in utils.c:checkmailpath() (CVE-2018-1100)
560f4e
- fix stack-based buffer overflow in gen_matches_files() (CVE-2018-1083)
560f4e
- fix stack-based buffer overflow in exec.c:hashcmd() (CVE-2018-1071)
560f4e
- avoid crash when copying empty hash table (CVE-2018-7549)
560f4e
- fix buffer overrun in xsymlinks (CVE-2017-18206)
560f4e
- fix NULL dereference in cd (CVE-2017-18205)
560f4e
- fix buffer overflow when scanning very long path for symlinks (CVE-2014-10072)
560f4e
- fix buffer overflow for very long fds in >& fd syntax (CVE-2014-10071)
560f4e
560f4e
* Tue Sep 19 2017 Kamil Dudka <kdudka@redhat.com> - 5.0.2-29
560f4e
- fix crash while inputting long multi-line strings (#1492595)
560f4e
560f4e
* Thu Feb 16 2017 Kamil Dudka <kdudka@redhat.com> - 5.0.2-28
560f4e
- zero new space allocated in prompt buffer (#1408619)
560f4e
560f4e
* Mon Nov 28 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-27
560f4e
- fix parsing of parameter subscript expression with NOEXEC (#1398740)
560f4e
560f4e
* Mon Oct 17 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-26
560f4e
- fix crash while parsing the here-document syntax (#1374752)
560f4e
560f4e
* Thu Jul 14 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-25
560f4e
- improve use of new command substitution in completion (#1356388)
560f4e
560f4e
* Fri Jun 10 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-24
560f4e
- fix off-by-one error in completion utility cache code (#1344599)
560f4e
560f4e
* Mon May 23 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-23
560f4e
- fix parse error on a script with unescaped exclamation mark (#1338689)
560f4e
560f4e
* Tue May 17 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-22
560f4e
- fix alias expansion in history for command substitution (#1321303)
560f4e
560f4e
* Mon May 09 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-21
560f4e
- improve options handling in the _arguments completion utility (#1334312)
560f4e
560f4e
* Tue Mar 29 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-20
560f4e
- turn off history word marking in command substitution (#1321303)
560f4e
560f4e
* Tue Mar 01 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-19
560f4e
- signal-handling related fixes collected from upstream (#1198671)
560f4e
560f4e
* Wed Feb 17 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-18
560f4e
- prevent zsh from crashing when printing the "out of memory" message (#1302229)
560f4e
560f4e
* Wed Feb 17 2016 Kamil Dudka <kdudka@redhat.com> - 5.0.2-17
560f4e
- queue signals while processing a job exit (#1291782)
560f4e
560f4e
* Mon Nov 02 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-16
560f4e
- fix malloc() signal leak in lexsave() (#1267912)
560f4e
560f4e
* Thu Oct 08 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-15
560f4e
- fix crash in ksh mode with -n and $HOME (#1267251)
560f4e
560f4e
* Fri Aug 14 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-14
560f4e
- fix alias handling in command substitution (#1253555)
560f4e
560f4e
* Thu Jul 30 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-13
560f4e
- fix parser regression introduced by the fix for bug #1241023
560f4e
560f4e
* Wed Jul 08 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-12
560f4e
- fix command substitutions to parse contents as they are read in (#1241023)
560f4e
560f4e
* Fri May 22 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-11
560f4e
- fix SIGSEGV of the syntax check in ksh emulation mode (#1222867)
560f4e
560f4e
* Mon May 18 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-10
560f4e
- signal safety when updating global state (#1163823)
560f4e
560f4e
* Tue May 05 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-9
560f4e
- signal safety when updating global state in execshfunc() (#1163823)
560f4e
- make the wait built-in work for already exited processes (#1162198)
560f4e
- replace an incorrect comment in /etc/zshenv (#1164312)
560f4e
- optimize matching of multiple * in wildcards (#1130418)
560f4e
- use heap rather than stack allocation for variable length arrays (#1165118)
560f4e
- shell emulation doc addition (#1147545)
560f4e
- suppress a warning about closing an already closed file descriptor (#1131191)
560f4e
560f4e
* Thu Mar 19 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.2-8
560f4e
- fix NOEXEC option in execsimple() optimisation (#1146512)
560f4e
560f4e
* Tue Jan 28 2014 James Antill <james@fedoraproject.org> - 5.0.2-7
560f4e
- Remove unneeded build require on tetex.
560f4e
- Resolves: rhbz#1037828
560f4e
- Depend on hostname package instead of /bin/hostname.
560f4e
560f4e
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 5.0.2-6
560f4e
- Mass rebuild 2014-01-24
560f4e
560f4e
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 5.0.2-5
560f4e
- Mass rebuild 2013-12-27
560f4e
560f4e
* Tue Jun 25 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.2-4
560f4e
- up-to-date systemd completion (#949003)
560f4e
- apply patch for building for aarch64 (#926864)
560f4e
560f4e
* Mon Apr 15 2013 James Antill <james@fedoraproject.org> - 5.0.2-3
560f4e
- Fix the changelog dates.
560f4e
- Fix the texi itemx bug.
560f4e
- Resolves: bug#927863
560f4e
560f4e
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.2-2
560f4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
560f4e
560f4e
* Tue Jan 08 2013 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.2-1
560f4e
- Update to new upstream version: Zsh 5.0.2
560f4e
560f4e
* Wed Nov 21 2012 Dominic Hopf <dmaphy@fedoraproject.org> - 5.0.0-1
560f4e
- Update to new upstream version: Zsh 5.0.0
560f4e
560f4e
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.17-2
560f4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
560f4e
560f4e
* Sun Mar 04 2012 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.17-1
560f4e
- Update to new upstream version: Zsh 4.3.17
560f4e
560f4e
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.15-2
560f4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
560f4e
560f4e
* Sat Dec 24 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.15-1
560f4e
- Update to new upstream version: Zsh 4.3.15
560f4e
560f4e
* Sat Dec 17 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.14-2
560f4e
- change the License field to MIT (RHBZ#768548)
560f4e
560f4e
* Sat Dec 10 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.14-1
560f4e
- Update to new upstream version: Zsh 4.3.14
560f4e
560f4e
* Sat Dec 03 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.13-1
560f4e
- Update to new upstream version: Zsh 4.3.13
560f4e
560f4e
* Sat Aug 13 2011 Dominic Hopf <dmaphy@fedoraproject.org> - 4.3.12-1
560f4e
- Update to new upstream version: Zsh 4.3.12
560f4e
560f4e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.11-2
560f4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
560f4e
560f4e
* Thu Jan 20 2011 Christopher Ailon <caillon@redhat.com> - 4.3.11-1
560f4e
- Rebase to upstream version 4.3.11
560f4e
560f4e
* Tue Dec 7 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 4.3.10-6
560f4e
- Rebuild for FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=631197
560f4e
- Remove deprecated PreReq, the packages aren't needed at runtime and they're
560f4e
  already in Requires(post,preun,etc): lines.
560f4e
560f4e
* Mon Mar 22 2010 James Antill <james@fedoraproject.org> - 4.3.10-5
560f4e
- Add pathmunge to our /etc/zshrc, for profile.d compat.
560f4e
- Resolves: bug#548960
560f4e
560f4e
* Fri Aug  7 2009 James Antill <james@fedoraproject.org> - 4.3.10-4
560f4e
- Allow --excludedocs command to work!
560f4e
- Resolves: bug#515986
560f4e
560f4e
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.10-3
560f4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
560f4e
560f4e
* Mon Jul 20 2009 James Antill <james@fedoraproject.org> - 4.3.10-1
560f4e
- Import new upstream 4.3.10
560f4e
560f4e
* Wed Jun 10 2009 Karsten Hopp <karsten@redhat.com> 4.3.9-4.1
560f4e
- skip D02glob test on s390, too
560f4e
560f4e
* Mon Mar  2 2009 James Antill <james@fedoraproject.org> - 4.3.9-4
560f4e
- Remove D02glob testcase on ppc/ppc64, and hope noone cares
560f4e
560f4e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.9-2
560f4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild