From 867f2a23bdd83ec6ef7d52972bff968f47b2cec5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 1 Aug 2015 20:02:39 +0200 Subject: [PATCH] - enable x32 arch --- mythplugins.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythplugins.spec b/mythplugins.spec index 39bcdb9..488bcdf 100644 --- a/mythplugins.spec +++ b/mythplugins.spec @@ -115,7 +115,7 @@ BuildRequires: zlib-devel Obsoletes: mythdvd < %{version}-%{release} Obsoletes: mythmovies < %{version}-%{release} Obsoletes: mythvideo -ExclusiveArch: %{ix86} %{x8664} ppc +ExclusiveArch: %{ix86} %{x8664} x32 ppc BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define myth_api_version %(awk -vFS=. '/^LIBVERSION/{sub("LIBVERSION = ", ""); printf ("%s.%s", $1, $2)}' %{_datadir}/mythtv/build/settings.pro 2>/dev/null || echo ERROR) -- 2.43.0