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 - 0.169-8 +- ExclusiveArch should use %ix86 x86_64 instead of i386 x86_64 (#1036567). + * Wed Nov 20 2013 Gilboa Davara - 0.169-7 - Switch to ExclusiveArch.