diff --git a/SPECS/plymouth.spec b/SPECS/plymouth.spec index d16dd15..c5dbee4 100644 --- a/SPECS/plymouth.spec +++ b/SPECS/plymouth.spec @@ -10,7 +10,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.9.4 -Release: 5.%{commitdate}git%{shortcommit}%{?dist} +Release: 6.%{commitdate}git%{shortcommit}%{?dist} License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Plymouth Group: System Environment/Base @@ -193,6 +193,8 @@ Group: System Environment/Base Requires: %{name}-plugin-two-step = %{version}-%{release} Requires(post): plymouth-scripts Provides: plymouth(system-theme) = %{version}-%{release} +# This is our new default theme, so pull it in from the old default theme +Recommends: %{name}-theme-spinner %description theme-charge This package contains the "charge" boot splash theme for @@ -450,6 +452,10 @@ fi %files system-theme %changelog +* Fri Sep 18 2020 Ray Strode - 0.9.4-6.git1688935 +- Add Recommends to pull in plymouth-theme-spinner + Resolves: #1880509 + * Mon Aug 24 2020 Ray Strode - 0.9.4-5.git1688935 - Fix typo in poweroff path Resolves: #1871817