forked from pool/util-linux
This commit is contained in:
parent
fa2a1a59f1
commit
371ba62aab
13
util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch
Normal file
13
util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: util-linux-ng-2.13.0.1+git20071121/hwclock/rtc.c
|
||||||
|
===================================================================
|
||||||
|
--- util-linux-ng-2.13.0.1+git20071121.orig/hwclock/rtc.c
|
||||||
|
+++ util-linux-ng-2.13.0.1+git20071121/hwclock/rtc.c
|
||||||
|
@@ -225,7 +225,7 @@ int ret;
|
||||||
|
} else {
|
||||||
|
int rc; /* Return code from ioctl */
|
||||||
|
/* Turn on update interrupts (one per second) */
|
||||||
|
-#if defined(__alpha__) || defined(__sparc__) || defined(__x86_64__)
|
||||||
|
+#if defined(__alpha__) || defined(__sparc__) || defined(__x86_64__) || defined(__i386__)
|
||||||
|
/* Not all alpha kernels reject RTC_UIE_ON, but probably they should. */
|
||||||
|
rc = -1;
|
||||||
|
errno = EINVAL;
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 18 15:55:19 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- add temporary workaround for broken RTC update interrupts
|
||||||
|
[#338419]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 3 11:03:57 CET 2007 - ro@suse.de
|
Mon Dec 3 11:03:57 CET 2007 - ro@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ License: BSD 3-Clause; GPL v2 or later
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.13.0.1+git20071121
|
Version: 2.13.0.1+git20071121
|
||||||
Release: 7
|
Release: 11
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
||||||
Source1: util-linux-2.13-rpmlintrc
|
Source1: util-linux-2.13-rpmlintrc
|
||||||
@ -67,6 +67,7 @@ Patch38: util-linux-2.12r-mount_swapon_swsuspend_resume.patch
|
|||||||
Patch10: util-linux-mount_losetup_crypto.patch
|
Patch10: util-linux-mount_losetup_crypto.patch
|
||||||
Patch11: util-linux-2.13-mount_fd_leak.patch
|
Patch11: util-linux-2.13-mount_fd_leak.patch
|
||||||
Patch12: util-linux-2.13-fdisk_cfdisk_ncursesw.patch
|
Patch12: util-linux-2.13-fdisk_cfdisk_ncursesw.patch
|
||||||
|
Patch13: util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch
|
||||||
##
|
##
|
||||||
##
|
##
|
||||||
## adjtimex
|
## adjtimex
|
||||||
@ -109,6 +110,7 @@ Authors:
|
|||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
|
%patch13 -p1
|
||||||
#
|
#
|
||||||
cd adjtimex-*
|
cd adjtimex-*
|
||||||
%patch50 -p1
|
%patch50 -p1
|
||||||
@ -556,6 +558,9 @@ fi
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 18 2007 - mkoenig@suse.de
|
||||||
|
- add temporary workaround for broken RTC update interrupts
|
||||||
|
[#338419]
|
||||||
* Mon Dec 03 2007 - ro@suse.de
|
* Mon Dec 03 2007 - ro@suse.de
|
||||||
- remove "arch", in coreutils now
|
- remove "arch", in coreutils now
|
||||||
* Thu Nov 29 2007 - lnussel@suse.de
|
* Thu Nov 29 2007 - lnussel@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user