rpms/olpc-kbdshim/F-12 olpc-kbdshim.spec,1.6,1.7

Miloš Jakubíček mjakubicek at fedoraproject.org
Fri Oct 23 19:55:55 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/olpc-kbdshim/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11166/F-12

Modified Files:
	olpc-kbdshim.spec 
Log Message:
- Fix FTBFS: use %%{ix86} instead of i586 as ExclusiveArch




Index: olpc-kbdshim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/F-12/olpc-kbdshim.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- olpc-kbdshim.spec	27 Jul 2009 14:56:52 -0000	1.6
+++ olpc-kbdshim.spec	23 Oct 2009 19:55:55 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: OLPC XO keyboard support daemon
 Name: olpc-kbdshim
 Version: 7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://dev.laptop.org/git/users/pgf/olpc-kbdshim/tree/README
@@ -12,7 +12,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 
 BuildRequires: kernel-headers, pkgconfig, glib2-devel
 BuildRequires: dbus-glib-devel, hal-devel
-ExclusiveArch: i586
+ExclusiveArch: %{ix86}
 
 Requires: hal
 
@@ -59,6 +59,9 @@ echo A system restart may be necessary f
 echo proper initialization of olpc-kbdshim-hal.
 
 %changelog
+* Feb Oct 23 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 7.2
+- Fix FTBFS: use %%{ix86} instead of i586 as ExclusiveArch
+
 * Tue Jul 27 2009 Paul Fox <pg at laptop.org>
 - 7-1
 - fix touchpad rotation for F-11, which includes X11 amd/geode




More information about the fedora-extras-commits mailing list