From d980a2f7a898948506c5352019029c1087abd889 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 10 Apr 2006 04:54:23 +0000 Subject: [PATCH] - Disable on ia64 until build issues are sorted. --- xorg-x11-drv-evdev.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec index e9a0ba9..b7faa86 100644 --- a/xorg-x11-drv-evdev.spec +++ b/xorg-x11-drv-evdev.spec @@ -7,14 +7,15 @@ Summary: Xorg X11 evdev input driver Name: xorg-x11-drv-evdev Version: 1.1.0 -Release: 1 +Release: 2 URL: http://www.x.org Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2 License: MIT/X11 Group: User Interface/X Hardware Support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 ia64 ppc alpha sparc sparc64 +# ia64 disabled momentarily +ExclusiveArch: %{ix86} x86_64 ppc alpha sparc sparc64 BuildRequires: pkgconfig BuildRequires: xorg-x11-server-sdk >= 1.0.99.901 @@ -52,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/evdev.4* %changelog +* Mon Apr 10 2006 Adam Jackson 1.1.0-2 +- Disable on ia64 until build issues are sorted. + * Sun Apr 9 2006 Adam Jackson 1.1.0-1 - Update to 1.1.0 from 7.1RC1.