[springlobby/f20] - ExclusiveArch should use %ix86 x86_64 instead of i386 x86_64 (#1036567).

Gilboa Davara gilboa at fedoraproject.org
Wed Dec 4 19:06:39 UTC 2013


commit b8545ff5da689abbc371c157c27b90e304fec86a
Author: Gilboa Davara <gilboa at gilboa-home-dev.localdomain>
Date:   Wed Dec 4 21:06:34 2013 +0200

    - ExclusiveArch should use %ix86 x86_64 instead of i386 x86_64 (#1036567).

 springlobby.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/springlobby.spec b/springlobby.spec
index 5a59ff2..f0dc1f8 100644
--- a/springlobby.spec
+++ b/springlobby.spec
@@ -1,6 +1,6 @@
 Name:			springlobby
 Version:		0.169
-Release:		7%{?dist}
+Release:		8%{?dist}
 Summary:		A lobby client for the spring RTS game engine
 
 Group:			Amusements/Games
@@ -23,7 +23,7 @@ Provides:		spring-lobby = %{version}-%{release}
 
 Requires:		hicolor-icon-theme
 Requires:		spring
-ExclusiveArch:	x86_64 i386
+ExclusiveArch:	%{ix86} x86_64
 
 %description
 SpringLobby is a free cross-platform lobby client for the Spring RTS project.
@@ -89,6 +89,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 
 %changelog
+* Wed Dec 04 2013 Gilboa Davara <gilboad [AT] gmail [DOT] com> - 0.169-8
+- ExclusiveArch should use %ix86 x86_64 instead of i386 x86_64 (#1036567).
+
 * Wed Nov 20 2013 Gilboa Davara <gilboad [AT] gmail [DOT] com> - 0.169-7
 - Switch to ExclusiveArch.
 


More information about the scm-commits mailing list