[PATCH] The gui and tui subpackages cannot be noarch

Vratislav Podzimek vpodzime at redhat.com
Mon Nov 25 11:55:17 UTC 2013


Because they are subpackages of the arch-specific pyanaconda package, they
cannot be noarch (and thus placed under the /usr/lib/ tree).

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 anaconda.spec.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/anaconda.spec.in b/anaconda.spec.in
index d53792c..b2aab20 100755
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -153,7 +153,6 @@ system.
 
 %package gui
 Summary: Graphical user interface for the Anaconda installer
-BuildArch: noarch
 Requires: anaconda-core = %{version}-%{release}
 Requires: anaconda-widgets = %{version}-%{release}
 Requires: python-meh-gui >= %{mehver}
@@ -172,7 +171,6 @@ This package contains graphical user interface for the Anaconda installer.
 
 %package tui
 Summary: Textual user interface for the Anaconda installer
-BuildArch: noarch
 Requires: anaconda-core = %{version}-%{release}
 
 %description tui
-- 
1.8.4.2



More information about the anaconda-patches mailing list