Blame SPECS/plymouth.spec

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