rpms/coreutils/devel coreutils-chgrp.patch, NONE, 1.1 coreutils.spec, 1.86, 1.87

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Oct 28 08:57:44 UTC 2005


Author: twaugh

Update of /cvs/dist/rpms/coreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5637

Modified Files:
	coreutils.spec 
Added Files:
	coreutils-chgrp.patch 
Log Message:
* Fri Oct 28 2005 Tim Waugh <twaugh at redhat.com>
- Fix chgrp basic test.

coreutils-chgrp.patch:
 group-names |    8 ++++++++
 1 files changed, 8 insertions(+)

--- NEW FILE coreutils-chgrp.patch ---
--- coreutils-5.92/tests/group-names.chgrp	2005-10-28 09:20:12.000000000 +0100
+++ coreutils-5.92/tests/group-names	2005-10-28 09:55:27.000000000 +0100
@@ -18,3 +18,11 @@
      (exit 77); exit 77
      ;;
 esac
+
+set `id -Gn`
+if echo "$2" | grep -q '[^0-9]'
+then
+  exit 0
+else
+  (exit 77); exit 77
+fi


Index: coreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- coreutils.spec	28 Oct 2005 08:11:18 -0000	1.86
+++ coreutils.spec	28 Oct 2005 08:57:38 -0000	1.87
@@ -22,7 +22,7 @@
 Patch4: coreutils-tac.patch
 Patch5: coreutils-5.92-alt-md5sum-binary.patch
 
-# fileutils
+Patch100: coreutils-chgrp.patch
 Patch107: fileutils-4.1.10-timestyle.patch
 Patch182: coreutils-acl.patch
 
@@ -78,7 +78,7 @@
 %patch4 -p0 -b .tac
 %patch5 -p1 -b .alt-md5sum-binary
 
-# fileutils
+%patch100 -p1 -b .chgrp
 %patch107 -p1 -b .timestyle
 %patch182 -p1 -b .acl
 
@@ -263,6 +263,7 @@
 
 %changelog
 * Fri Oct 28 2005 Tim Waugh <twaugh at redhat.com>
+- Fix chgrp basic test.
 - Include md5sum patch from ALT.
 
 * Mon Oct 24 2005 Tim Waugh <twaugh at redhat.com> 5.92-0.1




More information about the fedora-cvs-commits mailing list