fix typo
This commit is contained in:
parent
5421281a0d
commit
09425ca8ae
@ -2,7 +2,7 @@
|
||||
+++ coreutils-7.6/lib/mkstemp.c 2010-03-03 18:18:28.000000000 +0000
|
||||
@@ -40,5 +40,5 @@
|
||||
int
|
||||
mkstemp (char *xtemplate;
|
||||
mkstemp (char *xtemplate);
|
||||
{
|
||||
- return __gen_tempname (xtemplate, 0, 0, __GT_FILE);
|
||||
+ return __gen_tempname (xtemplate, __GT_FILE);
|
||||
|
@ -6,7 +6,7 @@ License: GPLv3+
|
||||
Group: System Environment/Base
|
||||
Url: http://www.gnu.org/software/coreutils/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
Source101: coreutils-DIR_COLORS
|
||||
Source102: coreutils-DIR_COLORS.lightbgcolor
|
||||
Source103: coreutils-DIR_COLORS.256color
|
||||
@ -126,7 +126,7 @@ Libraries for coreutils package.
|
||||
%patch102 -p1 -b .tcsadrain
|
||||
%patch103 -p1 -b .sysinfo
|
||||
%patch104 -p1 -b .dfdirect
|
||||
%patch105 -p1 -b .sparc
|
||||
#%patch105 -p1 -b .sparc
|
||||
|
||||
# sh-utils
|
||||
%patch703 -p1 -b .dateman
|
||||
|
Loading…
Reference in New Issue
Block a user