Blame SPECS/plymouth.spec

6cc380
%define plymouthdaemon_execdir %{_sbindir}
6cc380
%define plymouthclient_execdir %{_bindir}
6cc380
%define plymouth_libdir %{_libdir}
6cc380
%define plymouth_initrd_file /boot/initrd-plymouth.img
e22087
%global _hardened_build 1
6cc380
6cc380
Summary: Graphical Boot Animation and Logger
6cc380
Name: plymouth
6cc380
Version: 0.8.9
e22087
Release: 0.10.20140113%{?dist}
6cc380
License: GPLv2+
6cc380
Group: System Environment/Base
6cc380
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
6cc380
Source1: boot-duration
6cc380
Source2: charge.plymouth
e22087
Source3: plymouth-update-initrd
6cc380
6cc380
URL: http://www.freedesktop.org/wiki/Software/Plymouth
6cc380
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
6cc380
6cc380
Requires: system-logos
6cc380
Requires(post): plymouth-scripts
6cc380
Requires: initscripts >= 8.83-1
6cc380
Conflicts: filesystem < 3
6cc380
Conflicts: systemd < 185-3
6cc380
6cc380
BuildRequires: pkgconfig(libdrm)
6cc380
BuildRequires: kernel-headers
e22087
BuildRequires: pkgconfig(libudev)
6cc380
BuildRequires: automake, autoconf, libtool
6cc380
BuildRequires: libxslt, docbook-style-xsl
6cc380
6cc380
Obsoletes: plymouth-text-and-details-only < %{version}-%{release}
6cc380
Obsoletes: plymouth-plugin-pulser < 0.7.0-0.2009.05.08.2
6cc380
Obsoletes: plymouth-theme-pulser < 0.7.0-0.2009.05.08.2
6cc380
Obsoletes: plymouth-gdm-hooks < 0.8.4-0.20101119.4
6cc380
Obsoletes: plymouth-utils < 0.8.4-0.20101119.4
6cc380
e22087
Patch0: dont-block-show-splash.patch
e22087
Patch1: always-add-text-splash.patch
e22087
Patch2: fix-text-splash-os-string.patch
e22087
Patch3: fix-details.patch
e22087
Patch4: fix-startup-race.patch
e22087
Patch5: fix-hide-splash.patch
e22087
Patch6: ignore-early-fb-devices.patch
e22087
Patch7: fix-ask-password-race.patch
e22087
Patch8: serial-console-fixes.patch
6cc380
Patch99: colors.patch
6cc380
6cc380
%description
6cc380
Plymouth provides an attractive graphical boot animation in
6cc380
place of the text messages that normally get shown.  Text
6cc380
messages are instead redirected to a log file for viewing
6cc380
after boot.
6cc380
6cc380
%package system-theme
6cc380
Summary: Plymouth default theme
6cc380
Group: System Environment/Base
6cc380
Obsoletes: rhgb < 1:10.0.0
6cc380
Provides: rhgb = 1:10.0.0
6cc380
Obsoletes: %{name}-system-plugin <  %{version}-%{release}
6cc380
Provides: %{name}-system-plugin = %{version}-%{release}
6cc380
Provides: rhgb = 1:10.0.0
6cc380
Requires: plymouth(system-theme) = %{version}-%{release}
6cc380
6cc380
%description system-theme
6cc380
This metapackage tracks the current distribution default theme.
6cc380
6cc380
%package core-libs
6cc380
Summary: Plymouth core libraries
6cc380
Group: Development/Libraries
6cc380
6cc380
%description core-libs
6cc380
This package contains the libply and libply-splash-core libraries
6cc380
used by Plymouth.
6cc380
6cc380
%package graphics-libs
6cc380
Summary: Plymouth graphics libraries
6cc380
Group: Development/Libraries
6cc380
Requires: %{name}-core-libs = %{version}-%{release}
6cc380
Obsoletes: %{name}-libs < %{version}-%{release}
6cc380
Provides: %{name}-libs = %{version}-%{release}
6cc380
BuildRequires: libpng-devel
6cc380
6cc380
%description graphics-libs
6cc380
This package contains the libply-splash-graphics library
6cc380
used by graphical Plymouth splashes.
6cc380
6cc380
%package devel
6cc380
Summary: Libraries and headers for writing Plymouth splash plugins
6cc380
Group: Development/Libraries
6cc380
Requires: %{name} = %{version}-%{release}
6cc380
Requires: pkgconfig
6cc380
BuildRequires: pkgconfig(gtk+-2.0)
6cc380
6cc380
%description devel
6cc380
This package contains the libply and libplybootsplash libraries
6cc380
and headers needed to develop 3rd party splash plugins for Plymouth.
6cc380
6cc380
%package scripts
6cc380
Summary: Plymouth related scripts
6cc380
Group: Applications/System
6cc380
Requires: findutils, coreutils, gzip, cpio, dracut, plymouth
6cc380
6cc380
%description scripts
6cc380
This package contains scripts that help integrate Plymouth with
6cc380
the system.
6cc380
6cc380
%package plugin-label
6cc380
Summary: Plymouth label plugin
6cc380
Group: System Environment/Base
6cc380
Requires: %{name} = %{version}-%{release}
6cc380
Requires: %{name}-libs = %{version}-%{release}
6cc380
BuildRequires: pango-devel >= 1.21.0
6cc380
BuildRequires: cairo-devel
6cc380
6cc380
%description plugin-label
6cc380
This package contains the label control plugin for
6cc380
Plymouth. It provides the ability to render text on
6cc380
graphical boot splashes using pango and cairo.
6cc380
6cc380
%package plugin-fade-throbber
6cc380
Summary: Plymouth "Fade-Throbber" plugin
6cc380
Group: System Environment/Base
6cc380
Requires: %{name} = %{version}-%{release}
6cc380
Requires: %{name}-libs = %{version}-%{release}
6cc380
6cc380
%description plugin-fade-throbber
6cc380
This package contains the "Fade-In" boot splash plugin for
6cc380
Plymouth. It features a centered image that fades in and out
6cc380
while other images pulsate around during system boot up.
6cc380
6cc380
%package theme-fade-in
6cc380
Summary: Plymouth "Fade-In" theme
6cc380
Group: System Environment/Base
6cc380
Requires: %{name}-plugin-fade-throbber = %{version}-%{release}
6cc380
Requires(post): plymouth-scripts
6cc380
Obsoletes: plymouth-plugin-fade-in <= 0.7.0-0.2009.05.08.2
6cc380
Provides: plymouth-plugin-fade-in = 0.7.0-0.2009.05.08.2
6cc380
6cc380
%description theme-fade-in
6cc380
This package contains the "Fade-In" boot splash theme for
6cc380
Plymouth. It features a centered logo that fades in and out
6cc380
while stars twinkle around the logo during system boot up.
6cc380
6cc380
%package plugin-throbgress
6cc380
Summary: Plymouth "Throbgress" plugin
6cc380
Group: System Environment/Base
6cc380
Requires: %{name} = %{version}-%{release}
6cc380
Requires: %{name}-libs = %{version}-%{release}
6cc380
Requires: plymouth-plugin-label
6cc380
6cc380
%description plugin-throbgress
6cc380
This package contains the "throbgress" boot splash plugin for
6cc380
Plymouth. It features a centered logo and animated spinner that
6cc380
spins repeatedly while a progress bar advances at the bottom of
6cc380
the screen.
6cc380
6cc380
%package theme-spinfinity
6cc380
Summary: Plymouth "Spinfinity" theme
6cc380
Group: System Environment/Base
6cc380
Requires: %{name}-plugin-throbgress = %{version}-%{release}
6cc380
Requires(post): plymouth-scripts
6cc380
Obsoletes: plymouth-plugin-spinfinity <= 0.7.0-0.2009.05.08.2
6cc380
Provides: plymouth-plugin-spinfinity = 0.7.0-0.2009.05.08.2
6cc380
6cc380
%description theme-spinfinity
6cc380
This package contains the "Spinfinity" boot splash theme for
6cc380
Plymouth. It features a centered logo and animated spinner that
6cc380
spins in the shape of an infinity sign.
6cc380
6cc380
%package plugin-space-flares
6cc380
Summary: Plymouth "space-flares" plugin
6cc380
Group: System Environment/Base
6cc380
Requires: %{name} = %{version}-%{release}
6cc380
Requires: %{name}-libs = %{version}-%{release}
6cc380
Requires: plymouth-plugin-label
6cc380
6cc380
%description plugin-space-flares
6cc380
This package contains the "space-flares" boot splash plugin for
6cc380
Plymouth. It features a corner image with animated flares.
6cc380
6cc380
%package theme-solar
6cc380
Summary: Plymouth "Solar" theme
6cc380
Group: System Environment/Base
6cc380
Requires: %{name}-plugin-space-flares = %{version}-%{release}
6cc380
Requires(post): plymouth-scripts
6cc380
Obsoletes: plymouth-plugin-solar <= 0.7.0-0.2009.05.08.2
6cc380
Provides: plymouth-plugin-solar = 0.7.0-0.2009.05.08.2
6cc380
# We require this to fix upgrades (see bug 499940).
6cc380
Requires: plymouth-system-theme
6cc380
6cc380
%description theme-solar
6cc380
This package contains the "Solar" boot splash theme for
6cc380
Plymouth. It features a blue flamed sun with animated solar flares.
6cc380
6cc380
%package plugin-two-step
6cc380
Summary: Plymouth "two-step" plugin
6cc380
Group: System Environment/Base
6cc380
Requires: %{name} = %{version}-%{release}
6cc380
Requires: %{name}-libs = %{version}-%{release}
6cc380
Requires: plymouth-plugin-label
6cc380
6cc380
%description plugin-two-step
6cc380
This package contains the "two-step" boot splash plugin for
6cc380
Plymouth. It features a two phased boot process that starts with
6cc380
a progressing animation synced to boot time and finishes with a
6cc380
short, fast one-shot animation.
6cc380
6cc380
%package theme-charge
6cc380
Summary: Plymouth "Charge" plugin
6cc380
Group: System Environment/Base
6cc380
Requires: %{name}-plugin-two-step = %{version}-%{release}
6cc380
Requires(post): plymouth-scripts
6cc380
Provides: plymouth(system-theme) = %{version}-%{release}
6cc380
6cc380
%description theme-charge
6cc380
This package contains the "charge" boot splash theme for
2fcc5d
Plymouth. It is the default theme for CentOS Linux.
6cc380
6cc380
%package plugin-script
6cc380
Summary: Plymouth "script" plugin
6cc380
Group: System Environment/Base
6cc380
Requires: %{name} = %{version}-%{release}
6cc380
Requires: %{name}-libs = %{version}-%{release}
6cc380
6cc380
%description plugin-script
6cc380
This package contains the "script" boot splash plugin for
6cc380
Plymouth. It features an extensible, scriptable boot splash
6cc380
language that simplifies the process of designing custom
6cc380
boot splash themes.
6cc380
6cc380
%package theme-script
6cc380
Summary: Plymouth "Script" plugin
6cc380
Group: System Environment/Base
6cc380
Requires: %{name}-plugin-script = %{version}-%{release}
6cc380
Requires(post): %{_sbindir}/plymouth-set-default-theme
6cc380
6cc380
%description theme-script
6cc380
This package contains the "script" boot splash theme for
6cc380
Plymouth. It it is a simple example theme the uses the "script"
6cc380
plugin.
6cc380
6cc380
%package theme-spinner
6cc380
Summary: Plymouth "Spinner" theme
6cc380
Group: System Environment/Base
6cc380
Requires: %{name}-plugin-two-step = %{version}-%{release}
6cc380
Requires(post): plymouth-scripts
6cc380
6cc380
%description theme-spinner
6cc380
This package contains the "spinner" boot splash theme for
6cc380
Plymouth. It features a small spinner on a dark background.
6cc380
6cc380
%prep
6cc380
%setup -q
e22087
%patch0 -p1 -b .dont-block-show-splash
e22087
%patch1 -p1 -b .always-add-text-splash
e22087
%patch2 -p1 -b .fix-text-splash-os-string
e22087
%patch3 -p1 -b .fix-details
e22087
%patch4 -p1 -b .fix-startup-race
e22087
%patch5 -p1 -b .fix-hide-splash
e22087
%patch6 -p1 -b .ignore-early-fb-devices
e22087
%patch7 -p1 -b .fix-ask-password-race
e22087
%patch8 -p1 -b .serial-console-fixes
6cc380
%patch99 -p1 -b .colors
6cc380
6cc380
# Change the default theme
6cc380
sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
6cc380
6cc380
%build
6cc380
autoreconf -f -i
6cc380
%configure --enable-tracing --disable-tests                      \
e22087
           --with-release-file=/etc/os-release                   \
6cc380
           --with-logo=%{_datadir}/pixmaps/system-logo-white.png \
6cc380
           --with-background-start-color-stop=0xc6bdd2           \
6cc380
           --with-background-end-color-stop=0x4e376b             \
6cc380
           --with-background-color=0x8d59d2                      \
6cc380
           --disable-gdm-transition                              \
6cc380
           --enable-systemd-integration                          \
6cc380
           --without-system-root-install                         \
6cc380
           --without-rhgb-compat-link                            \
6cc380
           --without-log-viewer					 \
6cc380
           --enable-documentation                                \
6cc380
           --disable-libkms
6cc380
6cc380
make
6cc380
6cc380
%install
6cc380
rm -rf $RPM_BUILD_ROOT
6cc380
6cc380
make install DESTDIR=$RPM_BUILD_ROOT
6cc380
6cc380
# Glow isn't quite ready for primetime
6cc380
rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/glow/
6cc380
rm -f $RPM_BUILD_ROOT%{_libdir}/plymouth/glow.so
6cc380
6cc380
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
6cc380
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
6cc380
6cc380
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
6cc380
cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
6cc380
cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
6cc380
6cc380
# Add charge, our new default
6cc380
mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
6cc380
cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
6cc380
cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
6cc380
6cc380
# Drop glow, it's not very Fedora-y
6cc380
rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
6cc380
e22087
# Revert text theme back to the tribar one
e22087
rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/text
e22087
mv $RPM_BUILD_ROOT%{_libdir}/plymouth/tribar.so $RPM_BUILD_ROOT%{_libdir}/plymouth/text.so
e22087
mv $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/tribar $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/text
e22087
mv $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/text/tribar.plymouth $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/text/text.plymouth
e22087
sed -i -e 's/tribar/text/' $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/text/text.plymouth
e22087
e22087
cp $RPM_SOURCE_DIR/plymouth-update-initrd $RPM_BUILD_ROOT%{_libexecdir}/plymouth/plymouth-update-initrd
e22087
6cc380
%clean
6cc380
rm -rf $RPM_BUILD_ROOT
6cc380
6cc380
%post
6cc380
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
6cc380
6cc380
%posttrans
6cc380
%{_libexecdir}/plymouth/plymouth-generate-initrd
6cc380
6cc380
%postun
6cc380
if [ $1 -eq 0 ]; then
6cc380
    rm -f %{_libdir}/plymouth/default.so
6cc380
    rm -f /boot/initrd-plymouth.img
6cc380
fi
6cc380
6cc380
%post core-libs -p /sbin/ldconfig
6cc380
%postun core-libs -p /sbin/ldconfig
6cc380
6cc380
%post graphics-libs -p /sbin/ldconfig
6cc380
%postun graphics-libs -p /sbin/ldconfig
6cc380
6cc380
%postun theme-spinfinity
6cc380
export LIB=%{_lib}
6cc380
if [ $1 -eq 0 ]; then
6cc380
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "spinfinity" ]; then
6cc380
        %{_sbindir}/plymouth-set-default-theme text
6cc380
        %{_libexecdir}/plymouth/plymouth-generate-initrd
6cc380
    fi
6cc380
fi
6cc380
6cc380
%postun theme-fade-in
6cc380
export LIB=%{_lib}
6cc380
if [ $1 -eq 0 ]; then
6cc380
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "fade-in" ]; then
6cc380
        %{_sbindir}/plymouth-set-default-theme --reset
6cc380
        %{_libexecdir}/plymouth/plymouth-generate-initrd
6cc380
    fi
6cc380
fi
6cc380
6cc380
%postun theme-spinner
6cc380
export LIB=%{_lib}
6cc380
if [ $1 -eq 0 ]; then
6cc380
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "spinner" ]; then
6cc380
        %{_sbindir}/plymouth-set-default-theme --reset
6cc380
        %{_libexecdir}/plymouth/plymouth-generate-initrd
6cc380
    fi
6cc380
fi
6cc380
6cc380
%postun theme-solar
6cc380
export LIB=%{_lib}
6cc380
if [ $1 -eq 0 ]; then
6cc380
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "solar" ]; then
6cc380
        %{_sbindir}/plymouth-set-default-theme --reset
6cc380
        %{_libexecdir}/plymouth/plymouth-generate-initrd
6cc380
    fi
6cc380
fi
6cc380
6cc380
%post theme-charge
6cc380
export LIB=%{_lib}
6cc380
if [ $1 -eq 1 ]; then
6cc380
    %{_sbindir}/plymouth-set-default-theme charge
6cc380
else
6cc380
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "solar" ]; then
6cc380
        %{_sbindir}/plymouth-set-default-theme charge
6cc380
        %{_libexecdir}/plymouth/plymouth-generate-initrd
6cc380
    fi
6cc380
fi
6cc380
6cc380
%postun theme-charge
6cc380
export LIB=%{_lib}
6cc380
if [ $1 -eq 0 ]; then
6cc380
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "charge" ]; then
6cc380
        %{_sbindir}/plymouth-set-default-theme --reset
6cc380
        %{_libexecdir}/plymouth/plymouth-generate-initrd
6cc380
    fi
6cc380
fi
6cc380
6cc380
%files
6cc380
%defattr(-, root, root)
6cc380
%doc AUTHORS NEWS README
6cc380
%dir %{_datadir}/plymouth
6cc380
%dir %{_datadir}/plymouth/themes
6cc380
%dir %{_datadir}/plymouth/themes/details
6cc380
%dir %{_datadir}/plymouth/themes/text
6cc380
%dir %{_libexecdir}/plymouth
6cc380
%dir %{_localstatedir}/lib/plymouth
6cc380
%dir %{_libdir}/plymouth/renderers
6cc380
%dir %{_sysconfdir}/plymouth
6cc380
%config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
6cc380
%{plymouthdaemon_execdir}/plymouthd
6cc380
%{plymouthclient_execdir}/plymouth
6cc380
%{_bindir}/plymouth
6cc380
%{_libdir}/plymouth/details.so
6cc380
%{_libdir}/plymouth/text.so
6cc380
%{_libdir}/plymouth/renderers/drm*
6cc380
%{_libdir}/plymouth/renderers/frame-buffer*
6cc380
%{_datadir}/plymouth/default-boot-duration
6cc380
%{_datadir}/plymouth/themes/details/details.plymouth
6cc380
%{_datadir}/plymouth/themes/text/text.plymouth
6cc380
%{_datadir}/plymouth/plymouthd.defaults
6cc380
%{_localstatedir}/run/plymouth
6cc380
%{_localstatedir}/spool/plymouth
6cc380
%{_mandir}/man?/*
6cc380
%ghost %{_localstatedir}/lib/plymouth/boot-duration
e22087
%{_prefix}/lib/systemd/system/*
6cc380
6cc380
%files devel
6cc380
%defattr(-, root, root)
6cc380
%{plymouth_libdir}/libply.so
6cc380
%{plymouth_libdir}/libply-splash-core.so
6cc380
%{_libdir}/libply-boot-client.so
6cc380
%{_libdir}/libply-splash-graphics.so
6cc380
%{_libdir}/pkgconfig/ply-splash-core.pc
6cc380
%{_libdir}/pkgconfig/ply-splash-graphics.pc
6cc380
%{_libdir}/pkgconfig/ply-boot-client.pc
6cc380
%{_libdir}/plymouth/renderers/x11*
6cc380
%{_includedir}/plymouth-1
6cc380
6cc380
%files core-libs
6cc380
%defattr(-, root, root)
6cc380
%{plymouth_libdir}/libply.so.*
6cc380
%{plymouth_libdir}/libply-splash-core.so.*
6cc380
%{_libdir}/libply-boot-client.so.*
6cc380
%dir %{_libdir}/plymouth
6cc380
6cc380
%files graphics-libs
6cc380
%defattr(-, root, root)
6cc380
%{_libdir}/libply-splash-graphics.so.*
6cc380
6cc380
%files scripts
6cc380
%defattr(-, root, root)
6cc380
%{_sbindir}/plymouth-set-default-theme
6cc380
%{_libexecdir}/plymouth/plymouth-update-initrd
6cc380
%{_libexecdir}/plymouth/plymouth-generate-initrd
6cc380
%{_libexecdir}/plymouth/plymouth-populate-initrd
6cc380
6cc380
%files plugin-label
6cc380
%defattr(-, root, root)
6cc380
%{_libdir}/plymouth/label.so
6cc380
6cc380
%files plugin-fade-throbber
6cc380
%defattr(-, root, root)
6cc380
%{_libdir}/plymouth/fade-throbber.so
6cc380
6cc380
%files theme-fade-in
6cc380
%defattr(-, root, root)
6cc380
%dir %{_datadir}/plymouth/themes/fade-in
6cc380
%{_datadir}/plymouth/themes/fade-in/bullet.png
6cc380
%{_datadir}/plymouth/themes/fade-in/entry.png
6cc380
%{_datadir}/plymouth/themes/fade-in/lock.png
6cc380
%{_datadir}/plymouth/themes/fade-in/star.png
6cc380
%{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
6cc380
6cc380
%files theme-spinner
6cc380
%defattr(-, root, root)
6cc380
%dir %{_datadir}/plymouth/themes/spinner
6cc380
%{_datadir}/plymouth/themes/spinner/*.png
6cc380
%{_datadir}/plymouth/themes/spinner/spinner.plymouth
6cc380
6cc380
%files plugin-throbgress
6cc380
%defattr(-, root, root)
6cc380
%{_libdir}/plymouth/throbgress.so
6cc380
6cc380
%files theme-spinfinity
6cc380
%defattr(-, root, root)
6cc380
%dir %{_datadir}/plymouth/themes/spinfinity
6cc380
%{_datadir}/plymouth/themes/spinfinity/box.png
6cc380
%{_datadir}/plymouth/themes/spinfinity/bullet.png
6cc380
%{_datadir}/plymouth/themes/spinfinity/entry.png
6cc380
%{_datadir}/plymouth/themes/spinfinity/lock.png
6cc380
%{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
6cc380
%{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
6cc380
6cc380
%files plugin-space-flares
6cc380
%defattr(-, root, root)
6cc380
%{_libdir}/plymouth/space-flares.so
6cc380
6cc380
%files theme-solar
6cc380
%defattr(-, root, root)
6cc380
%dir %{_datadir}/plymouth/themes/solar
6cc380
%{_datadir}/plymouth/themes/solar/*.png
6cc380
%{_datadir}/plymouth/themes/solar/solar.plymouth
6cc380
6cc380
%files plugin-two-step
6cc380
%defattr(-, root, root)
6cc380
%{_libdir}/plymouth/two-step.so
6cc380
6cc380
%files theme-charge
6cc380
%defattr(-, root, root)
6cc380
%dir %{_datadir}/plymouth/themes/charge
6cc380
%{_datadir}/plymouth/themes/charge/*.png
6cc380
%{_datadir}/plymouth/themes/charge/charge.plymouth
6cc380
6cc380
%files plugin-script
6cc380
%defattr(-, root, root)
6cc380
%{_libdir}/plymouth/script.so
6cc380
6cc380
%files theme-script
6cc380
%defattr(-, root, root)
6cc380
%dir %{_datadir}/plymouth/themes/script
6cc380
%{_datadir}/plymouth/themes/script/*.png
6cc380
%{_datadir}/plymouth/themes/script/script.script
6cc380
%{_datadir}/plymouth/themes/script/script.plymouth
6cc380
6cc380
%files system-theme
6cc380
%defattr(-, root, root)
6cc380
6cc380
%changelog
2fcc5d
* Fri Jun 27 2014 Johnny Hughes <johnny@centos.org> 0.8.9-0.10.20140113.el7.centos
2fcc5d
- Roll in Branding Change in the SPEC
2fcc5d
e22087
* Thu Mar 06 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.10.20140113
e22087
- more serial console fixes
e22087
  Resolves: #1058049
e22087
e22087
* Mon Mar 03 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.9.20140113
e22087
- Ignore early fb devices
e22087
  Resolves: #1063758
e22087
  Resolves: #1064235
e22087
  Resolves: #1066641
e22087
- Ignore udev if using lone serial console
e22087
  Resolves: #1058049
e22087
- Fix password at start up race
e22087
  Resolves: #1070707
e22087
  Resolves: #1073145
e22087
e22087
* Tue Feb 11 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.8.20140113
e22087
- Enable position-independent code
e22087
  Resolves: #1063953
e22087
e22087
* Thu Feb 06 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.7.20140113
e22087
- Release terminal on hide-splash
e22087
  Resolves: #1062334
e22087
e22087
* Wed Feb 05 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.6.20140113
e22087
- Fix race causing assertion failure at startup
e22087
  Resolves: #1061186
e22087
e22087
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 0.8.9-0.5.20140113
e22087
- Mass rebuild 2014-01-24
e22087
e22087
* Fri Jan 24 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.4.20140113
e22087
- Make booting without "rhgb" work
e22087
  Resolves: #1050876
e22087
e22087
* Fri Jan 17 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.3.20140113
e22087
- Read OS string from REDHAT_BUGZILLA_PRODUCT instead of PRETTY_NAME
e22087
  in /etc/os-release to work around a lorax bug.
e22087
  Resolves: #911553
e22087
- Fix text splash when explicitly configured by user
e22087
  Related: #911553
e22087
  Related: #1026571
e22087
e22087
* Thu Jan 16 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.2.20140113
e22087
- Remove artificial 5 second delay for asking for password
e22087
  Related: #1043689
e22087
e22087
* Wed Jan 15 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.1.20140113
e22087
- Update to more compliant versioning scheme
e22087
  Resolves: #1053769
e22087
e22087
* Mon Jan 13 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.2014.01.13.1
e22087
- more udev fixes
e22087
  Related: #1026571
e22087
  Related: #1043689
e22087
e22087
* Fri Jan 10 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.2014.01.10.2
e22087
- Fix plymouth-set-default-theme -R
e22087
  Resolves: #1045514
e22087
e22087
* Fri Jan 10 2014 Ray Strode <rstrode@redhat.com> 0.8.9-0.2014.01.10.1
e22087
- Update to latest snapshot
e22087
- Fixes ask-for-password feature
e22087
  Resolves: #1043689
e22087
- Drops bogus delay when hitting escape
e22087
  Resolves: #1049379
e22087
e22087
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.8.9-0.2014
e22087
- Mass rebuild 2013-12-27
e22087
e22087
* Tue Dec 10 2013 Ray Strode <rstrode@redhat.com> 0.8.9-0.2013.12.10.1
e22087
- Update to latest snapshot, but revert text splash back to tribar
e22087
- Fixes systemd unit files and lets us drop our upstreamed patches
e22087
  Resolves: #1040015
e22087
- Uses udev for device enumeration
e22087
  Resolves: #1026571
e22087
- Correct "charge" theme description
e22087
6cc380
* Fri Nov 08 2013 Ray Strode <rstrode@redhat.com> 0.8.9-0.2013.03.26.4
6cc380
- Fix unlock screen
6cc380
  Related: #1002219
6cc380
  Resolves: #1027263
6cc380
6cc380
* Fri Oct 25 2013 Ray Strode <rstrode@redhat.com> 0.8.9-0.2013.03.26.3
6cc380
- Add features to facilitate new charge design
6cc380
  Related: #1002219
6cc380
6cc380
* Fri Oct 25 2013 Ray Strode <rstrode@redhat.com> 0.8.9-0.2013.03.26.2
6cc380
- Drop old compat goo
6cc380
- Add improved man pages
6cc380
  Resolves: #948892
6cc380
6cc380
* Fri Apr 12 2013 Ray Strode <rstrode@redhat.com> 0.8.9-0.2013.03.26.1
6cc380
- Colors
6cc380
  Related: #796861
6cc380
6cc380
* Tue Mar 26 2013 Ray Strode <rstrode@redhat.com> 0.8.9-0.2013.03.26.0
6cc380
- Update to snapshot to fix systemd vconsole issue
6cc380
6cc380
* Fri Mar 15 2013 Dave Airlie <airlied@redhat.com> 0.8.8-7
6cc380
- drm: use dirty fb ioctl to allow plymouth work on qxl
6cc380
6cc380
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.8-6
6cc380
- Merge newer F18 release into rawhide
6cc380
6cc380
* Thu Dec 13 2012 Ray Strode <rstrode@redhat.com> 0.8.8-5
6cc380
- Ensure fedup gets right splash screen
6cc380
  Related: #879295
6cc380
6cc380
* Thu Nov 15 2012 Ray Strode <rstrode@redhat.com> 0.8.8-4
6cc380
- Drop set-default-plugin compat script
6cc380
- Just use upstream update-initrd
6cc380
6cc380
* Fri Nov 02 2012 Ray Strode <rstrode@redhat.com> 0.8.8-3
6cc380
- More boot blocking fixes
6cc380
  Related: #870695
6cc380
6cc380
* Thu Nov 01 2012 Ray Strode <rstrode@redhat.com> 0.8.8-2
6cc380
- Fix crash when deactivating multiple times
6cc380
  Related: #870695
6cc380
6cc380
* Fri Oct 26 2012 Ray Strode <rstrode@redhat.com> 0.8.8-1
6cc380
- Latest upstream release
6cc380
- includes systemd fixes and system update fixes
6cc380
6cc380
* Tue Aug 21 2012 Ray Strode <rstrode@redhat.com> 0.8.7-1
6cc380
- Latest upstream release
6cc380
- includes systemd fixes
6cc380
6cc380
* Tue Aug 21 2012 Dave Airlie <airlied@redhat.com> 0.8.6.2-1.2012.07.23
6cc380
- fix plymouth race at bootup breaking efi/vesa handoff.
6cc380
- fix version number - its against fedora package policy to have 0.year
6cc380
6cc380
* Mon Jul 23 2012 Ray Strode <rstrode@redhat.com> 0.8.6.2-0.2012.07.23
6cc380
- One more crack at #830482 (will probably need additional fixes tomorrow)
6cc380
6cc380
* Mon Jul 23 2012 Tom Callaway <spot@fedoraproject.org> - 0.8.6.1-3
6cc380
- fix bz704658 (thanks to Ian Pilcher for the patch), resolves issue where spinfinity theme
6cc380
  never goes idle and thus, never exits to gdm
6cc380
6cc380
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6.1-2
6cc380
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6cc380
6cc380
* Tue Jul 10 2012 Ray Strode <rstrode@redhat.com> 0.8.6.1-1
6cc380
- Update to 0.8.6.1 since I mucked up 0.8.6
6cc380
  Resolves: #830482
6cc380
6cc380
* Mon Jul 09 2012 Ray Strode <rstrode@redhat.com> 0.8.6-1
6cc380
- Update to 0.8.6
6cc380
- Fixes encrypted fs bug
6cc380
  Resolves: #830482
6cc380
- Adds support for offline package updates
6cc380
6cc380
* Mon Jun 25 2012 Adam Jackson <ajax@redhat.com> 0.8.5.1-3
6cc380
- Rebuild without libkms
6cc380
6cc380
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> 0.8.5.1-2
6cc380
- Add %{_prefix} to systemd service path
6cc380
6cc380
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> 0.8.5.1-1
6cc380
- Update to latest release
6cc380
- Ship systemd service files
6cc380
- Conflict with old systemd
6cc380
6cc380
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> 0.8.4-0.20120319.3
6cc380
- Disable the nouveau driver as I've broken it with the new libdrm ABI
6cc380
6cc380
* Tue Mar 20 2012 Daniel Drake <dsd@laptop.org> 0.8.4-0.20120319.1
6cc380
- Don't try to build against libdrm_intel on non-intel architectures
6cc380
6cc380
* Mon Mar 19 2012 Ray Strode <rstrode@redhat.com> 0.8.4-0.20120319.1
6cc380
- Update to latest snapshot
6cc380
6cc380
* Mon Mar 12 2012 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110810.6
6cc380
- Don't require libdrm_intel on non intel arches
6cc380
6cc380
* Mon Feb 20 2012 Adam Williamson <awilliam@redhat.com> 0.8.4-0.20110810.5
6cc380
- make plymouth-scripts require plymouth (RH #794894)
6cc380
6cc380
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 0.8.4-0.20110810.4
6cc380
- install everything in /usr
6cc380
  https://fedoraproject.org/wiki/Features/UsrMove
6cc380
6cc380
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-0.20110810.3
6cc380
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6cc380
6cc380
* Thu Dec 15 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110809.3
6cc380
- Change spec based on suggestion from Nicolas Chauvet <kwizart@gmail.com>
6cc380
  to fix scriptlet error during livecd creation
6cc380
  Resolves: #666419
6cc380
6cc380
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> 0.8.4-0.20110822.3
6cc380
- Rebuild for libpng 1.5
6cc380
6cc380
* Fri Sep 02 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110822.2
6cc380
- Make plymouth background dark gray at the request of Mo / design
6cc380
  team.
6cc380
6cc380
* Mon Aug 22 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110822.1
6cc380
- Update to latest git snapshot
6cc380
- Reintroduce accidentally dropped spinner theme and systemd integration
6cc380
6cc380
* Tue Aug 09 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110809.1
6cc380
- Rebuild
6cc380
6cc380
* Fri Mar 04 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.1.20110304.1
6cc380
- retry reopening tty if we get EIO
6cc380
  Hopefully Resolves: #681167
6cc380
6cc380
* Fri Feb 18 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110419.1
6cc380
- unlock tty when reopening in case it spontaenously goes bonkers
6cc380
  and we need to fix it up
6cc380
  Resolves: #655538
6cc380
6cc380
* Wed Feb 09 2011 Christopher Aillon <caillon@redhat.com> 0.8.4-0.20110209.2
6cc380
- Fix up obsoletes typo
6cc380
6cc380
* Wed Feb 09 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110209.1
6cc380
- Update to latest snapshot
6cc380
6cc380
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-0.20101120.4
6cc380
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6cc380
6cc380
* Fri Feb 04 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20101119.4
6cc380
- Drop log viewer
6cc380
6cc380
* Sat Jan 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.8.4-0.20101119.3
6cc380
- Dir ownership fixes (#645044).
6cc380
6cc380
* Fri Nov 19 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20101119.2
6cc380
- Fix serial console issue eparis was seeing
6cc380
6cc380
* Fri Nov 19 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20101119.1
6cc380
- Update to recent snapshot
6cc380
6cc380
* Tue Nov 02 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20101002.1
6cc380
- Update to recent snapshot
6cc380
6cc380
* Wed Sep 01 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100823.4
6cc380
- Add more Requirse
6cc380
6cc380
* Thu Aug 26 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100823.3
6cc380
- Add more Requires
6cc380
6cc380
* Thu Aug 26 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100823.2
6cc380
- Fix plymouth-update-initrd
6cc380
  It's regressed to the pre-dracut version.  This commit fixes that.
6cc380
6cc380
* Mon Aug 23 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100823.1
6cc380
- Update to newer pre-release snapshot of 0.8.4
6cc380
- Generate separate initrd in /boot
6cc380
6cc380
* Sat Aug 21 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100821.1
6cc380
- Update to newer pre-release snapshot of 0.8.4
6cc380
- Fix bizarre-o animation during boot up.
6cc380
6cc380
* Fri Jul 23 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100723.1
6cc380
- Update to pre-release snapshot of 0.8.4
6cc380
6cc380
* Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.2
6cc380
- Don't link plymouthd against libpng either
6cc380
6cc380
* Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.1
6cc380
- Make it possible to do a basic plymouth installations without
6cc380
  libpng
6cc380
6cc380
* Thu Jan 07 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129.2
6cc380
- Drop nash dep
6cc380
6cc380
* Tue Dec 22 2009 Dave Airlie <airlied@redhat.com> 0.8.0-0.2009129.1
6cc380
- rebuild for API bump in libdrm
6cc380
6cc380
* Wed Dec 09 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129
6cc380
- Update to latest snapshot
6cc380
6cc380
* Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.10.05
6cc380
- Add new x11-renderer plugin from Charlie Brej for debugging
6cc380
6cc380
* Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.29.09
6cc380
- Fix escape and ask-for-password
6cc380
6cc380
* Mon Sep 28 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.28.09
6cc380
- Add prerelease of 0.8.0 for multihead support
6cc380
6cc380
* Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-7
6cc380
- Go back to blue charge background (bug 522460)
6cc380
6cc380
* Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-6
6cc380
- Remove duplicate Provides: plymouth(system-theme)
6cc380
6cc380
* Thu Sep 10 2009 Ray Strode <rstrode@redhat.com> 0.7.1-5
6cc380
- Fix set_verbose error reported by yaneti.
6cc380
6cc380
* Wed Sep  9 2009 Ray Strode <rstrode@redhat.com> 0.7.1-4
6cc380
- Look for inst() in dracut as well as mkinitrd bash source file
6cc380
- Drop plymouth initrd for now.
6cc380
6cc380
* Fri Aug 28 2009 Ray Strode <rstrode@redhat.com> 0.7.1-3
6cc380
- Create plymouth supplementary initrd in post (bug 515589)
6cc380
6cc380
* Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-2
6cc380
- Get plugin path from plymouth instead of trying
6cc380
  to guess.  Should fix bug 502667
6cc380
6cc380
* Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-1
6cc380
- Update to 0.7.1
6cc380
6cc380
* Mon Aug 24 2009 Adam Jackson <ajax@redhat.com> 0.7.0-2
6cc380
- Set charge bgcolor to black. (#519052)
6cc380
6cc380
* Tue Aug 11 2009 Ray Strode <rstrode@redhat.com> 0.7.0-1
6cc380
- Update to 0.7.0
6cc380
6cc380
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-0.2010.05.15.1
6cc380
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6cc380
6cc380
* Fri May 15 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.15.1
6cc380
- Fix spinfinity theme to point to the right image directory
6cc380
  (bug 500994)
6cc380
6cc380
* Thu May 14 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.14.1
6cc380
- Update to new snapshot that renames plugins to fix upgrades
6cc380
  somewhat (bug 499940)
6cc380
6cc380
* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.08.1
6cc380
- Add some fixes for shutdown
6cc380
6cc380
* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.4
6cc380
- Don't slow down progress updating at the end of boot
6cc380
6cc380
* Thu May 07 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.3
6cc380
- Change colors to transition better to gdm
6cc380
6cc380
* Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.2
6cc380
- Make "charge" theme require two-step plugin instead of solar (oops)
6cc380
6cc380
* Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.1
6cc380
- Update to "plugin-rework" branch from git
6cc380
6cc380
* Wed Apr 08 2009 Jesse Keating <jkeating@redhat.com> - 0.7.0-0.2009.03.10.3
6cc380
- Drop the version on system-logos requires for now, causing hell with
6cc380
  other -logos providers not having the same version.
6cc380
6cc380
* Wed Mar 18 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.2
6cc380
- Destroy terminal on detach (may help with bug 490965)
6cc380
6cc380
* Tue Mar 10 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.1
6cc380
- Address one more issue with password handling.  It wasn't working
6cc380
  well for secondary devices when using the "details" plugin.
6cc380
6cc380
* Mon Mar  9 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.09.1
6cc380
- Attempt to address some problems with password handling in the
6cc380
  0.7.0 snapshots
6cc380
6cc380
* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.2
6cc380
- Fix set default script
6cc380
6cc380
* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.1
6cc380
- more scriptlet changes to move from solar to spinfinity
6cc380
6cc380
* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06
6cc380
- Updated to development snapshot
6cc380
- Guess progress better on second boot of persistent live images
6cc380
- Drop upstream patches
6cc380
- swap "solar" and "spinfinity" scriptlet behavior
6cc380
6cc380
* Tue Feb 24 2009 Ray Strode <rstrode@redhat.com> 0.6.0-3
6cc380
- Add fix-heap-corruptor patch from master.  Problem
6cc380
  spotted by Mr. McCann.
6cc380
6cc380
* Wed Dec 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-2
6cc380
- Add patch from drop-nash branch for jeremy
6cc380
6cc380
* Wed Dec  3 2008 Ray Strode <rstrode@redhat.com> 0.6.0-1
6cc380
- Update to 0.6.0
6cc380
6cc380
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> 0.6.0-0.2008.11.17.3.1
6cc380
- Strip %%name from %%summary
6cc380
6cc380
* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.3
6cc380
- don't give error about missing default.so
6cc380
- rework packaging of boot-duration to prevent .rpmnew droppings
6cc380
  (bug 469752)
6cc380
6cc380
* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.2
6cc380
- Don't tell gdm to transition unless booting into runlevel 3
6cc380
  (bug 471785)
6cc380
6cc380
* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.1
6cc380
- Crawl progress bar if boot is way off course (Charlie, bug 471089)
6cc380
6cc380
* Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.2
6cc380
- Don't loop forever when tty returns NUL byte (bug 471498)
6cc380
6cc380
* Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.1
6cc380
- Generate solar background dynamically to reduce ondisk size, and
6cc380
  look better at various resolutions (Charlie, bug 471227)
6cc380
6cc380
* Thu Nov 13 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.4
6cc380
- Move Obsoletes: plymouth-text-and-details-only to base package
6cc380
  so people who had it installed don't end up solar on upgrade
6cc380
6cc380
* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.3
6cc380
- Redo packaging to work better with minimal installs
6cc380
  (bug 471314)
6cc380
6cc380
* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.2
6cc380
- Fix plymouth-set-default-plugin to allow external $LIB
6cc380
6cc380
* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.1
6cc380
- Fix star image (Charlie, bug 471113)
6cc380
6cc380
* Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.2
6cc380
- Improve solar flares (Charlie)
6cc380
- redirect tty again on --show-splash
6cc380
- ignore subsequent --hide-splash calls after the first one
6cc380
- turn off kernel printks during boot up
6cc380
6cc380
* Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.1
6cc380
- Disconnect from tty when init=/bin/bash (bug 471007)
6cc380
6cc380
* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.5
6cc380
- Force the right arch when calling plymouth-set-default-plugin
6cc380
  (bug 470732)
6cc380
6cc380
* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.4
6cc380
- Drop comet (bug 468705)
6cc380
- make boot-duration config(noreplace)
6cc380
6cc380
* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.3
6cc380
- Don't abort if no splash when root is mounted
6cc380
- Actually move patches upstream
6cc380
6cc380
* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.1
6cc380
- Fix feedback loop with plymouth:debug
6cc380
- Move patches upstream
6cc380
- Improve comet animation
6cc380
6cc380
* Sun Nov  9 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.4
6cc380
- Fix up more-debug patch to not assert with plymouth:nolog
6cc380
  (bug 470569)
6cc380
6cc380
* Fri Nov  7 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.3
6cc380
- add some more debug spew to help debug a problem jlaska is having
6cc380
6cc380
* Thu Nov  6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.2
6cc380
- show details plugin on --hide-splash so people can see why the splash
6cc380
  got hidden.
6cc380
6cc380
* Thu Nov  6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.1
6cc380
- Don't exit on plymouth --show-splash after sulogin
6cc380
- Properly retake console after that --show-splash
6cc380
6cc380
* Wed Nov  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.05.1
6cc380
- reset colors on quit --retain-splash
6cc380
- fix off by one in damage calculation for label
6cc380
6cc380
* Tue Nov  4 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.5
6cc380
- Add a sample boot-duration for livecds and first time boots
6cc380
  (bug 469752)
6cc380
6cc380
* Mon Nov  3 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.30.4
6cc380
- Allow pre-setting the default plugin when calling plymouth-populate-initrd
6cc380
6cc380
* Fri Oct 31 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.3
6cc380
- Add pango minimum version to buildrequires
6cc380
6cc380
* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.2
6cc380
- Update prompt text colors to be legible on new artwork
6cc380
6cc380
* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.1
6cc380
- Drop upstreamed patches
6cc380
- Patch from Charlie to update artwork
6cc380
- Patch from Charlie to make password screen match animation better
6cc380
  (bug 468899)
6cc380
6cc380
* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.8
6cc380
- Fix escape at password prompt (bug 467533)
6cc380
6cc380
* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.7
6cc380
- Don't require /bin/plymouth before it's installed (bug 468925)
6cc380
6cc380
* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.6
6cc380
- Force raw mode for keyboard input with solar and fade-in
6cc380
  (bug 468880)
6cc380
- make sure windows get closed on exit
6cc380
6cc380
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.5
6cc380
- Make "Solar" lock icon the same as the "Spinfinity" one.
6cc380
6cc380
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.4
6cc380
- Make plymouth-libs own /usr/lib/plymouth (bug 458071)
6cc380
6cc380
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.3
6cc380
- Default to "Solar" instead of "Spinfinity"
6cc380
6cc380
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.2
6cc380
- Don't set plymouth default plugin to text in %%post
6cc380
6cc380
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.1
6cc380
- Add Charlie patch to dither in lower color modes (bug 468276)
6cc380
6cc380
* Sun Oct 26 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.24.2
6cc380
- More requires changing to avoid loops (#467356)
6cc380
6cc380
* Fri Oct 24 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.24.1
6cc380
- Add updated progress bar for solar plugin from Charlie
6cc380
- Log plymouth:debug output to boot log
6cc380
- Ignore sigpipe signals in daemon
6cc380
6cc380
* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.2
6cc380
- Bump so name of libply to hopefully force plymouth to get installed
6cc380
  before kernel (or at least make plymouth-libs and plymouth get installed
6cc380
  on the same side of kernel in the transaction).
6cc380
6cc380
* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.1
6cc380
- Add patch from Charlie to align progress bar to milestones during boot up
6cc380
- force tty to be sane on exit (bug 467207)
6cc380
6cc380
* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.3
6cc380
- add empty files section for text-and-details-only so the subpackage
6cc380
  shows up.
6cc380
6cc380
* Wed Oct 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.2
6cc380
- add text-and-details-only subpackage so davej can uninstall
6cc380
  spinfinity, pango, cairo etc from his router.
6cc380
6cc380
* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.1
6cc380
- Minor event loop changes
6cc380
- drop upstream patches
6cc380
- Charlie Brej fix for progress bar resetting when escape gets pressed
6cc380
6cc380
* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.4
6cc380
- Don't make plymouth-libs require plymouth (more fun with 467356)
6cc380
6cc380
* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.3
6cc380
- Add initscripts requires (bug 461322)
6cc380
6cc380
* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.2
6cc380
- Put tty1 back in "cooked" mode when going into runlevel 3
6cc380
  (bug 467207)
6cc380
6cc380
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.1
6cc380
- Clear screen in details plugin when it's done
6cc380
- Make plymouth-update-initrd a small wrapper around mkinitrd instead
6cc380
  of the broken monstrosity it was before.
6cc380
6cc380
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.3
6cc380
- Move plymouth-set-default-plugin, plymouth-update-initrd, and
6cc380
  plymouth-populate-initrd to plymouth-scripts subpackage
6cc380
  (the last fix didn't actually help with bug 467356)
6cc380
6cc380
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.2
6cc380
- Move plymouth-set-default-plugin to -libs (might help with bug 467356)
6cc380
- Fix up requires, provides and postun scripts
6cc380
6cc380
* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.1
6cc380
- Don't free windows on --hide-splash (fix from Jeremy)
6cc380
6cc380
* Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.14.1
6cc380
- Solar fixes from Charlie Brej
6cc380
- Better cpu usage from Charlie
6cc380
6cc380
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.2
6cc380
- Add Requires(post): nash (bug 466500)
6cc380
6cc380
* Wed Oct 08 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.1
6cc380
- Rework how "console=" args done again, to hopefully fix
6cc380
  bug 460565
6cc380
6cc380
* Mon Oct 06 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.06.1
6cc380
- Add "Solar" plugin from Charles Brej
6cc380
- Move things around so computers with separate /usr boot
6cc380
  (hopefully this won't break things, but it probably will)
6cc380
- Make GDM show up on vt1 for all plugins
6cc380
6cc380
* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> 0.6.0-0.2008.09.25.2
6cc380
- Remove mkinitrd requires to break the dep loop and ensure things
6cc380
  get installed in the right order
6cc380
6cc380
* Thu Sep 25 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.25.1
6cc380
- Add new snapshot to fold in Will Woods progress bar, and
6cc380
  move ajax's splash upstream, putting the old text splash
6cc380
  in a "pulser" subpackage
6cc380
6cc380
* Tue Sep 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.23.1
6cc380
- Last snapshot was broken
6cc380
6cc380
* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.22.1
6cc380
- Update to latest snapshot to get better transition support
6cc380
6cc380
* Fri Sep 19 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.2
6cc380
- Turn on gdm trigger for transition
6cc380
6cc380
* Mon Sep 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.1
6cc380
- add quit command with --retain-splash option to client
6cc380
6cc380
* Wed Sep 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.10.1
6cc380
- Fix text rendering for certain machines
6cc380
6cc380
* Mon Sep  8 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.4
6cc380
- More serial console fixes (bug 460565 again)
6cc380
6cc380
* Fri Sep  5 2008 Bill Nottingham <notting@redhat.com> 0.6.0-0.2008.09.05.3
6cc380
- make the text plugin use the system release info rather than a hardcoded 'Fedora 10'
6cc380
6cc380
* Fri Sep  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.2
6cc380
- Try to support multiple serial consoles better
6cc380
  (bug 460565)
6cc380
6cc380
* Fri Sep  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.1
6cc380
- Fix some confusion with password handling in details plugin
6cc380
6cc380
* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27.1
6cc380
- Fix another crasher for users with encrypted disks (this time in
6cc380
  the text plugin, not the client)
6cc380
6cc380
* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27
6cc380
- Update to latest snapshot
6cc380
- Add the ability to show text prompts in graphical plugin
6cc380
- Fix crasher for users with encrypted disks
6cc380
6cc380
* Fri Aug 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.22
6cc380
- Update to latest snapshot
6cc380
6cc380
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-20.2008.08.13
6cc380
- Update previous patch to remove some assertions
6cc380
6cc380
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-19.2008.08.13
6cc380
- add a patch that may help serial console users
6cc380
6cc380
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-18.2008.08.13
6cc380
- add spool directory to file list
6cc380
6cc380
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-17.2008.08.13
6cc380
- Make plymouth-gdm-hooks require plymouth-utils
6cc380
6cc380
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-16.2008.08.13
6cc380
- Add a boot failure viewer to login screen (written by Matthias)
6cc380
6cc380
* Tue Aug 12 2008 Adam Jackson <ajax@redhat.com> 0.5.0-15.2008.08.08
6cc380
- plymouth-0.5.0-textbar-hotness.patch: Change the text plugin to a slightly
6cc380
  more traditional progress bar, to maintain the illusion of progress better
6cc380
  than the eternally oscillating cylon. Note: still incomplete.
6cc380
6cc380
* Fri Aug  8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-14.2008.08.08
6cc380
- Don't require a modifiable text color map (may fix serial consoles)
6cc380
6cc380
* Thu Aug  7 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-13.2008.08.07
6cc380
- Update to new snapshot which when combined with a new mkinitrd should
6cc380
  make unlocking encrypted root partitions work again
6cc380
6cc380
* Wed Aug  6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-12.2008.08.06
6cc380
- Update to new snapshot which fixes some assertion failures in the
6cc380
  client code
6cc380
6cc380
* Wed Aug  6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-11.2008.08.01
6cc380
- Add Requires(post): plymouth to plugins so they get plymouth-set-default-plugin (bug 458071)
6cc380
6cc380
* Tue Aug  5 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-10.2008.08.01
6cc380
- Add plymouth dirs to file list (bug 457871)
6cc380
6cc380
* Fri Aug  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-9.2008.08.01
6cc380
- new plymout-populate-initrd features don't work with the set -e at the
6cc380
  top of it.
6cc380
6cc380
* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.08.01
6cc380
- Update to another snapshot to actually get new
6cc380
  plymouth-populate-initrd features
6cc380
6cc380
* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.07.31
6cc380
- Update to snapshot to get new plymouth-populate-initrd features
6cc380
- Make removing rhgb use details plugin instead of exiting
6cc380
6cc380
* Thu Jul 31 2008 Peter Jones <pjones@redhat.com> - 0.5.0-7
6cc380
- Make it a mkinitrd requires instead of a nash requires (that will
6cc380
  still pull in nash, but we need mkinitrd for newer plymouth-populate-initrd)
6cc380
6cc380
* Wed Jul 30 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-6
6cc380
- Add nash requires
6cc380
6cc380
* Wed Jul  9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-5
6cc380
- Use a new heuristic for finding libdir, since the old
6cc380
  one falls over on ia64
6cc380
6cc380
* Wed Jul  9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-4
6cc380
- add ctrl-r to rotate text color palette back to stock values
6cc380
6cc380
* Tue Jul  8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-3
6cc380
- Fix populate script on ppc (bug 454353)
6cc380
6cc380
* Tue Jul  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-2
6cc380
- Pull in spinfinity by default.  This whole "figure out
6cc380
  which plugin to use" set of scripts and scriptlets
6cc380
  needs work.  We need to separate distro default from
6cc380
  user choice.
6cc380
6cc380
* Thu Jul  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-1
6cc380
- Add new client "ask-for-password" command which feeds
6cc380
  the user input to a program instead of standard output,
6cc380
  and loops when the program returns non-zero exit status.
6cc380
6cc380
* Thu Jun 26 2008 Ray Strode <rstrode@redhat.com> - 0.4.5-1
6cc380
- Update to version 0.4.5
6cc380
- Make text plugin blue and less 80s
6cc380
6cc380
* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-4
6cc380
- Make "Password: " show up correctly in text plugin
6cc380
6cc380
* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-3
6cc380
- Require elfutils (bug 452797)
6cc380
6cc380
* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-2
6cc380
- Make plymouth-set-default-plugin --reset choose the latest
6cc380
  installed plugin, not the earliest
6cc380
6cc380
* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-1
6cc380
- Update to version 0.4.0
6cc380
- Only run if rhgb is on kernel command line
6cc380
- Make text plugin more animated
6cc380
6cc380
* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-2
6cc380
- dont go back to text mode on exit
6cc380
6cc380
* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-1
6cc380
- Update to version 0.3.2
6cc380
- show gradient in spinfinity plugin
6cc380
- Drop fade out in spinfinity plugin
6cc380
- fix throbber placement
6cc380
- rename graphical.so to default.so
6cc380
6cc380
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-3
6cc380
- scriplet should be preun, not postun
6cc380
6cc380
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-2
6cc380
- Fix postun scriptlet
6cc380
6cc380
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-1
6cc380
- Update to version 0.3.1
6cc380
- Don't ship generated initrd scripts in tarball
6cc380
6cc380
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.0-1
6cc380
- Update to version 0.3.0
6cc380
- Better plugin handling
6cc380
- Better integration with mkinitrd (pending mkinitrd changes)
6cc380
- random bug fixes
6cc380
6cc380
* Mon Jun  9 2008 Ray Strode <rstrode@redhat.com> - 0.2.0-1
6cc380
- Update to version 0.2.0
6cc380
- Integrate more tightly with nash (pending nash changes)
6cc380
- ship libs for out of tree splash plugins
6cc380
- gradient support
6cc380
- random bug fixes
6cc380
6cc380
* Fri May 30 2008 Ray Strode <rstrode@redhat.com> - 0.1.0-1
6cc380
- Initial import, version 0.1.0