diff --git a/plymouth.spec b/plymouth.spec index 024bc89..76e4d75 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -5,7 +5,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -137,6 +137,7 @@ while other images pulsate around during system boot up. %package theme-fade-in Summary: Plymouth "Fade-In" theme Group: System Environment/Base +BuildArch: noarch Requires: %{name}-plugin-fade-throbber = %{version}-%{release} Requires(post): %{_sbindir}/plymouth-set-default-theme Obsoletes: plymouth-plugin-fade-in <= 0.7.0-0.2009.05.08.2 @@ -162,6 +163,7 @@ the screen. %package theme-spinfinity Summary: Plymouth "Spinfinity" theme Group: System Environment/Base +BuildArch: noarch Requires: %{name}-plugin-throbgress = %{version}-%{release} Requires(post): %{_sbindir}/plymouth-set-default-theme Obsoletes: plymouth-plugin-spinfinity <= 0.7.0-0.2009.05.08.2 @@ -185,6 +187,7 @@ Plymouth. It features a corner image with animated flares. %package theme-solar Summary: Plymouth "Solar" theme Group: System Environment/Base +BuildArch: noarch Requires: %{name}-plugin-space-flares = %{version}-%{release} Requires(post): %{_sbindir}/plymouth-set-default-theme Obsoletes: plymouth-plugin-solar <= 0.7.0-0.2009.05.08.2 @@ -211,6 +214,7 @@ short, fast one-shot animation. %package theme-charge Summary: Plymouth "Charge" plugin Group: System Environment/Base +BuildArch: noarch Requires: %{name}-plugin-two-step = %{version}-%{release} Requires(post): %{_sbindir}/plymouth-set-default-theme Provides: plymouth(system-theme) = %{version}-%{release} @@ -234,6 +238,7 @@ boot splash themes. %package theme-script Summary: Plymouth "Script" plugin Group: System Environment/Base +BuildArch: noarch Requires: %{name}-plugin-script = %{version}-%{release} Requires(post): %{_sbindir}/plymouth-set-default-theme @@ -444,6 +449,10 @@ fi %defattr(-, root, root) %changelog +* Fri Jun 18 2010 Ray Strode 0.8.2-4 +- Make theme subpackages noarch. + Spotted by Radek Vokal + * Fri May 07 2010 Ray Strode 0.8.2-3 - Fix tty locking patch Resolves: #585128