- Add initscripts requires (bug 461322)

This commit is contained in:
Ray Strode 2008-10-21 01:32:28 +00:00
parent 15ff91d3e6
commit da58ece048

View File

@ -5,7 +5,7 @@
Summary: Plymouth Graphical Boot Animation and Logger Summary: Plymouth Graphical Boot Animation and Logger
Name: plymouth Name: plymouth
Version: 0.6.0 Version: 0.6.0
Release: 0.2008.10.17.2%{?dist} Release: 0.2008.10.17.3%{?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
@ -18,6 +18,7 @@ Provides: rhgb = 1:10.0.0
Requires: system-logos >= 9.0.1 Requires: system-logos >= 9.0.1
Requires: system-plymouth-plugin >= %{version}-%{release} Requires: system-plymouth-plugin >= %{version}-%{release}
Requires(post): plymouth-scripts Requires(post): plymouth-scripts
Requires: initscripts >= 8.83-1
Patch0: plymouth-0.6.0-fix-tty1-on-runlevel3.patch Patch0: plymouth-0.6.0-fix-tty1-on-runlevel3.patch
@ -292,6 +293,9 @@ fi
%{_libdir}/plymouth/solar.so %{_libdir}/plymouth/solar.so
%changelog %changelog
* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.5.0-0.2008.10.17.3
- Add initscripts requires (bug 461322)
* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.5.0-0.2008.10.17.2 * Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.5.0-0.2008.10.17.2
- Put tty1 back in "cooked" mode when going into runlevel 3 - Put tty1 back in "cooked" mode when going into runlevel 3
(bug 467207) (bug 467207)