2008-10-06 19:22:34 +00:00
|
|
|
%define plymouthdaemon_execdir /sbin
|
|
|
|
%define plymouthclient_execdir /bin
|
|
|
|
%define plymouth_libdir /%{_lib}
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
Summary: Plymouth Graphical Boot Animation and Logger
|
|
|
|
Name: plymouth
|
2008-08-22 21:10:23 +00:00
|
|
|
Version: 0.6.0
|
2008-11-07 17:12:07 +00:00
|
|
|
Release: 0.2008.11.06.3%{?dist}
|
2008-05-31 02:51:13 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
2008-11-04 19:13:43 +00:00
|
|
|
Source1: boot-duration
|
2008-11-07 00:48:56 +00:00
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
URL: http://freedesktop.org/software/plymouth/releases
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
Obsoletes: rhgb < 1:10.0.0
|
|
|
|
Provides: rhgb = 1:10.0.0
|
|
|
|
|
|
|
|
Requires: system-logos >= 9.0.1
|
2008-07-01 21:38:40 +00:00
|
|
|
Requires: system-plymouth-plugin >= %{version}-%{release}
|
2008-10-17 20:37:25 +00:00
|
|
|
Requires(post): plymouth-scripts
|
2008-10-21 01:32:28 +00:00
|
|
|
Requires: initscripts >= 8.83-1
|
2008-06-25 13:26:27 +00:00
|
|
|
|
2008-11-07 17:12:07 +00:00
|
|
|
Patch0: plymouth-allow-passing-plugin.patch
|
|
|
|
Patch1: plymouth-0.6.0-fix-switchroot-failed.patch
|
|
|
|
Patch2: plymouth-0.6.0-more-debug.patch
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
%description
|
|
|
|
Plymouth provides an attractive graphical boot animation in
|
|
|
|
place of the text messages that normally get shown. Text
|
|
|
|
messages are instead redirected to a log file for viewing
|
|
|
|
after boot.
|
|
|
|
|
2008-06-09 18:26:39 +00:00
|
|
|
%package libs
|
|
|
|
Summary: Plymouth libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
This package contains the libply and libplybootsplash libraries
|
|
|
|
used by Plymouth.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and headers for writing Plymouth splash plugins
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the libply and libplybootsplash libraries
|
|
|
|
and headers needed to develop 3rd party splash plugins for Plymouth.
|
|
|
|
|
2008-08-13 04:52:43 +00:00
|
|
|
%package utils
|
|
|
|
Summary: Plymouth related utilities
|
|
|
|
Group: Applications/System
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2008-08-13 05:04:29 +00:00
|
|
|
BuildRequires: gtk2-devel
|
2008-08-13 04:52:43 +00:00
|
|
|
|
|
|
|
%description utils
|
2008-08-13 05:04:29 +00:00
|
|
|
This package contains utilities that integrate with Plymouth
|
|
|
|
including a boot log viewing application.
|
2008-08-13 04:52:43 +00:00
|
|
|
|
2008-10-17 20:33:38 +00:00
|
|
|
%package scripts
|
|
|
|
Summary: Plymouth related scripts
|
|
|
|
Group: Applications/System
|
2008-10-17 20:37:25 +00:00
|
|
|
Requires: nash
|
2008-10-17 20:33:38 +00:00
|
|
|
|
|
|
|
%description scripts
|
|
|
|
This package contains scripts that help integrate Plymouth with
|
|
|
|
the system.
|
|
|
|
|
2008-08-13 04:52:43 +00:00
|
|
|
%package gdm-hooks
|
|
|
|
Summary: Plymouth GDM integration
|
|
|
|
Group: Applications/System
|
|
|
|
Requires: gdm >= 1:2.22.0
|
2008-08-13 14:26:27 +00:00
|
|
|
Requires: plymouth-utils
|
2008-08-13 04:52:43 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description gdm-hooks
|
|
|
|
This package contains support files for integrating Plymouth with GDM
|
|
|
|
Namely, it adds hooks to show boot messages at the login screen in the
|
|
|
|
event start-up services fail.
|
|
|
|
|
2008-08-27 17:24:58 +00:00
|
|
|
%package plugin-label
|
|
|
|
Summary: Plymouth label plugin
|
|
|
|
Group: System Environment/Base
|
2008-10-26 17:02:08 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2008-10-31 13:41:13 +00:00
|
|
|
BuildRequires: pango-devel >= 1.21.0
|
2008-08-27 17:24:58 +00:00
|
|
|
BuildRequires: cairo-devel
|
|
|
|
|
|
|
|
%description plugin-label
|
|
|
|
This package contains the label control plugin for
|
|
|
|
Plymouth. It provides the ability to render text on
|
|
|
|
graphical boot splashes using pango and cairo.
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
%package plugin-fade-in
|
|
|
|
Summary: Plymouth "Fade-In" plugin
|
|
|
|
Group: System Environment/Base
|
2008-10-26 17:02:08 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2008-10-17 19:22:21 +00:00
|
|
|
Requires(post): %{_sbindir}/plymouth-set-default-plugin
|
2008-05-31 02:51:13 +00:00
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
|
|
|
%description plugin-fade-in
|
|
|
|
This package contains the "Fade-In" boot splash plugin for
|
|
|
|
Plymouth. It features a centered logo that fades in and out
|
|
|
|
while stars twinkle around the logo during system boot up.
|
|
|
|
|
2008-09-26 01:11:21 +00:00
|
|
|
%package plugin-pulser
|
|
|
|
Summary: Plymouth "Pulser" plugin
|
|
|
|
Group: System Environment/Base
|
2008-10-26 17:02:08 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2008-10-17 19:22:21 +00:00
|
|
|
Requires(post): %{_sbindir}/plymouth-set-default-plugin
|
2008-09-26 01:11:21 +00:00
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
|
|
|
%description plugin-pulser
|
|
|
|
This package contains the "Pulser" boot splash plugin for
|
|
|
|
Plymouth. It features a pulsing text progress indicator
|
|
|
|
centered in the screen during system boot up.
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
%package plugin-spinfinity
|
|
|
|
Summary: Plymouth "Spinfinity" plugin
|
|
|
|
Group: System Environment/Base
|
2008-10-26 17:02:08 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2008-08-27 17:24:58 +00:00
|
|
|
Requires: plymouth-plugin-label
|
2008-05-31 02:51:13 +00:00
|
|
|
BuildRequires: libpng-devel
|
2008-10-17 19:22:21 +00:00
|
|
|
Requires(post): %{_sbindir}/plymouth-set-default-plugin
|
2008-05-31 02:51:13 +00:00
|
|
|
|
|
|
|
%description plugin-spinfinity
|
|
|
|
This package contains the "Spinfinity" boot splash plugin for
|
|
|
|
Plymouth. It features a centered logo and animated spinner that
|
|
|
|
spins in the shape of an infinity sign.
|
|
|
|
|
2008-10-06 19:22:34 +00:00
|
|
|
%package plugin-solar
|
|
|
|
Summary: Plymouth "Solar" plugin
|
|
|
|
Group: System Environment/Base
|
2008-10-26 17:02:08 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2008-10-06 19:22:34 +00:00
|
|
|
Requires: plymouth-plugin-label
|
2008-10-17 19:22:21 +00:00
|
|
|
Requires(post): %{_sbindir}/plymouth-set-default-plugin
|
2008-10-06 19:22:34 +00:00
|
|
|
BuildRequires: libpng-devel
|
2008-10-28 00:36:31 +00:00
|
|
|
Provides: system-plymouth-plugin = %{version}-%{release}
|
2008-10-06 19:22:34 +00:00
|
|
|
|
|
|
|
%description plugin-solar
|
|
|
|
This package contains the "Solar" boot splash plugin for
|
|
|
|
Plymouth. It features a blue flamed sun with animated solar flares.
|
|
|
|
|
2008-10-23 01:53:29 +00:00
|
|
|
%package text-and-details-only
|
|
|
|
Summary: Plymouth base plugin set
|
|
|
|
Group: System Environment/Base
|
2008-10-26 17:02:08 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2008-10-23 01:53:29 +00:00
|
|
|
Provides: system-plymouth-plugin = %{version}-%{release}
|
|
|
|
|
|
|
|
%description text-and-details-only
|
|
|
|
This package enables users to remove the default graphical plugin
|
|
|
|
from their system. This is useful for embedded devices or servers
|
|
|
|
where the graphical plugin's dependencies are undesirable.
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2008-11-07 00:48:56 +00:00
|
|
|
%patch0 -p1 -b .allow-passing-plugin
|
|
|
|
%patch1 -p1 -b .fix-switchroot-failed
|
2008-11-07 17:12:07 +00:00
|
|
|
%patch2 -p1 -b .more-debug
|
2008-05-31 02:51:13 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --enable-tracing --disable-tests --without-boot-entry \
|
2008-06-12 14:40:29 +00:00
|
|
|
--without-default-plugin \
|
2008-05-31 02:51:13 +00:00
|
|
|
--with-logo=%{_datadir}/pixmaps/system-logo-white.png \
|
2008-06-12 14:40:29 +00:00
|
|
|
--with-background-start-color-stop=0x0073B3 \
|
2008-06-16 21:33:14 +00:00
|
|
|
--with-background-end-color-stop=0x00457E \
|
2008-09-19 19:32:48 +00:00
|
|
|
--with-background-color=0x3391cd \
|
2008-10-06 19:22:34 +00:00
|
|
|
--enable-gdm-transition \
|
|
|
|
--with-system-root-install \
|
|
|
|
--with-rhgb-compat-link
|
2008-05-31 02:51:13 +00:00
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
|
|
|
|
|
2008-10-06 19:22:34 +00:00
|
|
|
# Temporary symlink until rc.sysinit is fixed
|
|
|
|
(cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
|
|
|
|
|
2008-11-04 19:13:43 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
|
|
|
|
cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2008-06-17 17:43:57 +00:00
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ]; then
|
2008-07-01 21:38:40 +00:00
|
|
|
rm -f %{_libdir}/plymouth/default.so
|
|
|
|
fi
|
|
|
|
|
2008-06-17 17:43:57 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
2008-06-12 14:40:29 +00:00
|
|
|
%postun plugin-spinfinity
|
|
|
|
if [ $1 -eq 0 ]; then
|
2008-06-17 17:43:57 +00:00
|
|
|
if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "spinfinity" ]; then
|
2008-10-28 00:36:31 +00:00
|
|
|
%{_sbindir}/plymouth-set-default-plugin --reset
|
2008-06-17 17:43:57 +00:00
|
|
|
fi
|
2008-06-12 14:40:29 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%postun plugin-fade-in
|
|
|
|
if [ $1 -eq 0 ]; then
|
2008-06-17 17:43:57 +00:00
|
|
|
if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "fade-in" ]; then
|
|
|
|
%{_sbindir}/plymouth-set-default-plugin --reset
|
|
|
|
fi
|
2008-06-12 14:40:29 +00:00
|
|
|
fi
|
2008-05-31 02:51:13 +00:00
|
|
|
|
2008-10-28 00:36:31 +00:00
|
|
|
%post plugin-solar
|
|
|
|
if [ $1 -eq 1 ]; then
|
|
|
|
%{_sbindir}/plymouth-set-default-plugin solar
|
|
|
|
fi
|
|
|
|
|
2008-10-17 19:22:21 +00:00
|
|
|
%postun plugin-solar
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "solar" ]; then
|
2008-10-28 00:36:31 +00:00
|
|
|
%{_sbindir}/plymouth-set-default-plugin text
|
2008-10-17 19:22:21 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun plugin-pulser
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "pulser" ]; then
|
|
|
|
%{_sbindir}/plymouth-set-default-plugin --reset
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
%dir %{_datadir}/plymouth
|
2008-08-05 14:09:20 +00:00
|
|
|
%dir %{_libexecdir}/plymouth
|
2008-10-06 19:22:34 +00:00
|
|
|
%{plymouthdaemon_execdir}/plymouthd
|
|
|
|
%{plymouthclient_execdir}/plymouth
|
2008-05-31 02:51:13 +00:00
|
|
|
%{_bindir}/plymouth
|
|
|
|
%{_bindir}/rhgb-client
|
|
|
|
%{_libdir}/plymouth/details.so
|
|
|
|
%{_libdir}/plymouth/text.so
|
|
|
|
%{_localstatedir}/run/plymouth
|
2008-08-13 15:19:15 +00:00
|
|
|
%{_localstatedir}/spool/plymouth
|
2008-09-25 21:57:28 +00:00
|
|
|
%{_localstatedir}/lib/plymouth
|
2008-11-04 19:13:43 +00:00
|
|
|
%verify(not mtime md5) %{_localstatedir}/lib/plymouth/boot-duration
|
2008-05-31 02:51:13 +00:00
|
|
|
|
2008-06-09 18:26:39 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
2008-10-06 19:22:34 +00:00
|
|
|
%{plymouth_libdir}/libply.so
|
2008-06-09 18:26:39 +00:00
|
|
|
%{_libdir}/libplybootsplash.so
|
|
|
|
%{_libdir}/pkgconfig/plymouth-1.pc
|
|
|
|
%{_includedir}/plymouth-1
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%defattr(-, root, root)
|
2008-10-06 19:22:34 +00:00
|
|
|
%{plymouth_libdir}/libply.so.*
|
2008-06-09 18:26:39 +00:00
|
|
|
%{_libdir}/libplybootsplash.so.*
|
2008-10-28 00:56:40 +00:00
|
|
|
%dir %{_libdir}/plymouth
|
2008-10-17 20:33:38 +00:00
|
|
|
|
|
|
|
%files scripts
|
|
|
|
%defattr(-, root, root)
|
2008-10-17 19:22:21 +00:00
|
|
|
%{_sbindir}/plymouth-set-default-plugin
|
2008-10-17 20:33:38 +00:00
|
|
|
%{_libexecdir}/plymouth/plymouth-update-initrd
|
|
|
|
%{_libexecdir}/plymouth/plymouth-populate-initrd
|
2008-06-09 18:26:39 +00:00
|
|
|
|
2008-08-13 04:52:43 +00:00
|
|
|
%files utils
|
2008-08-27 17:24:58 +00:00
|
|
|
%defattr(-, root, root)
|
2008-08-13 04:52:43 +00:00
|
|
|
%{_bindir}/plymouth-log-viewer
|
|
|
|
|
|
|
|
%files gdm-hooks
|
2008-08-27 17:24:58 +00:00
|
|
|
%defattr(-, root, root)
|
2008-08-13 04:52:43 +00:00
|
|
|
%{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
|
|
|
|
|
2008-08-27 17:24:58 +00:00
|
|
|
%files plugin-label
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/plymouth/label.so
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
%files plugin-fade-in
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%dir %{_datadir}/plymouth/fade-in
|
|
|
|
%{_datadir}/plymouth/fade-in/bullet.png
|
|
|
|
%{_datadir}/plymouth/fade-in/entry.png
|
|
|
|
%{_datadir}/plymouth/fade-in/lock.png
|
|
|
|
%{_datadir}/plymouth/fade-in/star.png
|
|
|
|
%{_libdir}/plymouth/fade-in.so
|
|
|
|
|
2008-09-26 01:11:21 +00:00
|
|
|
%files plugin-pulser
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/plymouth/pulser.so
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
%files plugin-spinfinity
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%dir %{_datadir}/plymouth/spinfinity
|
|
|
|
%{_datadir}/plymouth/spinfinity/box.png
|
|
|
|
%{_datadir}/plymouth/spinfinity/bullet.png
|
|
|
|
%{_datadir}/plymouth/spinfinity/entry.png
|
|
|
|
%{_datadir}/plymouth/spinfinity/lock.png
|
|
|
|
%{_datadir}/plymouth/spinfinity/throbber-[0-3][0-9].png
|
|
|
|
%{_libdir}/plymouth/spinfinity.so
|
|
|
|
|
2008-10-06 19:22:34 +00:00
|
|
|
%files plugin-solar
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%dir %{_datadir}/plymouth/solar
|
2008-10-14 17:48:36 +00:00
|
|
|
%{_datadir}/plymouth/solar/*.png
|
2008-10-06 19:22:34 +00:00
|
|
|
%{_libdir}/plymouth/solar.so
|
|
|
|
|
2008-10-23 14:35:29 +00:00
|
|
|
%files text-and-details-only
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
%changelog
|
2008-11-07 17:12:07 +00:00
|
|
|
* Thu Nov 6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.3
|
|
|
|
- add some more debug spew to help debug a problem jlaska is having
|
|
|
|
|
2008-11-07 00:48:56 +00:00
|
|
|
* Thu Nov 6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.2
|
|
|
|
- show details plugin on --hide-splash so people can see why the splash
|
|
|
|
got hidden.
|
|
|
|
|
2008-11-06 15:50:39 +00:00
|
|
|
* Thu Nov 6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.1
|
|
|
|
- Don't exit on plymouth --show-splash after sulogin
|
|
|
|
- Properly retake console after that --show-splash
|
|
|
|
|
2008-11-05 19:31:19 +00:00
|
|
|
* Wed Nov 5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.05.1
|
|
|
|
- reset colors on quit --retain-splash
|
|
|
|
- fix off by one in damage calculation for label
|
|
|
|
|
2008-11-04 19:13:43 +00:00
|
|
|
* Tue Nov 4 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.5
|
|
|
|
- Add a sample boot-duration for livecds and first time boots
|
|
|
|
(bug 469752)
|
|
|
|
|
2008-11-03 19:31:27 +00:00
|
|
|
* Mon Nov 3 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.30.4
|
|
|
|
- Allow pre-setting the default plugin when calling plymouth-populate-initrd
|
|
|
|
|
2008-10-31 13:41:13 +00:00
|
|
|
* Fri Oct 31 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.3
|
|
|
|
- Add pango minimum version to buildrequires
|
|
|
|
|
2008-10-30 20:45:29 +00:00
|
|
|
* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.2
|
|
|
|
- Update prompt text colors to be legible on new artwork
|
|
|
|
|
2008-10-30 20:03:29 +00:00
|
|
|
* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.1
|
|
|
|
- Drop upstreamed patches
|
|
|
|
- Patch from Charlie to update artwork
|
|
|
|
- Patch from Charlie to make password screen match animation better
|
|
|
|
(bug 468899)
|
|
|
|
|
2008-10-30 19:54:49 +00:00
|
|
|
* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.8
|
|
|
|
- Fix escape at password prompt (bug 467533)
|
|
|
|
|
2008-10-29 00:00:30 +00:00
|
|
|
* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.7
|
|
|
|
- Don't require /bin/plymouth before it's installed (bug 468925)
|
|
|
|
|
2008-10-28 20:41:52 +00:00
|
|
|
* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.6
|
|
|
|
- Force raw mode for keyboard input with solar and fade-in
|
|
|
|
(bug 468880)
|
|
|
|
- make sure windows get closed on exit
|
|
|
|
|
2008-10-28 02:22:25 +00:00
|
|
|
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.5
|
|
|
|
- Make "Solar" lock icon the same as the "Spinfinity" one.
|
|
|
|
|
2008-10-28 00:56:40 +00:00
|
|
|
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.4
|
|
|
|
- Make plymouth-libs own /usr/lib/plymouth (bug 458071)
|
|
|
|
|
2008-10-28 00:36:31 +00:00
|
|
|
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.3
|
|
|
|
- Default to "Solar" instead of "Spinfinity"
|
|
|
|
|
2008-10-27 20:03:40 +00:00
|
|
|
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.2
|
|
|
|
- Don't set plymouth default plugin to text in %%post
|
|
|
|
|
2008-10-27 16:59:43 +00:00
|
|
|
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.1
|
|
|
|
- Add Charlie patch to dither in lower color modes (bug 468276)
|
|
|
|
|
2008-10-26 17:02:08 +00:00
|
|
|
* Sun Oct 26 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.24.2
|
|
|
|
- More requires changing to avoid loops (#467356)
|
|
|
|
|
2008-10-24 17:52:11 +00:00
|
|
|
* Fri Oct 24 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.24.1
|
|
|
|
- Add updated progress bar for solar plugin from Charlie
|
|
|
|
- Log plymouth:debug output to boot log
|
|
|
|
- Ignore sigpipe signals in daemon
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.2
|
|
|
|
- Bump so name of libply to hopefully force plymouth to get installed
|
|
|
|
before kernel (or at least make plymouth-libs and plymouth get installed
|
|
|
|
on the same side of kernel in the transaction).
|
|
|
|
|
|
|
|
* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.1
|
|
|
|
- Add patch from Charlie to align progress bar to milestones during boot up
|
2008-10-23 21:11:31 +00:00
|
|
|
- force tty to be sane on exit (bug 467207)
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.3
|
2008-10-23 14:35:29 +00:00
|
|
|
- add empty files section for text-and-details-only so the subpackage
|
|
|
|
shows up.
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Wed Oct 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.2
|
2008-10-23 01:53:29 +00:00
|
|
|
- add text-and-details-only subpackage so davej can uninstall
|
|
|
|
spinfinity, pango, cairo etc from his router.
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.1
|
2008-10-21 20:17:28 +00:00
|
|
|
- Minor event loop changes
|
|
|
|
- drop upstream patches
|
|
|
|
- Charlie Brej fix for progress bar resetting when escape gets pressed
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.4
|
2008-10-21 18:23:33 +00:00
|
|
|
- Don't make plymouth-libs require plymouth (more fun with 467356)
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.3
|
2008-10-21 01:32:28 +00:00
|
|
|
- Add initscripts requires (bug 461322)
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.2
|
2008-10-20 20:57:58 +00:00
|
|
|
- Put tty1 back in "cooked" mode when going into runlevel 3
|
|
|
|
(bug 467207)
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.1
|
2008-10-17 20:54:57 +00:00
|
|
|
- Clear screen in details plugin when it's done
|
|
|
|
- Make plymouth-update-initrd a small wrapper around mkinitrd instead
|
|
|
|
of the broken monstrosity it was before.
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.3
|
2008-10-17 20:33:38 +00:00
|
|
|
- Move plymouth-set-default-plugin, plymouth-update-initrd, and
|
|
|
|
plymouth-populate-initrd to plymouth-scripts subpackage
|
|
|
|
(the last fix didn't actually help with bug 467356)
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.2
|
2008-10-17 19:22:21 +00:00
|
|
|
- Move plymouth-set-default-plugin to -libs (might help with bug 467356)
|
|
|
|
- Fix up requires, provides and postun scripts
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.1
|
2008-10-15 21:32:56 +00:00
|
|
|
- Don't free windows on --hide-splash (fix from Jeremy)
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.14.1
|
2008-10-14 17:48:36 +00:00
|
|
|
- Solar fixes from Charlie Brej
|
|
|
|
- Better cpu usage from Charlie
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.2
|
2008-10-10 16:44:45 +00:00
|
|
|
- Add Requires(post): nash (bug 466500)
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Wed Oct 08 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.1
|
2008-10-08 18:05:25 +00:00
|
|
|
- Rework how "console=" args done again, to hopefully fix
|
|
|
|
bug 460565
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Mon Oct 06 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.06.1
|
2008-10-06 19:22:34 +00:00
|
|
|
- Add "Solar" plugin from Charles Brej
|
|
|
|
- Move things around so computers with separate /usr boot
|
|
|
|
(hopefully this won't break things, but it probably will)
|
|
|
|
- Make GDM show up on vt1 for all plugins
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> 0.6.0-0.2008.09.25.2
|
2008-09-30 16:26:22 +00:00
|
|
|
- Remove mkinitrd requires to break the dep loop and ensure things
|
|
|
|
get installed in the right order
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Thu Sep 25 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.25.1
|
2008-09-25 21:57:28 +00:00
|
|
|
- Add new snapshot to fold in Will Woods progress bar, and
|
2008-09-26 01:11:21 +00:00
|
|
|
move ajax's splash upstream, putting the old text splash
|
|
|
|
in a "pulser" subpackage
|
2008-09-25 21:57:28 +00:00
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Tue Sep 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.23.1
|
2008-09-23 13:31:12 +00:00
|
|
|
- Last snapshot was broken
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.22.1
|
2008-09-22 21:58:15 +00:00
|
|
|
- Update to latest snapshot to get better transition support
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Fri Sep 19 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.2
|
2008-09-19 19:32:48 +00:00
|
|
|
- Turn on gdm trigger for transition
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Mon Sep 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.1
|
2008-09-15 20:37:49 +00:00
|
|
|
- add quit command with --retain-splash option to client
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Wed Sep 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.10.1
|
2008-09-10 18:25:53 +00:00
|
|
|
- Fix text rendering for certain machines
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Mon Sep 8 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.4
|
2008-09-08 13:45:02 +00:00
|
|
|
- More serial console fixes (bug 460565 again)
|
|
|
|
|
2008-09-05 19:39:41 +00:00
|
|
|
* Fri Sep 5 2008 Bill Nottingham <notting@redhat.com> 0.6.0-0.2008.09.05.3
|
|
|
|
- make the text plugin use the system release info rather than a hardcoded 'Fedora 10'
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Fri Sep 5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.2
|
2008-09-05 19:12:02 +00:00
|
|
|
- Try to support multiple serial consoles better
|
|
|
|
(bug 460565)
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Fri Sep 5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.1
|
2008-09-05 15:29:23 +00:00
|
|
|
- Fix some confusion with password handling in details plugin
|
2008-08-27 20:09:12 +00:00
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27.1
|
2008-08-27 18:13:23 +00:00
|
|
|
- Fix another crasher for users with encrypted disks (this time in
|
|
|
|
the text plugin, not the client)
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27
|
2008-08-27 16:16:23 +00:00
|
|
|
- Update to latest snapshot
|
|
|
|
- Add the ability to show text prompts in graphical plugin
|
|
|
|
- Fix crasher for users with encrypted disks
|
|
|
|
|
2008-10-24 03:31:26 +00:00
|
|
|
* Fri Aug 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.22
|
2008-08-22 21:10:23 +00:00
|
|
|
- Update to latest snapshot
|
|
|
|
|
2008-08-13 21:33:18 +00:00
|
|
|
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-20.2008.08.13
|
|
|
|
- Update previous patch to remove some assertions
|
|
|
|
|
2008-08-13 20:54:40 +00:00
|
|
|
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-19.2008.08.13
|
|
|
|
- add a patch that may help serial console users
|
|
|
|
|
2008-08-13 15:19:15 +00:00
|
|
|
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-18.2008.08.13
|
|
|
|
- add spool directory to file list
|
|
|
|
|
2008-08-13 14:26:27 +00:00
|
|
|
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-17.2008.08.13
|
|
|
|
- Make plymouth-gdm-hooks require plymouth-utils
|
|
|
|
|
2008-08-13 05:04:29 +00:00
|
|
|
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-16.2008.08.13
|
2008-08-13 04:52:43 +00:00
|
|
|
- Add a boot failure viewer to login screen (written by Matthias)
|
|
|
|
|
2008-08-12 17:34:37 +00:00
|
|
|
* Tue Aug 12 2008 Adam Jackson <ajax@redhat.com> 0.5.0-15.2008.08.08
|
|
|
|
- plymouth-0.5.0-textbar-hotness.patch: Change the text plugin to a slightly
|
|
|
|
more traditional progress bar, to maintain the illusion of progress better
|
|
|
|
than the eternally oscillating cylon. Note: still incomplete.
|
|
|
|
|
2008-08-08 17:49:21 +00:00
|
|
|
* Fri Aug 8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-14.2008.08.08
|
|
|
|
- Don't require a modifiable text color map (may fix serial consoles)
|
|
|
|
|
2008-08-07 20:54:22 +00:00
|
|
|
* Thu Aug 7 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-13.2008.08.07
|
|
|
|
- Update to new snapshot which when combined with a new mkinitrd should
|
|
|
|
make unlocking encrypted root partitions work again
|
|
|
|
|
2008-08-07 02:43:03 +00:00
|
|
|
* Wed Aug 6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-12.2008.08.06
|
|
|
|
- Update to new snapshot which fixes some assertion failures in the
|
|
|
|
client code
|
|
|
|
|
2008-08-06 14:09:58 +00:00
|
|
|
* 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)
|
|
|
|
|
2008-08-05 14:09:20 +00:00
|
|
|
* Tue Aug 5 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-10.2008.08.01
|
|
|
|
- Add plymouth dirs to file list (bug 457871)
|
|
|
|
|
2008-08-01 18:57:40 +00:00
|
|
|
* Fri Aug 1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-9.2008.08.01
|
|
|
|
- new plymout-populate-initrd features don't work with the set -e at the
|
|
|
|
top of it.
|
|
|
|
|
2008-08-01 18:12:46 +00:00
|
|
|
* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.08.01
|
|
|
|
- Update to another snapshot to actually get new
|
|
|
|
plymouth-populate-initrd features
|
|
|
|
|
2008-07-31 19:45:24 +00:00
|
|
|
* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.07.31
|
|
|
|
- Update to snapshot to get new plymouth-populate-initrd features
|
|
|
|
- Make removing rhgb use details plugin instead of exiting
|
|
|
|
|
|
|
|
* Thu Jul 31 2008 Peter Jones <pjones@redhat.com> - 0.5.0-7
|
2008-07-31 19:20:34 +00:00
|
|
|
- Make it a mkinitrd requires instead of a nash requires (that will
|
|
|
|
still pull in nash, but we need mkinitrd for newer plymouth-populate-initrd)
|
|
|
|
|
2008-07-30 13:53:21 +00:00
|
|
|
* Wed Jul 30 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-6
|
|
|
|
- Add nash requires
|
|
|
|
|
2008-07-10 01:36:13 +00:00
|
|
|
* Wed Jul 9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-5
|
|
|
|
- Use a new heuristic for finding libdir, since the old
|
|
|
|
one falls over on ia64
|
|
|
|
|
2008-07-09 21:40:58 +00:00
|
|
|
* Wed Jul 9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-4
|
|
|
|
- add ctrl-r to rotate text color palette back to stock values
|
|
|
|
|
2008-07-08 17:53:40 +00:00
|
|
|
* Tue Jul 8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-3
|
|
|
|
- Fix populate script on ppc (bug 454353)
|
|
|
|
|
2008-07-01 21:38:40 +00:00
|
|
|
* Tue Jul 1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-2
|
|
|
|
- Pull in spinfinity by default. This whole "figure out
|
|
|
|
which plugin to use" set of scripts and scriptlets
|
|
|
|
needs work. We need to separate distro default from
|
|
|
|
user choice.
|
|
|
|
|
|
|
|
* Thu Jul 1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-1
|
2008-07-01 19:27:11 +00:00
|
|
|
- Add new client "ask-for-password" command which feeds
|
|
|
|
the user input to a program instead of standard output,
|
|
|
|
and loops when the program returns non-zero exit status.
|
|
|
|
|
2008-06-26 21:00:01 +00:00
|
|
|
* Thu Jun 26 2008 Ray Strode <rstrode@redhat.com> - 0.4.5-1
|
|
|
|
- Update to version 0.4.5
|
|
|
|
- Make text plugin blue and less 80s
|
|
|
|
|
2008-06-25 19:57:22 +00:00
|
|
|
* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-4
|
|
|
|
- Make "Password: " show up correctly in text plugin
|
|
|
|
|
2008-06-25 13:26:27 +00:00
|
|
|
* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-3
|
|
|
|
- Require elfutils (bug 452797)
|
|
|
|
|
2008-06-23 23:33:27 +00:00
|
|
|
* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-2
|
|
|
|
- Make plymouth-set-default-plugin --reset choose the latest
|
|
|
|
installed plugin, not the earliest
|
|
|
|
|
2008-06-22 05:29:51 +00:00
|
|
|
* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-1
|
|
|
|
- Update to version 0.4.0
|
|
|
|
- Only run if rhgb is on kernel command line
|
|
|
|
- Make text plugin more animated
|
|
|
|
|
2008-06-16 21:33:14 +00:00
|
|
|
* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-2
|
|
|
|
- dont go back to text mode on exit
|
|
|
|
|
2008-06-16 19:10:38 +00:00
|
|
|
* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-1
|
|
|
|
- Update to version 0.3.2
|
|
|
|
- show gradient in spinfinity plugin
|
|
|
|
- Drop fade out in spinfinity plugin
|
|
|
|
- fix throbber placement
|
|
|
|
- rename graphical.so to default.so
|
|
|
|
|
2008-06-13 03:20:02 +00:00
|
|
|
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-3
|
|
|
|
- scriplet should be preun, not postun
|
|
|
|
|
2008-06-12 16:47:45 +00:00
|
|
|
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-2
|
|
|
|
- Fix postun scriptlet
|
|
|
|
|
2008-06-12 16:20:49 +00:00
|
|
|
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-1
|
|
|
|
- Update to version 0.3.1
|
|
|
|
- Don't ship generated initrd scripts in tarball
|
|
|
|
|
2008-06-12 14:40:29 +00:00
|
|
|
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.0-1
|
|
|
|
- Update to version 0.3.0
|
|
|
|
- Better plugin handling
|
|
|
|
- Better integration with mkinitrd (pending mkinitrd changes)
|
|
|
|
- random bug fixes
|
|
|
|
|
2008-06-09 18:26:39 +00:00
|
|
|
* Mon Jun 9 2008 Ray Strode <rstrode@redhat.com> - 0.2.0-1
|
|
|
|
- Update to version 0.2.0
|
|
|
|
- Integrate more tightly with nash (pending nash changes)
|
|
|
|
- ship libs for out of tree splash plugins
|
|
|
|
- gradient support
|
|
|
|
- random bug fixes
|
|
|
|
|
2008-05-31 02:51:13 +00:00
|
|
|
* Fri May 30 2008 Ray Strode <rstrode@redhat.com> - 0.1.0-1
|
|
|
|
- Initial import, version 0.1.0
|