Author: kwizart
Update of /cvs/nonfree/rpms/dega-sdl/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25962
Modified Files:
dega-sdl.spec
Log Message:
Fix default arch
Index: dega-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dega-sdl/devel/dega-sdl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dega-sdl.spec 8 Feb 2012 23:40:14 -0000 1.5
+++ dega-sdl.spec 9 Feb 2012 12:56:00 -0000 1.6
@@ -10,8 +10,8 @@
Patch0: dega-1.12-execstack.patch
# This is to build only for i386/i586 on plague
#ExclusiveArch: %{ix86}
-%if 0%{?fedora} >= 11
-ExclusiveArch: i586
+%if 0%{?fedora} > 11 || 0%{?rhel} >= 6
+ExclusiveArch: i686
%else
ExclusiveArch: i386
%endif
@@ -47,6 +47,7 @@
%changelog
* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.12-6
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+- Fix default arch
* Sat Mar 28 2009 Andrea Musuruane <musuruan(a)gmail.com> 1.12-5
- fixed ExclusiveArch for F11