Clean-up patches numbers & order (prepare space for missing RHEL-6 patches)
- No functionality changes
This commit is contained in:
parent
7e7bfd480c
commit
d7f98751f7
29
tcsh.spec
29
tcsh.spec
@ -19,22 +19,24 @@ Patch11: tcsh-6.14.00-order.patch
|
|||||||
Patch12: tcsh-6.15.00-rs-color.patch
|
Patch12: tcsh-6.15.00-rs-color.patch
|
||||||
Patch13: tcsh-6.17.00-mh-color.patch
|
Patch13: tcsh-6.17.00-mh-color.patch
|
||||||
# Accepted by upstream:
|
# Accepted by upstream:
|
||||||
Patch15: tcsh-6.17.00-history.patch
|
Patch14: tcsh-6.17.00-history.patch
|
||||||
# Accepted by upstream:
|
# Accepted by upstream:
|
||||||
Patch16: tcsh-6.17.00-printexitvalue.patch
|
Patch15: tcsh-6.17.00-printexitvalue.patch
|
||||||
Patch17: tcsh-6.17.00-testsuite.patch
|
Patch16: tcsh-6.17.00-testsuite.patch
|
||||||
# Accepted by upstream:
|
|
||||||
Patch18: tcsh-6.17.00-extrafork.patch
|
|
||||||
# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=109):
|
# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=109):
|
||||||
Patch19: tcsh-6.17.00-wait-intr.patch
|
Patch19: tcsh-6.17.00-wait-intr.patch
|
||||||
# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=112):
|
# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=112):
|
||||||
Patch21: tcsh-6.17.00-dont-set-empty-remotehost.patch
|
Patch21: tcsh-6.17.00-dont-set-empty-remotehost.patch
|
||||||
# Patch by upstream (tcsh-6.17.01b http://mx.gw.com/pipermail/tcsh-bugs/2010-May/000673.html):
|
# Patch by upstream (tcsh-6.17.01b http://mx.gw.com/pipermail/tcsh-bugs/2010-May/000673.html):
|
||||||
Patch22: tcsh-6.17.00-dont-print-history-on-verbose.patch
|
Patch22: tcsh-6.17.00-dont-print-history-on-verbose.patch
|
||||||
|
# Accepted by upstream:
|
||||||
|
Patch23: tcsh-6.17.00-extrafork.patch
|
||||||
# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=113):
|
# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=113):
|
||||||
Patch23: tcsh-6.17.00-variable-names.patch
|
Patch26: tcsh-6.17.00-variable-names.patch
|
||||||
# Accepted by upstream (tcsh-6.17.05b http://mx.gw.com/pipermail/tcsh-bugs/2011-March/000727.html):
|
# Accepted by upstream (tcsh-6.17.05b http://mx.gw.com/pipermail/tcsh-bugs/2011-March/000727.html):
|
||||||
Patch24: tcsh-6.17.00-avoid-infinite-loop-pendjob-xprintf.patch
|
Patch28: tcsh-6.17.00-avoid-infinite-loop-pendjob-xprintf.patch
|
||||||
|
|
||||||
|
|
||||||
Provides: csh = %{version}
|
Provides: csh = %{version}
|
||||||
Requires(post): grep
|
Requires(post): grep
|
||||||
Requires(postun): coreutils, grep
|
Requires(postun): coreutils, grep
|
||||||
@ -63,15 +65,15 @@ like syntax.
|
|||||||
%patch11 -p1 -b .order
|
%patch11 -p1 -b .order
|
||||||
%patch12 -p1 -b .rs-color
|
%patch12 -p1 -b .rs-color
|
||||||
%patch13 -p1 -b .mh-color
|
%patch13 -p1 -b .mh-color
|
||||||
%patch15 -p1 -b .history
|
%patch14 -p1 -b .history
|
||||||
%patch16 -p1 -b .printexitvalue
|
%patch15 -p1 -b .printexitvalue
|
||||||
%patch17 -p1 -b .testsuite
|
%patch16 -p1 -b .testsuite
|
||||||
%patch18 -p1 -b .extrafork
|
|
||||||
%patch19 -p1 -b .wait-intr
|
%patch19 -p1 -b .wait-intr
|
||||||
%patch21 -p1 -b .dont-set-empty-remotehost
|
%patch21 -p1 -b .dont-set-empty-remotehost
|
||||||
%patch22 -p1 -b .dont-print-history-on-verbose
|
%patch22 -p1 -b .dont-print-history-on-verbose
|
||||||
%patch23 -p1 -b .variable-names
|
%patch23 -p1 -b .extrafork
|
||||||
%patch24 -p1 -b .avoid-infinite-loop-pendjob-xprintf
|
%patch26 -p1 -b .variable-names
|
||||||
|
%patch28 -p1 -b .avoid-infinite-loop-pendjob-xprintf
|
||||||
|
|
||||||
for i in Fixes WishList; do
|
for i in Fixes WishList; do
|
||||||
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
|
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
|
||||||
@ -145,6 +147,7 @@ fi
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
- Clean-up patches numbers & order (prepare space for missing RHEL-6 patches)
|
||||||
- Disable obsolete glob-automount.patch; The issue should have been
|
- Disable obsolete glob-automount.patch; The issue should have been
|
||||||
(and is now) fixed in glibc (posix/glob.c)
|
(and is now) fixed in glibc (posix/glob.c)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user