OBS User unknown 2007-12-18 17:58:25 +00:00 committed by Git OBS Bridge
parent fa2a1a59f1
commit 371ba62aab
3 changed files with 25 additions and 1 deletions

View 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;

View File

@ -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

View File

@ -21,7 +21,7 @@ License: BSD 3-Clause; GPL v2 or later
Group: System/Base
AutoReqProv: on
Version: 2.13.0.1+git20071121
Release: 7
Release: 11
Summary: A collection of basic system utilities
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
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
Patch11: util-linux-2.13-mount_fd_leak.patch
Patch12: util-linux-2.13-fdisk_cfdisk_ncursesw.patch
Patch13: util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch
##
##
## adjtimex
@ -109,6 +110,7 @@ Authors:
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
#
cd adjtimex-*
%patch50 -p1
@ -556,6 +558,9 @@ fi
#%endif
%changelog
* Tue Dec 18 2007 - mkoenig@suse.de
- add temporary workaround for broken RTC update interrupts
[#338419]
* Mon Dec 03 2007 - ro@suse.de
- remove "arch", in coreutils now
* Thu Nov 29 2007 - lnussel@suse.de