SPECS: sudo.spec - added comment to sparc utimes() workaround; spa...

qboosh qboosh at pld-linux.org
Tue Jun 14 19:13:58 CEST 2005


Author: qboosh                       Date: Tue Jun 14 17:13:58 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added comment to sparc utimes() workaround; sparc64 userland is not affected

---- Files affected:
SPECS:
   sudo.spec (1.92 -> 1.93) 

---- Diffs:

================================================================
Index: SPECS/sudo.spec
diff -u SPECS/sudo.spec:1.92 SPECS/sudo.spec:1.93
--- SPECS/sudo.spec:1.92	Thu Jun  9 01:04:02 2005
+++ SPECS/sudo.spec	Tue Jun 14 19:13:53 2005
@@ -120,7 +120,10 @@
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
-%ifarch sparc sparc64
+# sparc64 2.4.x kernels have buggy sys32_utimes(somefile, NULL) syscall
+# it's fixed in >= 2.4.31-0.3, but keep workaround not to require very
+# fresh kernel
+%ifarch sparc sparcv9
 export ac_cv_func_utimes=no
 %endif
 %configure \
@@ -186,6 +189,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.93  2005/06/14 17:13:53  qboosh
+- added comment to sparc utimes() workaround; sparc64 userland is not affected
+
 Revision 1.92  2005/06/08 23:04:02  undefine
 - workaround for broken utimes on sparc. see at: http://tinyurl.com/ckh4f
 - release 4
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sudo.spec?r1=1.92&r2=1.93&f=u




More information about the pld-cvs-commit mailing list