rpms/coreutils/F-8 coreutils-5.2.1-runuser.patch, 1.16, 1.17 coreutils-colorls.csh, 1.4, 1.5 coreutils-split-pam.patch, 1.1, 1.2 coreutils.spec, 1.183, 1.184

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Tue Mar 4 12:54:24 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/coreutils/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27890

Modified Files:
	coreutils-5.2.1-runuser.patch coreutils-colorls.csh 
	coreutils-split-pam.patch coreutils.spec 
Log Message:
fixed missing doublequotes in colorls.csh, a bit documented su-l/runuser-l pam files usage

coreutils-5.2.1-runuser.patch:

Index: coreutils-5.2.1-runuser.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/F-8/coreutils-5.2.1-runuser.patch,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- coreutils-5.2.1-runuser.patch	14 Aug 2007 10:21:12 -0000	1.16
+++ coreutils-5.2.1-runuser.patch	4 Mar 2008 12:54:13 -0000	1.17
@@ -330,7 +330,7 @@
 +to set user ID, the command will fail.
 +.TP
 +-, \fB\-l\fR, \fB\-\-login\fR
-+make the shell a login shell
++make the shell a login shell, uses runuser-l PAM file instead of default one.
 +.TP
 +\fB\-c\fR, \fB\-\-commmand\fR=\fICOMMAND\fR
 +pass a single COMMAND to the shell with \fB\-c\fR


Index: coreutils-colorls.csh
===================================================================
RCS file: /cvs/extras/rpms/coreutils/F-8/coreutils-colorls.csh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- coreutils-colorls.csh	19 Feb 2008 12:34:54 -0000	1.4
+++ coreutils-colorls.csh	4 Mar 2008 12:54:13 -0000	1.5
@@ -1,6 +1,6 @@
 # color-ls initialization
 if ( $?LS_COLORS ) then
-  if ( $LS_COLORS != "" ) then
+  if ( "$LS_COLORS" != "" ) then
      #do not override user specified LS_COLORS and use them
      goto finish
   endif

coreutils-split-pam.patch:

Index: coreutils-split-pam.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/F-8/coreutils-split-pam.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coreutils-split-pam.patch	13 Jul 2006 12:01:32 -0000	1.1
+++ coreutils-split-pam.patch	4 Mar 2008 12:54:13 -0000	1.2
@@ -28,3 +28,30 @@
    PAM_BAIL_P;
  
  #ifndef RUNUSER
+diff -urp coreutils-6.9-orig/doc/coreutils.info coreutils-6.10/doc/coreutils.info
+--- coreutils-6.9-orig/doc/coreutils.info
++++ coreutils-6.9/doc/coreutils.info
+@@ -11006,7 +11006,8 @@ options::.
+      set, even for the super-user, as described above), and set `PATH'
+      to a compiled-in default value.  Change to USER's home directory.
+      Prepend `-' to the shell's name, intended to make it read its
+-     login startup file(s).
++     login startup file(s). When this option is given, /etc/pam.d/su-l
++     PAM file is used instead of the default one.
+ 
+ `-m'
+ `-p'
+diff -urp coreutils-6.10-orig/doc/coreutils.texi coreutils-6.10/doc/coreutils.texi
+--- coreutils-6.9-orig/doc/coreutils.texi
++++ coreutils-6.9/doc/coreutils.texi
+@@ -13670,7 +13670,9 @@ the exit status of @var{command} otherwi
+ 
+ @command{su} allows one user to temporarily become another user.  It runs a
+ command (often an interactive shell) with the real and effective user
+-ID, group ID, and supplemental groups of a given @var{user}.  Synopsis:
++ID, group ID, and supplemental groups of a given @var{user}. When the -l
++option is given, the su-l PAM file is used instead of the default su PAM file.
++Synopsis:
+ 
+ @example
+ su [@var{option}]@dots{} [@var{user} [@var{arg}]@dots{}]


Index: coreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/coreutils/F-8/coreutils.spec,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- coreutils.spec	19 Feb 2008 12:34:54 -0000	1.183
+++ coreutils.spec	4 Mar 2008 12:54:13 -0000	1.184
@@ -1,7 +1,7 @@
 Summary: The GNU core utilities: a set of tools commonly used in shell scripts
 Name:    coreutils
 Version: 6.9
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPLv2+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -293,6 +293,10 @@
 /sbin/runuser
 
 %changelog
+* Tue Mar  4 2008 Ondrej Vasik <ovasik at redhat.com> - 6.9-14
+- fixed missing doublequotes in colorls.csh (#435789)
+- su-l/runuser-l pam file usage a bit documented(#368721)
+
 * Tue Feb 19 2008 Ondrej Vasik <ovasik at redhat.com> - 6.9-13
 - added several missing colored TERMS(#239266)
 - added several missing image/compressed file extensions




More information about the fedora-extras-commits mailing list