- Remove framebuffer support bsc#980750 and bsc#982226
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=173
This commit is contained in:
parent
274b45a4c3
commit
333b46265a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 1 10:20:05 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Remove framebuffer support bsc#980750 and bsc#982226
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 8 15:00:06 UTC 2016 - fvogt@suse.com
|
Mon Feb 8 15:00:06 UTC 2016 - fvogt@suse.com
|
||||||
|
|
||||||
|
@ -412,6 +412,9 @@ cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_datadir}/plymouth/default-boot-d
|
|||||||
cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
|
cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
|
||||||
cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults %{buildroot}/%{_sysconfdir}/plymouth/plymouthd.conf
|
cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults %{buildroot}/%{_sysconfdir}/plymouth/plymouthd.conf
|
||||||
|
|
||||||
|
# Remove framebuffer support, bsc#980750
|
||||||
|
rm %{buildroot}%{_libdir}/plymouth/renderers/frame-buffer.so
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{?regenerate_initrd_post}
|
%{?regenerate_initrd_post}
|
||||||
if [ ! -e /.buildenv ]; then
|
if [ ! -e /.buildenv ]; then
|
||||||
@ -530,7 +533,6 @@ fi
|
|||||||
%{_libdir}/plymouth/details.so
|
%{_libdir}/plymouth/details.so
|
||||||
%{_libdir}/plymouth/text.so
|
%{_libdir}/plymouth/text.so
|
||||||
%{_libdir}/plymouth/renderers/drm*
|
%{_libdir}/plymouth/renderers/drm*
|
||||||
%{_libdir}/plymouth/renderers/frame-buffer*
|
|
||||||
%{_datadir}/plymouth/default-boot-duration
|
%{_datadir}/plymouth/default-boot-duration
|
||||||
%{_datadir}/plymouth/themes/details/details.plymouth
|
%{_datadir}/plymouth/themes/details/details.plymouth
|
||||||
%{_datadir}/plymouth/themes/text/text.plymouth
|
%{_datadir}/plymouth/themes/text/text.plymouth
|
||||||
|
Loading…
Reference in New Issue
Block a user