Blame SPECS/plymouth.spec

a802d9
%global plymouthdaemon_execdir %{_sbindir}
a802d9
%global plymouthclient_execdir %{_bindir}
a802d9
%global plymouth_libdir %{_libdir}
a802d9
%global plymouth_initrd_file /boot/initrd-plymouth.img
a802d9
a802d9
# Set to 1 if building from snapshots.
a802d9
%global snapshot_build 0
a802d9
a802d9
%if %{snapshot_build}
a802d9
%global snapshot_date 20160620
a802d9
%global snapshot_hash 0e65b86c
a802d9
%global snapshot_rel  %{?snapshot_date}git%{?snapshot_hash}
a802d9
%endif
a802d9
a802d9
a802d9
Summary: Graphical Boot Animation and Logger
a802d9
Name: plymouth
a802d9
Version: 0.9.3
a802d9
Release: 12%{?snapshot_rel}%{?dist}
a802d9
License: GPLv2+
a802d9
URL: http://www.freedesktop.org/wiki/Software/Plymouth
a802d9
Group: System Environment/Base
a802d9
a802d9
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.xz
a802d9
Source1: boot-duration
a802d9
Source2: charge.plymouth
a802d9
Source3: plymouth-update-initrd
a802d9
Source4: bootlog
a802d9
a802d9
# Patches from upstream git for rotated-display support
a802d9
# https://bugs.freedesktop.org/show_bug.cgi?id=104714
a802d9
# These can all be dropped on the next rebase
a802d9
Patch1: 0001-device-manager-drop-superfluous-create_pixel_display.patch
a802d9
Patch2: 0002-main-Do-not-update-the-display-on-backspace-when-the.patch
a802d9
Patch3: 0003-pixel-buffer-Add-the-concept-of-device-rotation.patch
a802d9
Patch4: 0004-drm-Check-for-panel-orientation-connector-property.patch
a802d9
Patch5: 0005-drm-Reset-primary-plane-rotation-to-DRM_MODE_ROTATE_.patch
a802d9
Patch6: 0006-pixel-buffer-switch-device-rotation-to-an-enum.patch
a802d9
Patch7: 0007-terminal-add-include-for-sysmacros.h.patch
a802d9
a802d9
# Patches to handle text mode situations better
a802d9
Patch10: 0001-device-manager-skip-graphical-renderer-setup-when-de.patch
a802d9
Patch11: 0001-device-manager-fall-back-to-text-mode-if-graphical-d.patch
a802d9
a802d9
# Coverity fixes
a802d9
Patch21: 0001-populate-initrd-drop-unused-local-variable.patch
a802d9
Patch22: 0002-boot-splash-fix-memory-leak-in-error-path.patch
a802d9
Patch23: 0003-event-loop-fix-leak-in-error-path.patch
a802d9
Patch24: 0004-key-file-ply_key_file_get_value-returns-duplicated-m.patch
a802d9
Patch25: 0005-script-fix-various-memory-leaks.patch
a802d9
Patch26: 0006-boot-server-free-the-argument-and-triggers.patch
a802d9
a802d9
# https://bugzilla.redhat.com/show_bug.cgi?id=1658026
a802d9
Patch31: 0001-logger-Add-a-separator-between-different-boot-logs.patch
a802d9
a802d9
BuildRequires: pkgconfig(libdrm)
a802d9
BuildRequires: pkgconfig(libudev)
a802d9
BuildRequires: kernel-headers
a802d9
BuildRequires: libpng-devel
a802d9
BuildRequires: libxslt, docbook-style-xsl
a802d9
BuildRequires: pkgconfig(gtk+-3.0)
a802d9
BuildRequires: pango-devel >= 1.21.0
a802d9
BuildRequires: cairo-devel
a802d9
a802d9
Requires(post): plymouth-scripts
a802d9
a802d9
%description
a802d9
Plymouth provides an attractive graphical boot animation in
a802d9
place of the text messages that normally get shown.  Text
a802d9
messages are instead redirected to a log file for viewing
a802d9
after boot.
a802d9
a802d9
%package system-theme
a802d9
Summary: Plymouth default theme
a802d9
Group: System Environment/Base
a802d9
Requires: plymouth(system-theme) = %{version}-%{release}
a802d9
a802d9
%description system-theme
a802d9
This metapackage tracks the current distribution default theme.
a802d9
a802d9
%package core-libs
a802d9
Summary: Plymouth core libraries
a802d9
Group: Development/Libraries
a802d9
a802d9
%description core-libs
a802d9
This package contains the libply and libply-splash-core libraries
a802d9
used by Plymouth.
a802d9
a802d9
%package graphics-libs
a802d9
Summary: Plymouth graphics libraries
a802d9
Group: Development/Libraries
a802d9
Requires: %{name}-core-libs = %{version}-%{release}
a802d9
Requires: system-logos
a802d9
a802d9
%description graphics-libs
a802d9
This package contains the libply-splash-graphics library
a802d9
used by graphical Plymouth splashes.
a802d9
a802d9
%package devel
a802d9
Summary: Libraries and headers for writing Plymouth splash plugins
a802d9
Group: Development/Libraries
a802d9
Requires: %{name} = %{version}-%{release}
a802d9
Requires: pkgconfig
a802d9
a802d9
%description devel
a802d9
This package contains the libply and libplybootsplash libraries
a802d9
and headers needed to develop 3rd party splash plugins for Plymouth.
a802d9
a802d9
%package scripts
a802d9
Summary: Plymouth related scripts
a802d9
Group: Applications/System
a802d9
Requires: findutils, coreutils, gzip, cpio, dracut, plymouth
a802d9
a802d9
%description scripts
a802d9
This package contains scripts that help integrate Plymouth with
a802d9
the system.
a802d9
a802d9
%package plugin-label
a802d9
Summary: Plymouth label plugin
a802d9
Group: System Environment/Base
a802d9
Requires: %{name} = %{version}-%{release}
a802d9
Requires: %{name}-graphics-libs = %{version}-%{release}
a802d9
a802d9
%description plugin-label
a802d9
This package contains the label control plugin for
a802d9
Plymouth. It provides the ability to render text on
a802d9
graphical boot splashes using pango and cairo.
a802d9
a802d9
%package plugin-fade-throbber
a802d9
Summary: Plymouth "Fade-Throbber" plugin
a802d9
Group: System Environment/Base
a802d9
Requires: %{name} = %{version}-%{release}
a802d9
Requires: %{name}-graphics-libs = %{version}-%{release}
a802d9
a802d9
%description plugin-fade-throbber
a802d9
This package contains the "Fade-In" boot splash plugin for
a802d9
Plymouth. It features a centered image that fades in and out
a802d9
while other images pulsate around during system boot up.
a802d9
a802d9
%package theme-fade-in
a802d9
Summary: Plymouth "Fade-In" theme
a802d9
Group: System Environment/Base
a802d9
Requires: %{name}-plugin-fade-throbber = %{version}-%{release}
a802d9
Requires(post): plymouth-scripts
a802d9
a802d9
%description theme-fade-in
a802d9
This package contains the "Fade-In" boot splash theme for
a802d9
Plymouth. It features a centered logo that fades in and out
a802d9
while stars twinkle around the logo during system boot up.
a802d9
a802d9
%package plugin-throbgress
a802d9
Summary: Plymouth "Throbgress" plugin
a802d9
Group: System Environment/Base
a802d9
Requires: %{name} = %{version}-%{release}
a802d9
Requires: %{name}-graphics-libs = %{version}-%{release}
a802d9
Requires: plymouth-plugin-label
a802d9
a802d9
%description plugin-throbgress
a802d9
This package contains the "throbgress" boot splash plugin for
a802d9
Plymouth. It features a centered logo and animated spinner that
a802d9
spins repeatedly while a progress bar advances at the bottom of
a802d9
the screen.
a802d9
a802d9
%package theme-spinfinity
a802d9
Summary: Plymouth "Spinfinity" theme
a802d9
Group: System Environment/Base
a802d9
Requires: %{name}-plugin-throbgress = %{version}-%{release}
a802d9
Requires(post): plymouth-scripts
a802d9
a802d9
%description theme-spinfinity
a802d9
This package contains the "Spinfinity" boot splash theme for
a802d9
Plymouth. It features a centered logo and animated spinner that
a802d9
spins in the shape of an infinity sign.
a802d9
a802d9
%package plugin-space-flares
a802d9
Summary: Plymouth "space-flares" plugin
a802d9
Group: System Environment/Base
a802d9
Requires: %{name} = %{version}-%{release}
a802d9
Requires: %{name}-graphics-libs = %{version}-%{release}
a802d9
Requires: plymouth-plugin-label
a802d9
a802d9
%description plugin-space-flares
a802d9
This package contains the "space-flares" boot splash plugin for
a802d9
Plymouth. It features a corner image with animated flares.
a802d9
a802d9
%package theme-solar
a802d9
Summary: Plymouth "Solar" theme
a802d9
Group: System Environment/Base
a802d9
Requires: %{name}-plugin-space-flares = %{version}-%{release}
a802d9
Requires(post): plymouth-scripts
a802d9
a802d9
%description theme-solar
a802d9
This package contains the "Solar" boot splash theme for
a802d9
Plymouth. It features a blue flamed sun with animated solar flares.
a802d9
a802d9
%package plugin-two-step
a802d9
Summary: Plymouth "two-step" plugin
a802d9
Group: System Environment/Base
a802d9
Requires: %{name} = %{version}-%{release}
a802d9
Requires: %{name}-graphics-libs = %{version}-%{release}
a802d9
Requires: plymouth-plugin-label
a802d9
a802d9
%description plugin-two-step
a802d9
This package contains the "two-step" boot splash plugin for
a802d9
Plymouth. It features a two phased boot process that starts with
a802d9
a progressing animation synced to boot time and finishes with a
a802d9
short, fast one-shot animation.
a802d9
a802d9
%package theme-charge
a802d9
Summary: Plymouth "Charge" plugin
a802d9
Group: System Environment/Base
a802d9
Requires: %{name}-plugin-two-step = %{version}-%{release}
a802d9
Requires(post): plymouth-scripts
a802d9
Provides: plymouth(system-theme) = %{version}-%{release}
a802d9
a802d9
%description theme-charge
a802d9
This package contains the "charge" boot splash theme for
a802d9
Plymouth. It is the default theme for Red Hat Enterprise Linux.
a802d9
a802d9
%package plugin-script
a802d9
Summary: Plymouth "script" plugin
a802d9
Group: System Environment/Base
a802d9
Requires: %{name} = %{version}-%{release}
a802d9
Requires: %{name}-graphics-libs = %{version}-%{release}
a802d9
a802d9
%description plugin-script
a802d9
This package contains the "script" boot splash plugin for
a802d9
Plymouth. It features an extensible, scriptable boot splash
a802d9
language that simplifies the process of designing custom
a802d9
boot splash themes.
a802d9
a802d9
%package theme-script
a802d9
Summary: Plymouth "Script" plugin
a802d9
Group: System Environment/Base
a802d9
Requires: %{name}-plugin-script = %{version}-%{release}
a802d9
Requires(post): %{_sbindir}/plymouth-set-default-theme
a802d9
a802d9
%description theme-script
a802d9
This package contains the "script" boot splash theme for
a802d9
Plymouth. It it is a simple example theme the uses the "script"
a802d9
plugin.
a802d9
a802d9
%package theme-spinner
a802d9
Summary: Plymouth "Spinner" theme
a802d9
Group: System Environment/Base
a802d9
Requires: %{name}-plugin-two-step = %{version}-%{release}
a802d9
Requires(post): plymouth-scripts
a802d9
a802d9
%description theme-spinner
a802d9
This package contains the "spinner" boot splash theme for
a802d9
Plymouth. It features a small spinner on a dark background.
a802d9
a802d9
%prep
a802d9
%autosetup -p1
a802d9
a802d9
# Change the default theme
a802d9
sed -i -e 's/spinner/charge/g' src/plymouthd.defaults
a802d9
a802d9
%build
a802d9
%configure --enable-tracing --disable-tests                      \
a802d9
           --with-logo=%{_datadir}/pixmaps/system-logo-white.png \
a802d9
           --with-background-start-color-stop=0x0073B3           \
a802d9
           --with-background-end-color-stop=0x00457E             \
a802d9
           --with-background-color=0x3391cd                      \
a802d9
           --disable-gdm-transition                              \
a802d9
           --enable-systemd-integration                          \
a802d9
           --without-system-root-install                         \
a802d9
           --without-log-viewer					 \
a802d9
           --without-rhgb-compat-link                            \
a802d9
           --disable-libkms
a802d9
a802d9
make
a802d9
a802d9
%install
a802d9
make install DESTDIR=$RPM_BUILD_ROOT
a802d9
a802d9
# Glow isn't quite ready for primetime
a802d9
rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/glow/
a802d9
rm -f $RPM_BUILD_ROOT%{_libdir}/plymouth/glow.so
a802d9
a802d9
find $RPM_BUILD_ROOT -name '*.a' -delete
a802d9
find $RPM_BUILD_ROOT -name '*.la' -delete
a802d9
a802d9
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
a802d9
cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
a802d9
cp -f $RPM_SOURCE_DIR/plymouth-update-initrd $RPM_BUILD_ROOT%{_libexecdir}/plymouth
a802d9
a802d9
# Add charge, our new default
a802d9
mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
a802d9
cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
a802d9
cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
a802d9
a802d9
# Drop glow, it's not very Fedora-y
a802d9
rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
a802d9
a802d9
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
a802d9
install -p -m 644 $RPM_SOURCE_DIR/bootlog $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/bootlog
a802d9
a802d9
%postun
a802d9
if [ $1 -eq 0 ]; then
a802d9
    rm -f %{_libdir}/plymouth/default.so
a802d9
    rm -f /boot/initrd-plymouth.img
a802d9
fi
a802d9
a802d9
%post core-libs -p /sbin/ldconfig
a802d9
%postun core-libs -p /sbin/ldconfig
a802d9
a802d9
%post graphics-libs -p /sbin/ldconfig
a802d9
%postun graphics-libs -p /sbin/ldconfig
a802d9
a802d9
%postun theme-spinfinity
a802d9
export LIB=%{_lib}
a802d9
if [ $1 -eq 0 ]; then
a802d9
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "spinfinity" ]; then
a802d9
        %{_sbindir}/plymouth-set-default-theme text
a802d9
    fi
a802d9
fi
a802d9
a802d9
%postun theme-fade-in
a802d9
export LIB=%{_lib}
a802d9
if [ $1 -eq 0 ]; then
a802d9
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "fade-in" ]; then
a802d9
        %{_sbindir}/plymouth-set-default-theme --reset
a802d9
    fi
a802d9
fi
a802d9
a802d9
%postun theme-spinner
a802d9
export LIB=%{_lib}
a802d9
if [ $1 -eq 0 ]; then
a802d9
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "spinner" ]; then
a802d9
        %{_sbindir}/plymouth-set-default-theme --reset
a802d9
    fi
a802d9
fi
a802d9
a802d9
%postun theme-solar
a802d9
export LIB=%{_lib}
a802d9
if [ $1 -eq 0 ]; then
a802d9
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "solar" ]; then
a802d9
        %{_sbindir}/plymouth-set-default-theme --reset
a802d9
    fi
a802d9
fi
a802d9
a802d9
%post theme-charge
a802d9
export LIB=%{_lib}
a802d9
if [ $1 -eq 1 ]; then
a802d9
    %{_sbindir}/plymouth-set-default-theme charge
a802d9
else
a802d9
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "solar" ]; then
a802d9
        %{_sbindir}/plymouth-set-default-theme charge
a802d9
    fi
a802d9
fi
a802d9
a802d9
%postun theme-charge
a802d9
export LIB=%{_lib}
a802d9
if [ $1 -eq 0 ]; then
a802d9
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "charge" ]; then
a802d9
        %{_sbindir}/plymouth-set-default-theme --reset
a802d9
    fi
a802d9
fi
a802d9
a802d9
%files
a802d9
%license COPYING
a802d9
%doc AUTHORS README
a802d9
%dir %{_datadir}/plymouth
a802d9
%dir %{_datadir}/plymouth/themes
a802d9
%dir %{_datadir}/plymouth/themes/details
a802d9
%dir %{_datadir}/plymouth/themes/text
a802d9
%dir %{_libexecdir}/plymouth
a802d9
%dir %{_localstatedir}/lib/plymouth
a802d9
%dir %{_libdir}/plymouth/renderers
a802d9
%dir %{_sysconfdir}/plymouth
a802d9
%config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
a802d9
%config(noreplace) %{_sysconfdir}/logrotate.d/bootlog
a802d9
%{plymouthdaemon_execdir}/plymouthd
a802d9
%{plymouthclient_execdir}/plymouth
a802d9
%{_bindir}/plymouth
a802d9
%{_libdir}/plymouth/details.so
a802d9
%{_libdir}/plymouth/text.so
a802d9
%{_libdir}/plymouth/tribar.so
a802d9
%{_datadir}/plymouth/default-boot-duration
a802d9
%{_datadir}/plymouth/themes/details/details.plymouth
a802d9
%{_datadir}/plymouth/themes/text/text.plymouth
a802d9
%{_datadir}/plymouth/themes/tribar/tribar.plymouth
a802d9
%{_datadir}/plymouth/plymouthd.defaults
a802d9
%{_localstatedir}/run/plymouth
a802d9
%{_localstatedir}/spool/plymouth
a802d9
%{_mandir}/man?/*
a802d9
%ghost %{_localstatedir}/lib/plymouth/boot-duration
a802d9
%{_prefix}/lib/systemd/system/*
a802d9
%{_prefix}/lib/systemd/system/
a802d9
a802d9
%files devel
a802d9
%{plymouth_libdir}/libply.so
a802d9
%{plymouth_libdir}/libply-splash-core.so
a802d9
%{_libdir}/libply-boot-client.so
a802d9
%{_libdir}/libply-splash-graphics.so
a802d9
%{_libdir}/pkgconfig/ply-splash-core.pc
a802d9
%{_libdir}/pkgconfig/ply-splash-graphics.pc
a802d9
%{_libdir}/pkgconfig/ply-boot-client.pc
a802d9
%{_libdir}/plymouth/renderers/x11*
a802d9
%{_includedir}/plymouth-1
a802d9
a802d9
%files core-libs
a802d9
%{plymouth_libdir}/libply.so.*
a802d9
%{plymouth_libdir}/libply-splash-core.so.*
a802d9
%{_libdir}/libply-boot-client.so.*
a802d9
%dir %{_libdir}/plymouth
a802d9
a802d9
%files graphics-libs
a802d9
%{_libdir}/plymouth/renderers/drm*
a802d9
%{_libdir}/plymouth/renderers/frame-buffer*
a802d9
%{_libdir}/libply-splash-graphics.so.*
a802d9
a802d9
%files scripts
a802d9
%{_sbindir}/plymouth-set-default-theme
a802d9
%{_libexecdir}/plymouth/plymouth-update-initrd
a802d9
%{_libexecdir}/plymouth/plymouth-generate-initrd
a802d9
%{_libexecdir}/plymouth/plymouth-populate-initrd
a802d9
a802d9
%files plugin-label
a802d9
%{_libdir}/plymouth/label.so
a802d9
a802d9
%files plugin-fade-throbber
a802d9
%{_libdir}/plymouth/fade-throbber.so
a802d9
a802d9
%files theme-fade-in
a802d9
%dir %{_datadir}/plymouth/themes/fade-in
a802d9
%{_datadir}/plymouth/themes/fade-in/bullet.png
a802d9
%{_datadir}/plymouth/themes/fade-in/entry.png
a802d9
%{_datadir}/plymouth/themes/fade-in/lock.png
a802d9
%{_datadir}/plymouth/themes/fade-in/star.png
a802d9
%{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
a802d9
a802d9
%files theme-spinner
a802d9
%dir %{_datadir}/plymouth/themes/spinner
a802d9
%{_datadir}/plymouth/themes/spinner/*.png
a802d9
%{_datadir}/plymouth/themes/spinner/spinner.plymouth
a802d9
a802d9
%files plugin-throbgress
a802d9
%{_libdir}/plymouth/throbgress.so
a802d9
a802d9
%files theme-spinfinity
a802d9
%dir %{_datadir}/plymouth/themes/spinfinity
a802d9
%{_datadir}/plymouth/themes/spinfinity/box.png
a802d9
%{_datadir}/plymouth/themes/spinfinity/bullet.png
a802d9
%{_datadir}/plymouth/themes/spinfinity/entry.png
a802d9
%{_datadir}/plymouth/themes/spinfinity/lock.png
a802d9
%{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
a802d9
%{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
a802d9
a802d9
%files plugin-space-flares
a802d9
%{_libdir}/plymouth/space-flares.so
a802d9
a802d9
%files theme-solar
a802d9
%dir %{_datadir}/plymouth/themes/solar
a802d9
%{_datadir}/plymouth/themes/solar/*.png
a802d9
%{_datadir}/plymouth/themes/solar/solar.plymouth
a802d9
a802d9
%files plugin-two-step
a802d9
%{_libdir}/plymouth/two-step.so
a802d9
a802d9
%files theme-charge
a802d9
%dir %{_datadir}/plymouth/themes/charge
a802d9
%{_datadir}/plymouth/themes/charge/*.png
a802d9
%{_datadir}/plymouth/themes/charge/charge.plymouth
a802d9
a802d9
%files plugin-script
a802d9
%{_libdir}/plymouth/script.so
a802d9
a802d9
%files theme-script
a802d9
%dir %{_datadir}/plymouth/themes/script
a802d9
%{_datadir}/plymouth/themes/script/*.png
a802d9
%{_datadir}/plymouth/themes/script/script.script
a802d9
%{_datadir}/plymouth/themes/script/script.plymouth
a802d9
a802d9
%files system-theme
a802d9
a802d9
%changelog
a802d9
* Fri Feb 08 2019 Ray Strode <rstrode@redhat.com> - 0.9.3-12
a802d9
- Make /var/log/boot.log more modular
a802d9
  Resolves: #1658026
a802d9
a802d9
* Mon Oct 15 2018 Ray Strode <rstrode@redhat.com> - 0.9.3-11
a802d9
- Update description of charge theme (found by rpmdiff
a802d9
  when building previous fix)
a802d9
  Related: #1607020
a802d9
a802d9
* Mon Oct 15 2018 Ray Strode <rstrode@redhat.com> - 0.9.3-10
a802d9
- Coverity leak fixes
a802d9
  Resolves: #1607020
a802d9
a802d9
* Thu Aug 30 2018 Ray Strode <rstrode@redhat.com> - 0.9.3-9
a802d9
- Fix placement of spinner to patch rhel 8 design
a802d9
  Resolves: #1623525
a802d9
a802d9
* Wed Aug 15 2018 Ray Strode <rstrode@redhat.com> - 0.9.3-8
a802d9
- drop initscripts requirement
a802d9
  Resolves: #1610282
a802d9
a802d9
* Thu Jul 12 2018 Ray Strode <rstrode@redhat.com> - 0.9.3-7
a802d9
- Add backports to avoid loading renderers on non-rhgb boot
a802d9
  and to handle 'rhgb' when no renderers available
a802d9
- Move framebuffer plugin to graphics subpackage
a802d9
  Related: #1600634
a802d9
a802d9
* Sun Apr 15 2018 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.3-6
a802d9
- Add patches from upstream git for devices with non upright mounted LCD panels
a802d9
  https://bugs.freedesktop.org/show_bug.cgi?id=104714
a802d9
a802d9
* Thu Mar 29 2018 Colin Walters <walters@verbum.org> - 0.9.3-5
a802d9
- Drop default boot duration: https://src.fedoraproject.org/rpms/plymouth/pull-request/1
a802d9
a802d9
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.3-4
a802d9
- Escape macros in %%changelog
a802d9
a802d9
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-3
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a802d9
a802d9
* Tue Nov 28 2017 Ray Strode - 0.9.3-2
a802d9
- Bump ShowDelay back up to 5
a802d9
  Related: #1518037
a802d9
a802d9
* Tue Nov 28 2017 Björn Esser <besser82@fedoraproject.org> - 0.9.3-1
a802d9
- Update to 0.9.3 release
a802d9
- Reduce ShowDelay to 0 (rhbz#1518037)
a802d9
- Change %%define to %%global
a802d9
a802d9
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-0.9.20160620git0e65b86c
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a802d9
a802d9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-0.8.20160620git0e65b86c
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a802d9
a802d9
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-0.7.20160620git0e65b86c
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a802d9
a802d9
* Mon Jun 20 2016 Ray Strode <rstrode@redhat.com> - 0.9.3-0.6.git
a802d9
- Fix color palette issue
a802d9
- Fix splash at shutdown (if shutdown takes longer than 5 secs)
a802d9
- Make sure text based splashes update terminal size when fbcon loads
a802d9
a802d9
* Thu Jun 16 2016 Ray Strode <rstrode@redhat.com> - 0.9.3-0.5.git
a802d9
- really (?) fix password prompt on text plugin
a802d9
  Resolves: #1344141
a802d9
a802d9
* Tue Jun 14 2016 Ray Strode <rstrode@redhat.com> - 0.9.3-0.4.git
a802d9
- fix password prompt on text plugin
a802d9
  Resolves: #1344141
a802d9
a802d9
* Wed Jun 08 2016 Ray Strode <rstrode@redhat.com> - 0.9.3-0.3.git
a802d9
- new release versioning scheme to be more guideliney
a802d9
a802d9
* Tue Jun 07 2016 Ray Strode <rstrode@redhat.com> - 0.9.3-0.1.
a802d9
- Update to latest git snapshot
a802d9
- Fixes use after free
a802d9
  Related: #1342673
a802d9
a802d9
* Tue May 24 2016 Ray Strode <rstrode@redhat.com> - 0.9.3-0.1.20160524
a802d9
- Update to latest git snapshot
a802d9
- Drop plymouth-generate-initrd scriptlets
a802d9
a802d9
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-17.2013.08.14
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a802d9
a802d9
* Sun Nov 15 2015 Ray Strode <rstrode@redhat.com> 0.8.9-16.2013.08.14
a802d9
- Fix plymouth-update-initrd script
a802d9
a802d9
* Mon Oct 26 2015 Ray Strode <rstrode@redhat.com> 0.8.9-15.2013.08.15
a802d9
- Fix updates with script and spinner themes
a802d9
  Resolves: #1267949
a802d9
a802d9
* Mon Aug 24 2015 Kalev Lember <klember@redhat.com> 0.8.9-13.2013.08.14
a802d9
- Fix a typo in Requires
a802d9
a802d9
* Mon Aug 24 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.9-12.2013.08.14
a802d9
- Fix Requires for various libs subpackages
a802d9
a802d9
* Sun Aug 23 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.9-11.2013.08.14
a802d9
- Use %%license
a802d9
- Cleanup spec
a802d9
- Move drm render driver to graphics-libs sub package
a802d9
a802d9
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.9-10.2013.08.14
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a802d9
a802d9
* Wed May 20 2015 Will Woods <wwoods@redhat.com> 0.8.9-9.2013.08.14
a802d9
- Fix theme override using PLYMOUTH_THEME_NAME (#1223344)
a802d9
a802d9
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.8.9-8.2013.08.14
a802d9
- Rebuilt for Fedora 23 Change
a802d9
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
a802d9
a802d9
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.9-7.2013.08.14
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a802d9
a802d9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.9-6.2013.08.14
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a802d9
a802d9
* Sat May 31 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.9-4.2013.08.15
a802d9
- Move system-logos dep to graphics-libs (no use on text/serial console minimal installs)
a802d9
a802d9
* Thu Feb 20 2014 Ray Strode <rstrode@redhat.com> 0.8.9-4.2013.08.14
a802d9
- Fix splash after change in /sys/class/tty/console/active
a802d9
a802d9
* Thu Oct 31 2013 Ray Strode <rstrode@redhat.com> 0.8.9-3.2013.08.14
a802d9
- Don't timeout plymouth quit waiting
a802d9
  Related: #967521
a802d9
a802d9
* Wed Oct 16 2013 Ray Strode <rstrode@redhat.com> 0.8.9-2.2013.08.14
a802d9
- Drop rhgb-client compat link
a802d9
a802d9
* Sun Oct 06 2013 Kalev Lember <kalevlember@gmail.com> - 0.8.9-1.2013.08.14
a802d9
- Make sure the release number compares higher than the previous builds
a802d9
a802d9
* Wed Aug 14 2013 Ray Strode <rstrode@redhat.com> 0.8.9-0.1.2013.08.14.0
a802d9
- Update to snapshot to fix system units
a802d9
a802d9
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.9-0.2014.03.26.0
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a802d9
a802d9
* Tue Mar 26 2013 Ray Strode <rstrode@redhat.com> 0.8.9-0.2013.03.26.0
a802d9
- Update to snapshot to fix systemd vconsole issue
a802d9
a802d9
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.8-6
a802d9
- Merge newer F18 release into rawhide
a802d9
a802d9
* Thu Dec 13 2012 Ray Strode <rstrode@redhat.com> 0.8.8-5
a802d9
- Ensure fedup gets right splash screen
a802d9
  Related: #879295
a802d9
a802d9
* Thu Nov 15 2012 Ray Strode <rstrode@redhat.com> 0.8.8-4
a802d9
- Drop set-default-plugin compat script
a802d9
- Just use upstream update-initrd
a802d9
a802d9
* Fri Nov 02 2012 Ray Strode <rstrode@redhat.com> 0.8.8-3
a802d9
- More boot blocking fixes
a802d9
  Related: #870695
a802d9
a802d9
* Thu Nov 01 2012 Ray Strode <rstrode@redhat.com> 0.8.8-2
a802d9
- Fix crash when deactivating multiple times
a802d9
  Related: #870695
a802d9
a802d9
* Fri Oct 26 2012 Ray Strode <rstrode@redhat.com> 0.8.8-1
a802d9
- Latest upstream release
a802d9
- includes systemd fixes and system update fixes
a802d9
a802d9
* Tue Aug 21 2012 Ray Strode <rstrode@redhat.com> 0.8.7-1
a802d9
- Latest upstream release
a802d9
- includes systemd fixes
a802d9
a802d9
* Tue Aug 21 2012 Dave Airlie <airlied@redhat.com> 0.8.6.2-1.2012.07.23
a802d9
- fix plymouth race at bootup breaking efi/vesa handoff.
a802d9
- fix version number - its against fedora package policy to have 0.year
a802d9
a802d9
* Mon Jul 23 2012 Ray Strode <rstrode@redhat.com> 0.8.6.2-0.2012.07.23
a802d9
- One more crack at #830482 (will probably need additional fixes tomorrow)
a802d9
a802d9
* Mon Jul 23 2012 Tom Callaway <spot@fedoraproject.org> - 0.8.6.1-3
a802d9
- fix bz704658 (thanks to Ian Pilcher for the patch), resolves issue where spinfinity theme
a802d9
  never goes idle and thus, never exits to gdm
a802d9
a802d9
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6.1-2
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a802d9
a802d9
* Tue Jul 10 2012 Ray Strode <rstrode@redhat.com> 0.8.6.1-1
a802d9
- Update to 0.8.6.1 since I mucked up 0.8.6
a802d9
  Resolves: #830482
a802d9
a802d9
* Mon Jul 09 2012 Ray Strode <rstrode@redhat.com> 0.8.6-1
a802d9
- Update to 0.8.6
a802d9
- Fixes encrypted fs bug
a802d9
  Resolves: #830482
a802d9
- Adds support for offline package updates
a802d9
a802d9
* Mon Jun 25 2012 Adam Jackson <ajax@redhat.com> 0.8.5.1-3
a802d9
- Rebuild without libkms
a802d9
a802d9
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> 0.8.5.1-2
a802d9
- Add %%{_prefix} to systemd service path
a802d9
a802d9
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> 0.8.5.1-1
a802d9
- Update to latest release
a802d9
- Ship systemd service files
a802d9
- Conflict with old systemd
a802d9
a802d9
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> 0.8.4-0.20120319.3
a802d9
- Disable the nouveau driver as I've broken it with the new libdrm ABI
a802d9
a802d9
* Tue Mar 20 2012 Daniel Drake <dsd@laptop.org> 0.8.4-0.20120319.1
a802d9
- Don't try to build against libdrm_intel on non-intel architectures
a802d9
a802d9
* Mon Mar 19 2012 Ray Strode <rstrode@redhat.com> 0.8.4-0.20120319.1
a802d9
- Update to latest snapshot
a802d9
a802d9
* Mon Mar 12 2012 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110810.6
a802d9
- Don't require libdrm_intel on non intel arches
a802d9
a802d9
* Mon Feb 20 2012 Adam Williamson <awilliam@redhat.com> 0.8.4-0.20110810.5
a802d9
- make plymouth-scripts require plymouth (RH #794894)
a802d9
a802d9
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 0.8.4-0.20110810.4
a802d9
- install everything in /usr
a802d9
  https://fedoraproject.org/wiki/Features/UsrMove
a802d9
a802d9
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-0.20110810.3
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a802d9
a802d9
* Thu Dec 15 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110809.3
a802d9
- Change spec based on suggestion from Nicolas Chauvet <kwizart@gmail.com>
a802d9
  to fix scriptlet error during livecd creation
a802d9
  Resolves: #666419
a802d9
a802d9
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> 0.8.4-0.20110822.3
a802d9
- Rebuild for libpng 1.5
a802d9
a802d9
* Fri Sep 02 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110822.2
a802d9
- Make plymouth background dark gray at the request of Mo / design
a802d9
  team.
a802d9
a802d9
* Mon Aug 22 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110822.1
a802d9
- Update to latest git snapshot
a802d9
- Reintroduce accidentally dropped spinner theme and systemd integration
a802d9
a802d9
* Tue Aug 09 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110809.1
a802d9
- Rebuild
a802d9
a802d9
* Fri Mar 04 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.1.20110304.1
a802d9
- retry reopening tty if we get EIO
a802d9
  Hopefully Resolves: #681167
a802d9
a802d9
* Fri Feb 18 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110419.1
a802d9
- unlock tty when reopening in case it spontaenously goes bonkers
a802d9
  and we need to fix it up
a802d9
  Resolves: #655538
a802d9
a802d9
* Wed Feb 09 2011 Christopher Aillon <caillon@redhat.com> 0.8.4-0.20110209.2
a802d9
- Fix up obsoletes typo
a802d9
a802d9
* Wed Feb 09 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20110209.1
a802d9
- Update to latest snapshot
a802d9
a802d9
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-0.20101120.4
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a802d9
a802d9
* Fri Feb 04 2011 Ray Strode <rstrode@redhat.com> 0.8.4-0.20101119.4
a802d9
- Drop log viewer
a802d9
a802d9
* Sat Jan 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.8.4-0.20101119.3
a802d9
- Dir ownership fixes (#645044).
a802d9
a802d9
* Fri Nov 19 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20101119.2
a802d9
- Fix serial console issue eparis was seeing
a802d9
a802d9
* Fri Nov 19 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20101119.1
a802d9
- Update to recent snapshot
a802d9
a802d9
* Tue Nov 02 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20101002.1
a802d9
- Update to recent snapshot
a802d9
a802d9
* Wed Sep 01 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100823.4
a802d9
- Add more Requirse
a802d9
a802d9
* Thu Aug 26 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100823.3
a802d9
- Add more Requires
a802d9
a802d9
* Thu Aug 26 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100823.2
a802d9
- Fix plymouth-update-initrd
a802d9
  It's regressed to the pre-dracut version.  This commit fixes that.
a802d9
a802d9
* Mon Aug 23 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100823.1
a802d9
- Update to newer pre-release snapshot of 0.8.4
a802d9
- Generate separate initrd in /boot
a802d9
a802d9
* Sat Aug 21 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100821.1
a802d9
- Update to newer pre-release snapshot of 0.8.4
a802d9
- Fix bizarre-o animation during boot up.
a802d9
a802d9
* Fri Jul 23 2010 Ray Strode <rstrode@redhat.com> 0.8.4-0.20100723.1
a802d9
- Update to pre-release snapshot of 0.8.4
a802d9
a802d9
* Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.2
a802d9
- Don't link plymouthd against libpng either
a802d9
a802d9
* Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.1
a802d9
- Make it possible to do a basic plymouth installations without
a802d9
  libpng
a802d9
a802d9
* Thu Jan 07 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129.2
a802d9
- Drop nash dep
a802d9
a802d9
* Tue Dec 22 2009 Dave Airlie <airlied@redhat.com> 0.8.0-0.2009129.1
a802d9
- rebuild for API bump in libdrm
a802d9
a802d9
* Wed Dec 09 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129
a802d9
- Update to latest snapshot
a802d9
a802d9
* Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.10.05
a802d9
- Add new x11-renderer plugin from Charlie Brej for debugging
a802d9
a802d9
* Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.29.09
a802d9
- Fix escape and ask-for-password
a802d9
a802d9
* Mon Sep 28 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.28.09
a802d9
- Add prerelease of 0.8.0 for multihead support
a802d9
a802d9
* Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-7
a802d9
- Go back to blue charge background (bug 522460)
a802d9
a802d9
* Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-6
a802d9
- Remove duplicate Provides: plymouth(system-theme)
a802d9
a802d9
* Thu Sep 10 2009 Ray Strode <rstrode@redhat.com> 0.7.1-5
a802d9
- Fix set_verbose error reported by yaneti.
a802d9
a802d9
* Wed Sep  9 2009 Ray Strode <rstrode@redhat.com> 0.7.1-4
a802d9
- Look for inst() in dracut as well as mkinitrd bash source file
a802d9
- Drop plymouth initrd for now.
a802d9
a802d9
* Fri Aug 28 2009 Ray Strode <rstrode@redhat.com> 0.7.1-3
a802d9
- Create plymouth supplementary initrd in post (bug 515589)
a802d9
a802d9
* Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-2
a802d9
- Get plugin path from plymouth instead of trying
a802d9
  to guess.  Should fix bug 502667
a802d9
a802d9
* Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-1
a802d9
- Update to 0.7.1
a802d9
a802d9
* Mon Aug 24 2009 Adam Jackson <ajax@redhat.com> 0.7.0-2
a802d9
- Set charge bgcolor to black. (#519052)
a802d9
a802d9
* Tue Aug 11 2009 Ray Strode <rstrode@redhat.com> 0.7.0-1
a802d9
- Update to 0.7.0
a802d9
a802d9
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-0.2010.05.15.1
a802d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a802d9
a802d9
* Fri May 15 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.15.1
a802d9
- Fix spinfinity theme to point to the right image directory
a802d9
  (bug 500994)
a802d9
a802d9
* Thu May 14 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.14.1
a802d9
- Update to new snapshot that renames plugins to fix upgrades
a802d9
  somewhat (bug 499940)
a802d9
a802d9
* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.08.1
a802d9
- Add some fixes for shutdown
a802d9
a802d9
* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.4
a802d9
- Don't slow down progress updating at the end of boot
a802d9
a802d9
* Thu May 07 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.3
a802d9
- Change colors to transition better to gdm
a802d9
a802d9
* Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.2
a802d9
- Make "charge" theme require two-step plugin instead of solar (oops)
a802d9
a802d9
* Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.1
a802d9
- Update to "plugin-rework" branch from git
a802d9
a802d9
* Wed Apr 08 2009 Jesse Keating <jkeating@redhat.com> - 0.7.0-0.2009.03.10.3
a802d9
- Drop the version on system-logos requires for now, causing hell with
a802d9
  other -logos providers not having the same version.
a802d9
a802d9
* Wed Mar 18 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.2
a802d9
- Destroy terminal on detach (may help with bug 490965)
a802d9
a802d9
* Tue Mar 10 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.1
a802d9
- Address one more issue with password handling.  It wasn't working
a802d9
  well for secondary devices when using the "details" plugin.
a802d9
a802d9
* Mon Mar  9 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.09.1
a802d9
- Attempt to address some problems with password handling in the
a802d9
  0.7.0 snapshots
a802d9
a802d9
* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.2
a802d9
- Fix set default script
a802d9
a802d9
* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.1
a802d9
- more scriptlet changes to move from solar to spinfinity
a802d9
a802d9
* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06
a802d9
- Updated to development snapshot
a802d9
- Guess progress better on second boot of persistent live images
a802d9
- Drop upstream patches
a802d9
- swap "solar" and "spinfinity" scriptlet behavior
a802d9
a802d9
* Tue Feb 24 2009 Ray Strode <rstrode@redhat.com> 0.6.0-3
a802d9
- Add fix-heap-corruptor patch from master.  Problem
a802d9
  spotted by Mr. McCann.
a802d9
a802d9
* Wed Dec 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-2
a802d9
- Add patch from drop-nash branch for jeremy
a802d9
a802d9
* Wed Dec  3 2008 Ray Strode <rstrode@redhat.com> 0.6.0-1
a802d9
- Update to 0.6.0
a802d9
a802d9
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> 0.6.0-0.2008.11.17.3.1
a802d9
- Strip %%name from %%summary
a802d9
a802d9
* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.3
a802d9
- don't give error about missing default.so
a802d9
- rework packaging of boot-duration to prevent .rpmnew droppings
a802d9
  (bug 469752)
a802d9
a802d9
* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.2
a802d9
- Don't tell gdm to transition unless booting into runlevel 3
a802d9
  (bug 471785)
a802d9
a802d9
* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.1
a802d9
- Crawl progress bar if boot is way off course (Charlie, bug 471089)
a802d9
a802d9
* Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.2
a802d9
- Don't loop forever when tty returns NUL byte (bug 471498)
a802d9
a802d9
* Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.1
a802d9
- Generate solar background dynamically to reduce ondisk size, and
a802d9
  look better at various resolutions (Charlie, bug 471227)
a802d9
a802d9
* Thu Nov 13 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.4
a802d9
- Move Obsoletes: plymouth-text-and-details-only to base package
a802d9
  so people who had it installed don't end up solar on upgrade
a802d9
a802d9
* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.3
a802d9
- Redo packaging to work better with minimal installs
a802d9
  (bug 471314)
a802d9
a802d9
* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.2
a802d9
- Fix plymouth-set-default-plugin to allow external $LIB
a802d9
a802d9
* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.1
a802d9
- Fix star image (Charlie, bug 471113)
a802d9
a802d9
* Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.2
a802d9
- Improve solar flares (Charlie)
a802d9
- redirect tty again on --show-splash
a802d9
- ignore subsequent --hide-splash calls after the first one
a802d9
- turn off kernel printks during boot up
a802d9
a802d9
* Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.1
a802d9
- Disconnect from tty when init=/bin/bash (bug 471007)
a802d9
a802d9
* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.5
a802d9
- Force the right arch when calling plymouth-set-default-plugin
a802d9
  (bug 470732)
a802d9
a802d9
* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.4
a802d9
- Drop comet (bug 468705)
a802d9
- make boot-duration config(noreplace)
a802d9
a802d9
* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.3
a802d9
- Don't abort if no splash when root is mounted
a802d9
- Actually move patches upstream
a802d9
a802d9
* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.1
a802d9
- Fix feedback loop with plymouth:debug
a802d9
- Move patches upstream
a802d9
- Improve comet animation
a802d9
a802d9
* Sun Nov  9 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.4
a802d9
- Fix up more-debug patch to not assert with plymouth:nolog
a802d9
  (bug 470569)
a802d9
a802d9
* Fri Nov  7 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.3
a802d9
- add some more debug spew to help debug a problem jlaska is having
a802d9
a802d9
* Thu Nov  6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.2
a802d9
- show details plugin on --hide-splash so people can see why the splash
a802d9
  got hidden.
a802d9
a802d9
* Thu Nov  6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.1
a802d9
- Don't exit on plymouth --show-splash after sulogin
a802d9
- Properly retake console after that --show-splash
a802d9
a802d9
* Wed Nov  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.05.1
a802d9
- reset colors on quit --retain-splash
a802d9
- fix off by one in damage calculation for label
a802d9
a802d9
* Tue Nov  4 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.5
a802d9
- Add a sample boot-duration for livecds and first time boots
a802d9
  (bug 469752)
a802d9
a802d9
* Mon Nov  3 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.30.4
a802d9
- Allow pre-setting the default plugin when calling plymouth-populate-initrd
a802d9
a802d9
* Fri Oct 31 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.3
a802d9
- Add pango minimum version to buildrequires
a802d9
a802d9
* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.2
a802d9
- Update prompt text colors to be legible on new artwork
a802d9
a802d9
* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.1
a802d9
- Drop upstreamed patches
a802d9
- Patch from Charlie to update artwork
a802d9
- Patch from Charlie to make password screen match animation better
a802d9
  (bug 468899)
a802d9
a802d9
* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.8
a802d9
- Fix escape at password prompt (bug 467533)
a802d9
a802d9
* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.7
a802d9
- Don't require /bin/plymouth before it's installed (bug 468925)
a802d9
a802d9
* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.6
a802d9
- Force raw mode for keyboard input with solar and fade-in
a802d9
  (bug 468880)
a802d9
- make sure windows get closed on exit
a802d9
a802d9
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.5
a802d9
- Make "Solar" lock icon the same as the "Spinfinity" one.
a802d9
a802d9
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.4
a802d9
- Make plymouth-libs own /usr/lib/plymouth (bug 458071)
a802d9
a802d9
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.3
a802d9
- Default to "Solar" instead of "Spinfinity"
a802d9
a802d9
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.2
a802d9
- Don't set plymouth default plugin to text in %%post
a802d9
a802d9
* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.1
a802d9
- Add Charlie patch to dither in lower color modes (bug 468276)
a802d9
a802d9
* Sun Oct 26 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.24.2
a802d9
- More requires changing to avoid loops (#467356)
a802d9
a802d9
* Fri Oct 24 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.24.1
a802d9
- Add updated progress bar for solar plugin from Charlie
a802d9
- Log plymouth:debug output to boot log
a802d9
- Ignore sigpipe signals in daemon
a802d9
a802d9
* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.2
a802d9
- Bump so name of libply to hopefully force plymouth to get installed
a802d9
  before kernel (or at least make plymouth-libs and plymouth get installed
a802d9
  on the same side of kernel in the transaction).
a802d9
a802d9
* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.1
a802d9
- Add patch from Charlie to align progress bar to milestones during boot up
a802d9
- force tty to be sane on exit (bug 467207)
a802d9
a802d9
* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.3
a802d9
- add empty files section for text-and-details-only so the subpackage
a802d9
  shows up.
a802d9
a802d9
* Wed Oct 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.2
a802d9
- add text-and-details-only subpackage so davej can uninstall
a802d9
  spinfinity, pango, cairo etc from his router.
a802d9
a802d9
* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.1
a802d9
- Minor event loop changes
a802d9
- drop upstream patches
a802d9
- Charlie Brej fix for progress bar resetting when escape gets pressed
a802d9
a802d9
* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.4
a802d9
- Don't make plymouth-libs require plymouth (more fun with 467356)
a802d9
a802d9
* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.3
a802d9
- Add initscripts requires (bug 461322)
a802d9
a802d9
* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.2
a802d9
- Put tty1 back in "cooked" mode when going into runlevel 3
a802d9
  (bug 467207)
a802d9
a802d9
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.1
a802d9
- Clear screen in details plugin when it's done
a802d9
- Make plymouth-update-initrd a small wrapper around mkinitrd instead
a802d9
  of the broken monstrosity it was before.
a802d9
a802d9
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.3
a802d9
- Move plymouth-set-default-plugin, plymouth-update-initrd, and
a802d9
  plymouth-populate-initrd to plymouth-scripts subpackage
a802d9
  (the last fix didn't actually help with bug 467356)
a802d9
a802d9
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.2
a802d9
- Move plymouth-set-default-plugin to -libs (might help with bug 467356)
a802d9
- Fix up requires, provides and postun scripts
a802d9
a802d9
* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.1
a802d9
- Don't free windows on --hide-splash (fix from Jeremy)
a802d9
a802d9
* Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.14.1
a802d9
- Solar fixes from Charlie Brej
a802d9
- Better cpu usage from Charlie
a802d9
a802d9
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.2
a802d9
- Add Requires(post): nash (bug 466500)
a802d9
a802d9
* Wed Oct 08 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.1
a802d9
- Rework how "console=" args done again, to hopefully fix
a802d9
  bug 460565
a802d9
a802d9
* Mon Oct 06 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.06.1
a802d9
- Add "Solar" plugin from Charles Brej
a802d9
- Move things around so computers with separate /usr boot
a802d9
  (hopefully this won't break things, but it probably will)
a802d9
- Make GDM show up on vt1 for all plugins
a802d9
a802d9
* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> 0.6.0-0.2008.09.25.2
a802d9
- Remove mkinitrd requires to break the dep loop and ensure things
a802d9
  get installed in the right order
a802d9
a802d9
* Thu Sep 25 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.25.1
a802d9
- Add new snapshot to fold in Will Woods progress bar, and
a802d9
  move ajax's splash upstream, putting the old text splash
a802d9
  in a "pulser" subpackage
a802d9
a802d9
* Tue Sep 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.23.1
a802d9
- Last snapshot was broken
a802d9
a802d9
* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.22.1
a802d9
- Update to latest snapshot to get better transition support
a802d9
a802d9
* Fri Sep 19 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.2
a802d9
- Turn on gdm trigger for transition
a802d9
a802d9
* Mon Sep 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.1
a802d9
- add quit command with --retain-splash option to client
a802d9
a802d9
* Wed Sep 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.10.1
a802d9
- Fix text rendering for certain machines
a802d9
a802d9
* Mon Sep  8 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.4
a802d9
- More serial console fixes (bug 460565 again)
a802d9
a802d9
* Fri Sep  5 2008 Bill Nottingham <notting@redhat.com> 0.6.0-0.2008.09.05.3
a802d9
- make the text plugin use the system release info rather than a hardcoded 'Fedora 10'
a802d9
a802d9
* Fri Sep  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.2
a802d9
- Try to support multiple serial consoles better
a802d9
  (bug 460565)
a802d9
a802d9
* Fri Sep  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.1
a802d9
- Fix some confusion with password handling in details plugin
a802d9
a802d9
* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27.1
a802d9
- Fix another crasher for users with encrypted disks (this time in
a802d9
  the text plugin, not the client)
a802d9
a802d9
* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27
a802d9
- Update to latest snapshot
a802d9
- Add the ability to show text prompts in graphical plugin
a802d9
- Fix crasher for users with encrypted disks
a802d9
a802d9
* Fri Aug 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.22
a802d9
- Update to latest snapshot
a802d9
a802d9
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-20.2008.08.13
a802d9
- Update previous patch to remove some assertions
a802d9
a802d9
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-19.2008.08.13
a802d9
- add a patch that may help serial console users
a802d9
a802d9
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-18.2008.08.13
a802d9
- add spool directory to file list
a802d9
a802d9
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-17.2008.08.13
a802d9
- Make plymouth-gdm-hooks require plymouth-utils
a802d9
a802d9
* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-16.2008.08.13
a802d9
- Add a boot failure viewer to login screen (written by Matthias)
a802d9
a802d9
* Tue Aug 12 2008 Adam Jackson <ajax@redhat.com> 0.5.0-15.2008.08.08
a802d9
- plymouth-0.5.0-textbar-hotness.patch: Change the text plugin to a slightly
a802d9
  more traditional progress bar, to maintain the illusion of progress better
a802d9
  than the eternally oscillating cylon. Note: still incomplete.
a802d9
a802d9
* Fri Aug  8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-14.2008.08.08
a802d9
- Don't require a modifiable text color map (may fix serial consoles)
a802d9
a802d9
* Thu Aug  7 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-13.2008.08.07
a802d9
- Update to new snapshot which when combined with a new mkinitrd should
a802d9
  make unlocking encrypted root partitions work again
a802d9
a802d9
* Wed Aug  6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-12.2008.08.06
a802d9
- Update to new snapshot which fixes some assertion failures in the
a802d9
  client code
a802d9
a802d9
* Wed Aug  6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-11.2008.08.01
a802d9
- Add Requires(post): plymouth to plugins so they get plymouth-set-default-plugin (bug 458071)
a802d9
a802d9
* Tue Aug  5 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-10.2008.08.01
a802d9
- Add plymouth dirs to file list (bug 457871)
a802d9
a802d9
* Fri Aug  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-9.2008.08.01
a802d9
- new plymout-populate-initrd features don't work with the set -e at the
a802d9
  top of it.
a802d9
a802d9
* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.08.01
a802d9
- Update to another snapshot to actually get new
a802d9
  plymouth-populate-initrd features
a802d9
a802d9
* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.07.31
a802d9
- Update to snapshot to get new plymouth-populate-initrd features
a802d9
- Make removing rhgb use details plugin instead of exiting
a802d9
a802d9
* Thu Jul 31 2008 Peter Jones <pjones@redhat.com> - 0.5.0-7
a802d9
- Make it a mkinitrd requires instead of a nash requires (that will
a802d9
  still pull in nash, but we need mkinitrd for newer plymouth-populate-initrd)
a802d9
a802d9
* Wed Jul 30 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-6
a802d9
- Add nash requires
a802d9
a802d9
* Wed Jul  9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-5
a802d9
- Use a new heuristic for finding libdir, since the old
a802d9
  one falls over on ia64
a802d9
a802d9
* Wed Jul  9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-4
a802d9
- add ctrl-r to rotate text color palette back to stock values
a802d9
a802d9
* Tue Jul  8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-3
a802d9
- Fix populate script on ppc (bug 454353)
a802d9
a802d9
* Tue Jul  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-2
a802d9
- Pull in spinfinity by default.  This whole "figure out
a802d9
  which plugin to use" set of scripts and scriptlets
a802d9
  needs work.  We need to separate distro default from
a802d9
  user choice.
a802d9
a802d9
* Tue Jul  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-1
a802d9
- Add new client "ask-for-password" command which feeds
a802d9
  the user input to a program instead of standard output,
a802d9
  and loops when the program returns non-zero exit status.
a802d9
a802d9
* Thu Jun 26 2008 Ray Strode <rstrode@redhat.com> - 0.4.5-1
a802d9
- Update to version 0.4.5
a802d9
- Make text plugin blue and less 80s
a802d9
a802d9
* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-4
a802d9
- Make "Password: " show up correctly in text plugin
a802d9
a802d9
* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-3
a802d9
- Require elfutils (bug 452797)
a802d9
a802d9
* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-2
a802d9
- Make plymouth-set-default-plugin --reset choose the latest
a802d9
  installed plugin, not the earliest
a802d9
a802d9
* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-1
a802d9
- Update to version 0.4.0
a802d9
- Only run if rhgb is on kernel command line
a802d9
- Make text plugin more animated
a802d9
a802d9
* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-2
a802d9
- dont go back to text mode on exit
a802d9
a802d9
* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-1
a802d9
- Update to version 0.3.2
a802d9
- show gradient in spinfinity plugin
a802d9
- Drop fade out in spinfinity plugin
a802d9
- fix throbber placement
a802d9
- rename graphical.so to default.so
a802d9
a802d9
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-3
a802d9
- scriplet should be preun, not postun
a802d9
a802d9
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-2
a802d9
- Fix postun scriptlet
a802d9
a802d9
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-1
a802d9
- Update to version 0.3.1
a802d9
- Don't ship generated initrd scripts in tarball
a802d9
a802d9
* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.0-1
a802d9
- Update to version 0.3.0
a802d9
- Better plugin handling
a802d9
- Better integration with mkinitrd (pending mkinitrd changes)
a802d9
- random bug fixes
a802d9
a802d9
* Mon Jun  9 2008 Ray Strode <rstrode@redhat.com> - 0.2.0-1
a802d9
- Update to version 0.2.0
a802d9
- Integrate more tightly with nash (pending nash changes)
a802d9
- ship libs for out of tree splash plugins
a802d9
- gradient support
a802d9
- random bug fixes
a802d9
a802d9
* Fri May 30 2008 Ray Strode <rstrode@redhat.com> - 0.1.0-1
a802d9
- Initial import, version 0.1.0