rpms/bash/devel bash-ulimit-m.patch,NONE,1.1 bash.spec,1.140,1.141

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Wed Jul 4 15:43:53 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/bash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7067

Modified Files:
	bash.spec 
Added Files:
	bash-ulimit-m.patch 
Log Message:
* Wed Jul  4 2007 Tim Waugh <twaugh at redhat.com> 3.2-10
- Clarification in the ulimit man page (bug #220657).


bash-ulimit-m.patch:

--- NEW FILE bash-ulimit-m.patch ---
--- bash-3.2/builtins/ulimit.def.ulimit-m	2006-03-23 20:51:51.000000000 +0000
+++ bash-3.2/builtins/ulimit.def	2007-07-04 16:42:12.000000000 +0100
@@ -38,7 +38,7 @@
     -f	the maximum size of files written by the shell and its children
     -i	the maximum number of pending signals
     -l	the maximum size a process may lock into memory
-    -m	the maximum resident set size
+    -m	the maximum resident set size (has no effect on Linux)
     -n	the maximum number of open file descriptors
     -p	the pipe buffer size
     -q	the maximum number of bytes in POSIX message queues
--- bash-3.2/doc/bash.1.ulimit-m	2007-07-04 16:41:59.000000000 +0100
+++ bash-3.2/doc/bash.1	2007-07-04 16:42:12.000000000 +0100
@@ -8545,7 +8545,7 @@
 The maximum size that may be locked into memory
 .TP
 .B \-m
-The maximum resident set size
+The maximum resident set size (has no effect on Linux)
 .TP
 .B \-n
 The maximum number of open file descriptors (most systems do not


Index: bash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bash/devel/bash.spec,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- bash.spec	12 Feb 2007 15:15:33 -0000	1.140
+++ bash.spec	4 Jul 2007 15:43:18 -0000	1.141
@@ -1,7 +1,7 @@
 Version: 3.2
 Name: bash
 Summary: The GNU Bourne Again shell (bash) version %{version}
-Release: 9%{?dist}
+Release: 10%{?dist}
 Group: System Environment/Shells
 License: GPL
 Url: http://www.gnu.org/software/bash
@@ -35,6 +35,7 @@
 Patch126: bash-setlocale.patch
 Patch130: bash-infotags.patch
 Patch131: bash-cond-rmatch.patch
+Patch132: bash-ulimit-m.patch
 Requires: mktemp
 Requires(post): ncurses
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -79,6 +80,7 @@
 %patch126 -p1 -b .setlocale
 %patch130 -p1 -b .infotags
 %patch131 -p1 -b .cond-rmatch
+%patch132 -p1 -b .ulimit-m
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
@@ -220,6 +222,9 @@
 %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Wed Jul  4 2007 Tim Waugh <twaugh at redhat.com> 3.2-10
+- Clarification in the ulimit man page (bug #220657).
+
 * Mon Feb 12 2007 Tim Waugh <twaugh at redhat.com> 3.2-9
 - Rebuild to link with libtinfo instead of libncurses.
 




More information about the fedora-extras-commits mailing list