- Add Requires(post): plymouth to plugins so they get
plymouth-set-default-plugin (bug 458071)
This commit is contained in:
parent
6decb24727
commit
2c7b07c5de
@ -1,7 +1,7 @@
|
|||||||
Summary: Plymouth Graphical Boot Animation and Logger
|
Summary: Plymouth Graphical Boot Animation and Logger
|
||||||
Name: plymouth
|
Name: plymouth
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 10.2008.08.01%{?dist}
|
Release: 11.2008.08.01%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
||||||
@ -45,7 +45,8 @@ and headers needed to develop 3rd party splash plugins for Plymouth.
|
|||||||
%package plugin-fade-in
|
%package plugin-fade-in
|
||||||
Summary: Plymouth "Fade-In" plugin
|
Summary: Plymouth "Fade-In" plugin
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %name = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires(post): %{name}
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
|
|
||||||
%description plugin-fade-in
|
%description plugin-fade-in
|
||||||
@ -56,7 +57,8 @@ while stars twinkle around the logo during system boot up.
|
|||||||
%package plugin-spinfinity
|
%package plugin-spinfinity
|
||||||
Summary: Plymouth "Spinfinity" plugin
|
Summary: Plymouth "Spinfinity" plugin
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %name = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires(post): %{name}
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
Provides: system-plymouth-plugin = %{version}-%{release}
|
Provides: system-plymouth-plugin = %{version}-%{release}
|
||||||
|
|
||||||
@ -175,6 +177,9 @@ fi
|
|||||||
%{_libdir}/plymouth/spinfinity.so
|
%{_libdir}/plymouth/spinfinity.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-11.2008.08.01
|
||||||
|
- Add Requires(post): plymouth to plugins so they get plymouth-set-default-plugin (bug 458071)
|
||||||
|
|
||||||
* Tue Aug 5 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-10.2008.08.01
|
* Tue Aug 5 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-10.2008.08.01
|
||||||
- Add plymouth dirs to file list (bug 457871)
|
- Add plymouth dirs to file list (bug 457871)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user