From 02c35d611188adb0fe8ea80ca815eda788808def Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 1 Jun 2018 12:34:28 -0700 Subject: [PATCH] Move frame-buffer renderer to graphics-libs (#1518464) --- plymouth.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plymouth.spec b/plymouth.spec index 3625be2..e2b4755 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -16,7 +16,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.9.3 -Release: 6%{?snapshot_rel}%{?dist} +Release: 7%{?snapshot_rel}%{?dist} License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Plymouth Group: System Environment/Base @@ -359,7 +359,6 @@ fi %{_libdir}/plymouth/details.so %{_libdir}/plymouth/text.so %{_libdir}/plymouth/tribar.so -%{_libdir}/plymouth/renderers/frame-buffer* %{_datadir}/plymouth/default-boot-duration %{_datadir}/plymouth/themes/details/details.plymouth %{_datadir}/plymouth/themes/text/text.plymouth @@ -392,6 +391,7 @@ fi %files graphics-libs %{_libdir}/plymouth/renderers/drm* %{_libdir}/libply-splash-graphics.so.* +%{_libdir}/plymouth/renderers/frame-buffer* %files scripts %{_sbindir}/plymouth-set-default-theme @@ -458,6 +458,10 @@ fi %files system-theme %changelog +* Fri Jun 01 2018 Adam Williamson - 0.9.3-7 +- Move frame-buffer renderer to graphics-libs +- Resolves: #1518464 + * Sun Apr 15 2018 Hans de Goede - 0.9.3-6 - Add patches from upstream git for devices with non upright mounted LCD panels https://bugs.freedesktop.org/show_bug.cgi?id=104714