Disable a problematic test in c02cond test
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=63
This commit is contained in:
parent
b6cdbca9e1
commit
14a8684f4a
5
zsh.spec
5
zsh.spec
@ -37,8 +37,10 @@ Patch0: %{name}-4.3.11-doc_makefile.patch
|
|||||||
Patch1: %{name}-4.3.11-doc_intro_paths.patch
|
Patch1: %{name}-4.3.11-doc_intro_paths.patch
|
||||||
Patch2: %{name}-4.3.11-run-help_pager.patch
|
Patch2: %{name}-4.3.11-run-help_pager.patch
|
||||||
Patch3: zsh-cleanup.patch
|
Patch3: zsh-cleanup.patch
|
||||||
# PATCH-FIX-UPSTREAM zzsh-4.3.11-fix-a01grammar.patch idoenmez@suse.de -- Fix lines output
|
# PATCH-FIX-UPSTREAM zsh-4.3.11-fix-a01grammar.patch idoenmez@suse.de -- Fix lines output
|
||||||
Patch4: zsh-4.3.11-fix-a01grammar.patch
|
Patch4: zsh-4.3.11-fix-a01grammar.patch
|
||||||
|
# PATCH-FIX-OPENSUSE zsh-4.3.11-disable-c02cond-test.patch idoenmez@suse.de -- Fix problematic test in c02cond test
|
||||||
|
Patch5: zsh-4.3.11-disable-c02cond-test.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -61,6 +63,7 @@ Zsh is well known for its command line completion.
|
|||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
# Fix bindir path in some files
|
# Fix bindir path in some files
|
||||||
perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \
|
perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \
|
||||||
Functions/Misc/zcalc Functions/Example/cat \
|
Functions/Misc/zcalc Functions/Example/cat \
|
||||||
|
Loading…
Reference in New Issue
Block a user