Blame SPECS/plymouth.spec

a1cb08
%global commit 1ea1020dd18c99ef7547acc85d1cfbf88af626bb
a1cb08
%global commitdate 20210331
a1cb08
%global shortcommit %(c=%{commit}; echo ${c:0:7})
a1cb08
a1cb08
Summary: Graphical Boot Animation and Logger
a1cb08
Name: plymouth
a1cb08
Version: 0.9.5
a1cb08
Release: 5.%{commitdate}git%{shortcommit}%{?dist}
a1cb08
License: GPLv2+
a1cb08
URL: http://www.freedesktop.org/wiki/Software/Plymouth
a1cb08
a1cb08
# Pending upstream: https://gitlab.freedesktop.org/plymouth/plymouth/-/merge_requests/138/
a1cb08
Source0: https://gitlab.freedesktop.org/jwrdegoede/plymouth/-/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
a1cb08
#Source0: https://gitlab.freedesktop.org/plymouth/plymouth/-/archive/%%{commit}/%%{name}-%%{shortcommit}.tar.gz
a1cb08
Source2: charge.plymouth
a1cb08
a1cb08
# Upstream has bumped the soname because some obscure symbols were dropped,
a1cb08
# but we really do not want to change soname in Fedora during a cycle.
a1cb08
# The only libply* user in Fedora outside this pkg is plymouth-theme-breeze
a1cb08
# and that does not need the removed symbols.
a1cb08
Patch0: 0001-Revert-configure-bump-so-name.patch
a1cb08
Patch1: ship-label-plugin-in-initrd.patch
a1cb08
a1cb08
BuildRequires: make
a1cb08
BuildRequires: gcc libtool git
a1cb08
BuildRequires: pkgconfig(libdrm)
a1cb08
BuildRequires: pkgconfig(libudev)
a1cb08
BuildRequires: kernel-headers
a1cb08
BuildRequires: libpng-devel
a1cb08
BuildRequires: libxslt, docbook-style-xsl
a1cb08
BuildRequires: pkgconfig(gtk+-3.0)
a1cb08
BuildRequires: pango-devel >= 1.21.0
a1cb08
BuildRequires: cairo-devel
a1cb08
BuildRequires: gettext-devel
a1cb08
BuildRequires: intltool
a1cb08
a1cb08
Requires: %{name}-core-libs = %{version}-%{release}
a1cb08
Requires: %{name}-scripts = %{version}-%{release}
a1cb08
Suggests: logrotate
a1cb08
a1cb08
%description
a1cb08
Plymouth provides an attractive graphical boot animation in
a1cb08
place of the text messages that normally get shown.  Text
a1cb08
messages are instead redirected to a log file for viewing
a1cb08
after boot.
a1cb08
a1cb08
a1cb08
%package system-theme
a1cb08
Summary: Plymouth default theme
a1cb08
Requires: plymouth(system-theme) = %{version}-%{release}
a1cb08
a1cb08
%description system-theme
a1cb08
This meta-package tracks the current distribution default theme.
a1cb08
a1cb08
a1cb08
%package core-libs
a1cb08
Summary: Plymouth core libraries
a1cb08
a1cb08
%description core-libs
a1cb08
This package contains the core libraries used by Plymouth.
a1cb08
a1cb08
a1cb08
%package graphics-libs
a1cb08
Summary: Plymouth graphics libraries
a1cb08
Requires: %{name}-core-libs = %{version}-%{release}
a1cb08
Requires: system-logos
a1cb08
a1cb08
%description graphics-libs
a1cb08
This package contains the libraries used by graphical Plymouth splashes.
a1cb08
a1cb08
a1cb08
%package devel
a1cb08
Summary: Libraries and headers for writing Plymouth splash plugins
a1cb08
Requires: %{name} = %{version}-%{release}
a1cb08
Requires: pkgconfig
a1cb08
a1cb08
%description devel
a1cb08
This package contains the libraries and headers needed to develop
a1cb08
3rd party splash plugins for Plymouth.
a1cb08
a1cb08
a1cb08
%package scripts
a1cb08
Summary: Plymouth related scripts
a1cb08
Requires: findutils, coreutils, gzip, cpio, dracut
a1cb08
Requires: %{name} = %{version}-%{release}
a1cb08
a1cb08
%description scripts
a1cb08
This package contains scripts that help integrate Plymouth with
a1cb08
the system.
a1cb08
a1cb08
a1cb08
%package plugin-label
a1cb08
Summary: Plymouth label plugin
a1cb08
Requires: %{name} = %{version}-%{release}
a1cb08
Requires: %{name}-graphics-libs = %{version}-%{release}
a1cb08
a1cb08
%description plugin-label
a1cb08
This package contains the label control plugin for Plymouth.
a1cb08
It provides the ability to render text on graphical boot splashes.
a1cb08
a1cb08
a1cb08
%package plugin-script
a1cb08
Summary: Plymouth "script" plugin
a1cb08
Requires: %{name} = %{version}-%{release}
a1cb08
Requires: %{name}-graphics-libs = %{version}-%{release}
a1cb08
a1cb08
%description plugin-script
a1cb08
This package contains the "script" boot splash plugin for
a1cb08
Plymouth. It features an extensible boot splash language that
a1cb08
allows writing new plugins as scripts, simplifying the process
a1cb08
of designing custom boot splash themes.
a1cb08
a1cb08
a1cb08
%package plugin-fade-throbber
a1cb08
Summary: Plymouth "Fade-Throbber" plugin
a1cb08
Requires: %{name} = %{version}-%{release}
a1cb08
Requires: %{name}-graphics-libs = %{version}-%{release}
a1cb08
a1cb08
%description plugin-fade-throbber
a1cb08
This package contains the "Fade-In" boot splash plugin for
a1cb08
Plymouth. It features a centered image that fades in and out
a1cb08
while other images pulsate around during system boot up.
a1cb08
a1cb08
a1cb08
%package plugin-space-flares
a1cb08
Summary: Plymouth "space-flares" plugin
a1cb08
Requires: %{name} = %{version}-%{release}
a1cb08
Requires: %{name}-graphics-libs = %{version}-%{release}
a1cb08
Requires: plymouth-plugin-label = %{version}-%{release}
a1cb08
a1cb08
%description plugin-space-flares
a1cb08
This package contains the "space-flares" boot splash plugin for
a1cb08
Plymouth. It features a corner image with animated flares.
a1cb08
a1cb08
a1cb08
%package plugin-two-step
a1cb08
Summary: Plymouth "two-step" plugin
a1cb08
Requires: %{name} = %{version}-%{release}
a1cb08
Requires: %{name}-graphics-libs = %{version}-%{release}
a1cb08
Requires: plymouth-plugin-label = %{version}-%{release}
a1cb08
# Spinifinity like themes should now use two-step instead of throbgress
a1cb08
# No provides, the throbgress plugin has been removed upstream
a1cb08
Obsoletes: %{name}-plugin-throbgress < %{version}-%{release}
a1cb08
a1cb08
%description plugin-two-step
a1cb08
This package contains the "two-step" boot splash plugin for
a1cb08
Plymouth. It features a two phased boot process that starts with
a1cb08
a progressing animation synced to boot time and finishes with a
a1cb08
short, fast one-shot animation.
a1cb08
a1cb08
a1cb08
%package theme-charge
a1cb08
Summary: Plymouth "Charge" plugin
a1cb08
Requires: %{name}-plugin-two-step = %{version}-%{release}
a1cb08
Requires(post): plymouth-scripts
a1cb08
a1cb08
%description theme-charge
a1cb08
This package contains the "charge" boot splash theme for
a1cb08
Plymouth. It features the shadowy hull of a Fedora logo charge up and
a1cb08
and finally burst into full form.
a1cb08
a1cb08
a1cb08
%package theme-fade-in
a1cb08
Summary: Plymouth "Fade-In" theme
a1cb08
Requires: %{name}-plugin-fade-throbber = %{version}-%{release}
a1cb08
Requires(post): plymouth-scripts
a1cb08
a1cb08
%description theme-fade-in
a1cb08
This package contains the "Fade-In" boot splash theme for
a1cb08
Plymouth. It features a centered logo that fades in and out
a1cb08
while stars twinkle around the logo during system boot up.
a1cb08
a1cb08
a1cb08
%package theme-script
a1cb08
Summary: Plymouth "Script" plugin
a1cb08
Requires: %{name}-plugin-script = %{version}-%{release}
a1cb08
Requires(post): plymouth-scripts
a1cb08
a1cb08
%description theme-script
a1cb08
This package contains the "script" boot splash theme for
a1cb08
Plymouth. It it is a simple example theme the uses the "script"
a1cb08
plugin.
a1cb08
a1cb08
a1cb08
%package theme-solar
a1cb08
Summary: Plymouth "Solar" theme
a1cb08
Requires: %{name}-plugin-space-flares = %{version}-%{release}
a1cb08
Requires(post): plymouth-scripts
a1cb08
a1cb08
%description theme-solar
a1cb08
This package contains the "Solar" boot splash theme for
a1cb08
Plymouth. It features a blue flamed sun with animated solar flares.
a1cb08
a1cb08
a1cb08
%package theme-spinfinity
a1cb08
Summary: Plymouth "Spinfinity" theme
a1cb08
Requires: %{name}-plugin-two-step = %{version}-%{release}
a1cb08
Requires(post): plymouth-scripts
a1cb08
a1cb08
%description theme-spinfinity
a1cb08
This package contains the "Spinfinity" boot splash theme for
a1cb08
Plymouth. It features a centered logo and animated spinner that
a1cb08
spins in the shape of an infinity sign.
a1cb08
a1cb08
a1cb08
%package theme-spinner
a1cb08
Summary: Plymouth "Spinner" theme
a1cb08
Requires: %{name}-plugin-two-step = %{version}-%{release}
a1cb08
Requires: font(cantarell) font(cantarelllight)
a1cb08
Requires(post): plymouth-scripts
a1cb08
Provides: plymouth(system-theme) = %{version}-%{release}
a1cb08
a1cb08
%description theme-spinner
a1cb08
This package contains the "spinner" boot splash theme for
a1cb08
Plymouth. It features a small spinner on a dark background.
a1cb08
a1cb08
a1cb08
%prep
a1cb08
%autosetup -p1 -n %{name}-%{commit}
a1cb08
autoreconf --install --symlink -Wno-portability
a1cb08
# Change the default theme
a1cb08
sed -i -e 's/spinner/bgrt/g' src/plymouthd.defaults
a1cb08
a1cb08
a1cb08
%build
a1cb08
%configure --enable-tracing                                      \
a1cb08
           --with-logo=%{_datadir}/pixmaps/system-logo-white.png \
a1cb08
           --with-background-start-color-stop=0x0073B3           \
a1cb08
           --with-background-end-color-stop=0x00457E             \
a1cb08
           --with-background-color=0x3391cd                      \
a1cb08
           --with-runtimedir=/run                                \
a1cb08
           --disable-gdm-transition                              \
a1cb08
           --enable-systemd-integration                          \
a1cb08
           --without-system-root-install                         \
a1cb08
           --without-rhgb-compat-link
a1cb08
%make_build
a1cb08
a1cb08
a1cb08
%install
a1cb08
%make_install
a1cb08
%find_lang %{name}
a1cb08
find $RPM_BUILD_ROOT -name '*.la' -delete
a1cb08
a1cb08
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
a1cb08
a1cb08
# Add charge, our old default
a1cb08
mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
a1cb08
cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
a1cb08
cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
a1cb08
a1cb08
# Drop glow, it's not very Fedora-y
a1cb08
rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
a1cb08
a1cb08
a1cb08
%ldconfig_scriptlets core-libs
a1cb08
a1cb08
%ldconfig_scriptlets graphics-libs
a1cb08
a1cb08
%postun theme-charge
a1cb08
export PLYMOUTH_PLUGIN_PATH=%{_libdir}/plymouth/
a1cb08
if [ $1 -eq 0 ]; then
a1cb08
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "charge" ]; then
a1cb08
        %{_sbindir}/plymouth-set-default-theme --reset
a1cb08
    fi
a1cb08
fi
a1cb08
a1cb08
%postun theme-fade-in
a1cb08
export PLYMOUTH_PLUGIN_PATH=%{_libdir}/plymouth/
a1cb08
if [ $1 -eq 0 ]; then
a1cb08
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "fade-in" ]; then
a1cb08
        %{_sbindir}/plymouth-set-default-theme --reset
a1cb08
    fi
a1cb08
fi
a1cb08
a1cb08
%postun theme-solar
a1cb08
export PLYMOUTH_PLUGIN_PATH=%{_libdir}/plymouth/
a1cb08
if [ $1 -eq 0 ]; then
a1cb08
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "solar" ]; then
a1cb08
        %{_sbindir}/plymouth-set-default-theme --reset
a1cb08
    fi
a1cb08
fi
a1cb08
a1cb08
%postun theme-spinfinity
a1cb08
export PLYMOUTH_PLUGIN_PATH=%{_libdir}/plymouth/
a1cb08
if [ $1 -eq 0 ]; then
a1cb08
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "spinfinity" ]; then
a1cb08
        %{_sbindir}/plymouth-set-default-theme --reset
a1cb08
    fi
a1cb08
fi
a1cb08
a1cb08
%post theme-spinner
a1cb08
export PLYMOUTH_PLUGIN_PATH=%{_libdir}/plymouth/
a1cb08
# On upgrades replace charge with the new bgrt default
a1cb08
if [ $1 -eq 2 ]; then
a1cb08
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "charge" ]; then
a1cb08
        %{_sbindir}/plymouth-set-default-theme bgrt
a1cb08
    fi
a1cb08
fi
a1cb08
a1cb08
%postun theme-spinner
a1cb08
export PLYMOUTH_PLUGIN_PATH=%{_libdir}/plymouth/
a1cb08
if [ $1 -eq 0 ]; then
a1cb08
    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "bgrt" -o \
a1cb08
         "$(%{_sbindir}/plymouth-set-default-theme)" == "spinner" ]; then
a1cb08
        %{_sbindir}/plymouth-set-default-theme --reset
a1cb08
    fi
a1cb08
fi
a1cb08
a1cb08
a1cb08
%files -f %{name}.lang
a1cb08
%license COPYING
a1cb08
%doc AUTHORS README
a1cb08
%dir %{_datadir}/plymouth
a1cb08
%dir %{_datadir}/plymouth/themes
a1cb08
%dir %{_datadir}/plymouth/themes/details
a1cb08
%dir %{_datadir}/plymouth/themes/text
a1cb08
%dir %{_libexecdir}/plymouth
a1cb08
%dir %{_localstatedir}/lib/plymouth
a1cb08
%dir %{_libdir}/plymouth/renderers
a1cb08
%dir %{_sysconfdir}/plymouth
a1cb08
%config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
a1cb08
%config(noreplace) %{_sysconfdir}/logrotate.d/bootlog
a1cb08
%{_sbindir}/plymouthd
a1cb08
%{_libexecdir}/plymouth/plymouthd-drm-escrow
a1cb08
%{_bindir}/plymouth
a1cb08
%{_libdir}/plymouth/details.so
a1cb08
%{_libdir}/plymouth/text.so
a1cb08
%{_libdir}/plymouth/tribar.so
a1cb08
%{_datadir}/plymouth/themes/details/details.plymouth
a1cb08
%{_datadir}/plymouth/themes/text/text.plymouth
a1cb08
%{_datadir}/plymouth/themes/tribar/tribar.plymouth
a1cb08
%{_datadir}/plymouth/plymouthd.defaults
a1cb08
%{_localstatedir}/spool/plymouth
a1cb08
%{_mandir}/man?/*
a1cb08
%ghost %{_localstatedir}/lib/plymouth/boot-duration
a1cb08
%{_prefix}/lib/systemd/system/
a1cb08
a1cb08
%files devel
a1cb08
%{_libdir}/libply.so
a1cb08
%{_libdir}/libply-splash-core.so
a1cb08
%{_libdir}/libply-boot-client.so
a1cb08
%{_libdir}/libply-splash-graphics.so
a1cb08
%{_libdir}/pkgconfig/ply-splash-core.pc
a1cb08
%{_libdir}/pkgconfig/ply-splash-graphics.pc
a1cb08
%{_libdir}/pkgconfig/ply-boot-client.pc
a1cb08
%{_libdir}/plymouth/renderers/x11*
a1cb08
%{_includedir}/plymouth-1
a1cb08
a1cb08
%files core-libs
a1cb08
%{_libdir}/libply.so.*
a1cb08
%{_libdir}/libply-splash-core.so.*
a1cb08
%{_libdir}/libply-boot-client.so.*
a1cb08
%dir %{_libdir}/plymouth
a1cb08
a1cb08
%files graphics-libs
a1cb08
%{_libdir}/libply-splash-graphics.so.*
a1cb08
%{_libdir}/plymouth/renderers/drm*
a1cb08
%{_libdir}/plymouth/renderers/frame-buffer*
a1cb08
a1cb08
%files scripts
a1cb08
%{_sbindir}/plymouth-set-default-theme
a1cb08
%{_libexecdir}/plymouth/plymouth-update-initrd
a1cb08
%{_libexecdir}/plymouth/plymouth-generate-initrd
a1cb08
%{_libexecdir}/plymouth/plymouth-populate-initrd
a1cb08
a1cb08
%files plugin-label
a1cb08
%{_libdir}/plymouth/label.so
a1cb08
a1cb08
%files plugin-script
a1cb08
%{_libdir}/plymouth/script.so
a1cb08
a1cb08
%files plugin-fade-throbber
a1cb08
%{_libdir}/plymouth/fade-throbber.so
a1cb08
a1cb08
%files plugin-space-flares
a1cb08
%{_libdir}/plymouth/space-flares.so
a1cb08
a1cb08
%files plugin-two-step
a1cb08
%{_libdir}/plymouth/two-step.so
a1cb08
a1cb08
%files theme-charge
a1cb08
%{_datadir}/plymouth/themes/charge
a1cb08
a1cb08
%files theme-fade-in
a1cb08
%{_datadir}/plymouth/themes/fade-in
a1cb08
a1cb08
%files theme-script
a1cb08
%{_datadir}/plymouth/themes/script
a1cb08
a1cb08
%files theme-solar
a1cb08
%{_datadir}/plymouth/themes/solar
a1cb08
a1cb08
%files theme-spinfinity
a1cb08
%{_datadir}/plymouth/themes/spinfinity
a1cb08
a1cb08
%files theme-spinner
a1cb08
# bgrt is a variant of spinner with different settings in its .plymouth file
a1cb08
%{_datadir}/plymouth/themes/bgrt
a1cb08
%{_datadir}/plymouth/themes/spinner
a1cb08
a1cb08
%files system-theme
a1cb08
a1cb08
a1cb08
%changelog
a1cb08
* Mon Jan 31 2022 Ray Strode <rstrode@redhat.com> - 0.9.5-5.20210331git1ea1020
a1cb08
- Ship label plugin in initramfs
a1cb08
  Resolves: #2017138
a1cb08
a1cb08
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.5-4.20210331git1ea1020
a1cb08
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
a1cb08
  Related: rhbz#1991688
a1cb08
a1cb08
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.5-3.20210331git1ea1020
a1cb08
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
a1cb08
a1cb08
* Wed Mar 31 2021 Hans de Goede <hdegoede@redhat.com> - 0.9.5-2.20210331git1ea1020
a1cb08
- New git snapshot
a1cb08
- Fixes 1933378 - Bootsplash doesn't always fully clear on boot to console
a1cb08
- Fixes 1941329 - Flickering plymouth on shutdown/reboot
a1cb08
- Prune spec-file changelog a bit
a1cb08
a1cb08
* Tue Mar 23 2021 Hans de Goede <hdegoede@redhat.com> - 0.9.5-1.20210323git8a3c9bb
a1cb08
- Update to 0.9.5 + a bunch of extra fixes from git (new upstream git snapshot)
a1cb08
- Fixes 1896929 - systemd complains about Unit configured to use KillMode=none
a1cb08
a1cb08
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-17.20200325gite31c81f
a1cb08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a1cb08
a1cb08
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-16.20200325gite31c81f
a1cb08
- Second attempt - Rebuilt for
a1cb08
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a1cb08
a1cb08
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-15.20200325gite31c81f
a1cb08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a1cb08
a1cb08
* Wed Mar 25 2020 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-14.20200306git58a7289
a1cb08
- New upstream git snapshot
a1cb08
- Add RemainAfterExit=yes to plymouth's systemd service files (rhbz#1807771)
a1cb08
- Fix the spinner / animation missing on shutdown and reboot
a1cb08
a1cb08
* Mon Mar  9 2020 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-13.20200306git58a7289
a1cb08
- Add patches fixing crash on monitor hot(un)plug (rhbz#1809681)
a1cb08
- Add patches fixing delay between gdm telling us to deactivate and
a1cb08
  us telling gdm it is ok to continue
a1cb08
- Drop plymouth-plugin-throbgress sub-package, the spinfinity theme now
a1cb08
  uses the two-step plugin
a1cb08
a1cb08
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-12.20191022git32c097c
a1cb08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a1cb08
a1cb08
* Tue Oct 22 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-11.20191022git32c097c
a1cb08
- Drop our private plymouth-update-initrd copy, it is identical to upstream
a1cb08
- New upstream git snapshot, with the following fixes:
a1cb08
- Tweaks to the spinner/bgrt themes to match the gdm/gnome-shell lock screen
a1cb08
  password entry style tweaks done in GNOME 3.34
a1cb08
- Move the keyboard layout and capslock indicator closer to the text field
a1cb08
- Fix flickering below spinner on hidpi displays:
a1cb08
  https://gitlab.freedesktop.org/plymouth/plymouth/issues/83
a1cb08
- Add logrotate file for /var/log/boot.log so that it does not grow endlessly:
a1cb08
  https://gitlab.freedesktop.org/plymouth/plymouth/issues/31
a1cb08
- Some bgrt fixes for devices with non-upright mounted LCD panels
a1cb08
a1cb08
* Tue Oct  1 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-10.20191001gita8aad27
a1cb08
- We are carrying so much patches from upstream that we are practically
a1cb08
  following upstream master, switch to a git snapshot
a1cb08
- Add keyboard layout and capslock state indicator support (rhbz#825406)
a1cb08
- Fix "Installing Updates..." text being rendered all garbled on devices
a1cb08
  where the panel is mounted 90 degrees rotated (rhbz#1753418)
a1cb08
a1cb08
* Sat Sep  7 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-9
a1cb08
- Add a patch fixing issues when using cards which default to the radeon
a1cb08
  kms driver with the amdgpu kms driver (rhbz#1490490)
a1cb08
- Extend default DeviceTimeout to 8 seconds (rhbz#1737221)
a1cb08
a1cb08
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-8
a1cb08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a1cb08
a1cb08
* Fri Jul 19 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-7
a1cb08
- One more patch for dealing with some devices with a non-upright mounted
a1cb08
  LCD-panel (rhbz#1730783)
a1cb08
a1cb08
* Wed Jun 12 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-6
a1cb08
- Add patches from upstream for:
a1cb08
  - Fix failing to pick the native monitor mode starting with kernel 5.2
a1cb08
  - Fix firmware bootsplash support for devices which use the new
a1cb08
    (in ACPI 6.2) rotation bits in the BGRT header
a1cb08
  - Add support for firmware-upgrade mode
a1cb08
a1cb08
* Mon Mar 25 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-5
a1cb08
- Update bgrt/spinner background to solid black to make the experience on
a1cb08
  systems where we do not show the firmware boot-splash consistent with
a1cb08
  systems where we do show the firmware boot-splash
a1cb08
- Update translations
a1cb08
a1cb08
* Mon Mar  4 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-4
a1cb08
- Add translations for the new spinner/bgrt offline-updates splash
a1cb08
a1cb08
* Wed Feb 13 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-3
a1cb08
- Add patches from upstream for:
a1cb08
  - Monitor hotplug support, this fixes issues with monitors on DP-MST
a1cb08
    docs sometimes not lighting up (rhbz#1652279)
a1cb08
  - Adding support for using the firmware's bootsplash as theme background
a1cb08
  - New bgrt theme which implements the boot-theme design from:
a1cb08
    https://wiki.gnome.org/Design/OS/BootProgress
a1cb08
    Including the new theming for offline-updates shown there
a1cb08
- Make the bgrt theme the new default and upgrade systems which are using the
a1cb08
  charge theme, which is the old default to use the new bgrt theme
a1cb08
- Cleanup the spec-file a bit:
a1cb08
  - Remove unused / unnecessary %%global variables
a1cb08
  - Sort the sections for the various plugins and themes alphabetically
a1cb08
  - Simplify theme filelists
a1cb08
a1cb08
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-2
a1cb08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a1cb08
a1cb08
* Mon Nov 05 2018 Ray Strode <rstrode@redhat.com> - 0.9.4-1
a1cb08
- Update to 0.9.4
a1cb08
a1cb08
* Thu Oct 04 2018 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.3-14
a1cb08
- Add patches from upstream to fix the disk unlock screen sometimes having
a1cb08
  a very low resolution on UEFI machines:
a1cb08
  https://gitlab.freedesktop.org/plymouth/plymouth/issues/68
a1cb08
a1cb08
* Mon Aug 06 2018 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.3-13
a1cb08
- Update patches for CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER interaction
a1cb08
  to the latest patches from master, this fixes the transition from plymouth
a1cb08
  to gdm being non smooth
a1cb08
- Drop unused default-boot-duration file (rhbz#1456010)
a1cb08
a1cb08
* Thu Aug  2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.3-12
a1cb08
- Drop groups in spec
a1cb08
- Drop requires on initscripts (rhbz 1592383)
a1cb08
a1cb08
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-11
a1cb08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a1cb08
a1cb08
* Mon Jul 02 2018 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.3-10
a1cb08
- Add patches from upstream fixing details view on kernels build with
a1cb08
  CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER
a1cb08
a1cb08
* Wed Jun 06 2018 Adam Williamson <awilliam@redhat.com> - 0.9.3-9
a1cb08
- Backport patch to avoid loading renderers on non-rhgb boot
a1cb08
- Backport patch to handle 'rhgb' but no renderers available
a1cb08
- Move frame-buffer rendererer back to graphics-libs subpackage
a1cb08
a1cb08
* Mon Jun 04 2018 Adam Williamson <awilliam@redhat.com> - 0.9.3-8
a1cb08
- Move frame-buffer and drm renderers back to main package
a1cb08
  Having both in subpackage breaks minimal installs with rhgb
a1cb08
a1cb08
* Fri Jun 01 2018 Adam Williamson <awilliam@redhat.com> - 0.9.3-7
a1cb08
- Move frame-buffer renderer to graphics-libs
a1cb08
- Resolves: #1518464
a1cb08
a1cb08
* Sun Apr 15 2018 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.3-6
a1cb08
- Add patches from upstream git for devices with non upright mounted LCD panels
a1cb08
  https://bugs.freedesktop.org/show_bug.cgi?id=104714