- Import new upstream 4.3.6
- Rebase 8bit prompt patch. - Add patch fuzz=2 - Add BuildReq on /bin/hostname directly - Don't test /dev/fd as mock doesn't like it
This commit is contained in:
parent
75e8755992
commit
d9db358b8f
12
zsh.spec
12
zsh.spec
@ -24,7 +24,8 @@ Patch4: zsh-4.3.6-8bit-prompts.patch
|
|||||||
Patch5: zsh-test-C02-dev_fd-mock.patch
|
Patch5: zsh-test-C02-dev_fd-mock.patch
|
||||||
Prereq: fileutils grep /sbin/install-info
|
Prereq: fileutils grep /sbin/install-info
|
||||||
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel texinfo tetex texi2html gawk /bin/hostname
|
BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel
|
||||||
|
BuildRequires: texinfo tetex texi2html gawk /bin/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): mktemp coreutils grep
|
Requires(postun): mktemp coreutils grep
|
||||||
@ -72,12 +73,15 @@ make all html
|
|||||||
%check
|
%check
|
||||||
# Run the testsuite
|
# Run the testsuite
|
||||||
# the completion tests hang on s390 and s390x
|
# the completion tests hang on s390 and s390x
|
||||||
%ifarch s390 s390x ppc ppc64
|
|
||||||
( cd Test
|
( cd Test
|
||||||
mkdir skipped
|
mkdir skipped
|
||||||
mv Y*.ztst skipped )
|
%ifarch s390 s390x ppc ppc64
|
||||||
|
mv Y*.ztst skipped
|
||||||
%endif
|
%endif
|
||||||
ZTST_verbose=0 make test
|
# FIXME: This hangs in mock
|
||||||
|
# mv V01zmodload.ztst skipped
|
||||||
|
true )
|
||||||
|
ZTST_verbose=1 make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user