summaryrefslogtreecommitdiffstats
path: root/tcsh.spec
diff options
context:
space:
mode:
Diffstat (limited to 'tcsh.spec')
-rw-r--r--tcsh.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 3e373a0..8224a31 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -41,7 +41,8 @@ Patch25: tcsh-6.17.00-avoid-infinite-loop-pendjob-xprintf.patch
Patch26: tcsh-6.17.00-variable-names.patch
# Accepted by upstream (tcsh-6.17.06b http://bugs.gw.com/view.php?id=110)
Patch27: tcsh-6.17.00-status-pipeline-backquote-list-of-cmds.patch
-
+# Proposed to upstream (http://bugs.gw.com/view.php?id=121)
+Patch28: tcsh-6.17.00-manpage-spelling.patch
Provides: csh = %{version}
Requires(post): grep
@@ -83,6 +84,7 @@ like syntax.
%patch25 -p1 -b .avoid-infinite-loop-pendjob-xprintf
%patch26 -p1 -b .variable-names
%patch27 -p1 -b .status-pipeline-backquote-list-of-cmds
+%patch28 -p1 -b .manpage-spelling
for i in Fixes WishList; do
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -156,6 +158,8 @@ fi
%{_mandir}/man1/*.1*
%changelog
+- Fix minor man page spelling mistakes (#675137)
+
* Thu Oct 27 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-16
- Fix status of pipelined/backquoted/list of commands (RHEL-6 #658190)
- Do not dereference null pointer in cwd (RHEL-6 #700309)