drop no longer needed mkstemp patch for sparc
This commit is contained in:
parent
58ba6d5250
commit
0c817be19f
@ -1,9 +0,0 @@
|
|||||||
--- coreutils-7.6/lib/mkstemp.c.BAD 2010-03-03 18:17:52.000000000 +0000
|
|
||||||
+++ coreutils-7.6/lib/mkstemp.c 2010-03-03 18:18:28.000000000 +0000
|
|
||||||
@@ -40,5 +40,5 @@
|
|
||||||
int
|
|
||||||
mkstemp (char *xtemplate)
|
|
||||||
{
|
|
||||||
- return __gen_tempname (xtemplate, 0, 0, __GT_FILE);
|
|
||||||
+ return __gen_tempname (xtemplate, __GT_FILE);
|
|
||||||
}
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.9
|
Version: 8.9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -30,8 +30,6 @@ Patch102: coreutils-7.4-sttytcsadrain.patch
|
|||||||
Patch103: coreutils-8.2-uname-processortype.patch
|
Patch103: coreutils-8.2-uname-processortype.patch
|
||||||
#df --direct
|
#df --direct
|
||||||
Patch104: coreutils-df-direct.patch
|
Patch104: coreutils-df-direct.patch
|
||||||
#Fix mkstemp on sparc64
|
|
||||||
Patch105: coreutils-mkstemp.patch
|
|
||||||
#add jar-like archives to colored ones
|
#add jar-like archives to colored ones
|
||||||
Patch106: coreutils-8.5-dircolors.patch
|
Patch106: coreutils-8.5-dircolors.patch
|
||||||
|
|
||||||
@ -122,7 +120,6 @@ Libraries for coreutils package.
|
|||||||
%patch102 -p1 -b .tcsadrain
|
%patch102 -p1 -b .tcsadrain
|
||||||
%patch103 -p1 -b .sysinfo
|
%patch103 -p1 -b .sysinfo
|
||||||
%patch104 -p1 -b .dfdirect
|
%patch104 -p1 -b .dfdirect
|
||||||
%patch105 -p1 -b .sparc
|
|
||||||
%patch106 -p1 -b .java
|
%patch106 -p1 -b .java
|
||||||
|
|
||||||
# sh-utils
|
# sh-utils
|
||||||
@ -332,6 +329,9 @@ fi
|
|||||||
%{_libdir}/coreutils
|
%{_libdir}/coreutils
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 08 2011 Dennis Gilmore <dennis@ausil.us> - 8.9-2
|
||||||
|
- drop no longer needed mkstemp patch for sparc
|
||||||
|
|
||||||
* Tue Jan 04 2011 Ondrej Vasik <ovasik@redhat.com> - 8.9-1
|
* Tue Jan 04 2011 Ondrej Vasik <ovasik@redhat.com> - 8.9-1
|
||||||
- new upstream release coreutils-8.9
|
- new upstream release coreutils-8.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user