drop undocumented zsh-test-C02-dev_fd-mock.patch
This commit is contained in:
parent
a130c3c541
commit
6250bc19e2
@ -1,27 +0,0 @@
|
||||
Test/C02cond.ztst | 6 ++++--
|
||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst
|
||||
index 02fa4d4..97f679c 100644
|
||||
--- a/Test/C02cond.ztst
|
||||
+++ b/Test/C02cond.ztst
|
||||
@@ -214,7 +214,8 @@ F:Failures in these cases do not indicate a problem in the shell.
|
||||
print -u$ZTST_fd "Warning: not testing [[ -e /dev/fd/0 ]] (/dev/fd not supported)"
|
||||
true
|
||||
else
|
||||
- [[ -e /dev/fd/0 ]]
|
||||
+ print -u$ZTST_fd "Warning: not testing: [[ -e /dev/fd/0 ]] (mock kills us)"
|
||||
+ true
|
||||
fi
|
||||
0dD:/dev/fd support in conds handled by access
|
||||
|
||||
@@ -222,7 +223,8 @@ F:Failures in these cases do not indicate a problem in the shell.
|
||||
print -u$ZTST_fd "Warning: not testing [[ -O /dev/fd/0 ]] (/dev/fd not supported)"
|
||||
true
|
||||
else
|
||||
- [[ -O /dev/fd/0 ]]
|
||||
+ print -u$ZTST_fd "Warning: not testing: [[ -O /dev/fd/0 ]] (mock kills us)"
|
||||
+ true
|
||||
fi
|
||||
0dD:/dev/fd support in conds handled by stat
|
||||
|
6
zsh.spec
6
zsh.spec
@ -3,7 +3,7 @@
|
||||
Summary: Powerful interactive shell
|
||||
Name: zsh
|
||||
Version: 5.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
URL: http://zsh.sourceforge.net/
|
||||
Group: System Environment/Shells
|
||||
@ -19,7 +19,6 @@ Source7: zshprompt.pl
|
||||
# legacy downstream patches, TODO: either get them upstream or drop them
|
||||
Patch0: zsh-serial.patch
|
||||
Patch1: zsh-4.3.6-8bit-prompts.patch
|
||||
Patch2: zsh-test-C02-dev_fd-mock.patch
|
||||
|
||||
BuildRequires: coreutils sed ncurses-devel libcap-devel
|
||||
BuildRequires: texinfo texi2html gawk hostname
|
||||
@ -155,6 +154,9 @@ fi
|
||||
%doc Doc/*.html
|
||||
|
||||
%changelog
|
||||
* Wed Dec 14 2016 Kamil Dudka <kdudka@redhat.com> - 5.3-2
|
||||
- drop undocumented zsh-test-C02-dev_fd-mock.patch
|
||||
|
||||
* Tue Dec 13 2016 Kamil Dudka <kdudka@redhat.com> - 5.3-1
|
||||
- apply patches automatically to ease maintenance
|
||||
- Update to latest upstream release: Zsh 5.3
|
||||
|
Loading…
Reference in New Issue
Block a user