rpms/coreutils/F-9 coreutils.spec,1.215,1.216

Kamil Dudka (kdudka) fedora-extras-commits at redhat.com
Fri Aug 1 07:22:29 UTC 2008


Author: kdudka

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

Modified Files:
	coreutils.spec 
Log Message:
disabled last patch ls-libcap which broke tcsh (#457342)


Index: coreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/coreutils/F-9/coreutils.spec,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- coreutils.spec	28 Jul 2008 07:44:16 -0000	1.215
+++ coreutils.spec	1 Aug 2008 07:21:59 -0000	1.216
@@ -1,7 +1,7 @@
 Summary: The GNU core utilities: a set of tools commonly used in shell scripts
 Name:    coreutils
 Version: 6.10
-Release: 28%{?dist}
+Release: 29%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -61,7 +61,7 @@
 Patch950: coreutils-selinux.patch
 Patch951: coreutils-selinuxmanpages.patch
 
-Patch954: coreutils-6.12-ls-libcap.patch
+#Patch954: coreutils-6.12-ls-libcap.patch
 
 BuildRequires: libselinux-devel >= 1.25.6-1
 BuildRequires: libacl-devel
@@ -151,11 +151,11 @@
 %patch950 -p1 -b .selinux
 %patch951 -p1 -b .selinuxman
 
-%patch954 -p1 -b .ls-libcap
+#%patch954 -p1 -b .ls-libcap
 
 chmod a+x tests/sort/sort-mb-tests
 chmod a+x tests/mkdir/selinux
-chmod a+x tests/ls/capability
+#chmod a+x tests/ls/capability
 
 #fix typos/mistakes in localized documentation(#439410, #440056)
 for pofile in $(find ./po/*.p*)
@@ -334,6 +334,9 @@
 /sbin/runuser
 
 %changelog
+* Fri Aug 01 2008 Kamil Dudka <kdudka at redhat.com> - 6.10-29
+- disabled last patch ls-libcap which broke tcsh (#457342)
+
 * Wed Jul 28 2008 Kamil Dudka <kdudka at redhat.com> - 6.10-28
 - dd: iflag=fullblock now read full blocks if possible
   (#431997, #449263)




More information about the scm-commits mailing list