Accepting request 760519 from home:qzhao:branches:Base:System

Update to version plymouth-0.9.5+git20191101+d18086e

OBS-URL: https://build.opensuse.org/request/show/760519
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=246
This commit is contained in:
Cliff Zhao 2020-01-03 01:52:31 +00:00 committed by Git OBS Bridge
parent e63e79a273
commit 8abc451acb
4 changed files with 13 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1485a5e4b7e79b4974fd67b977333ca817fc33ab60b27853e5b4769ea6bf2b3b
size 6063712

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e608b5e72dd721167d1ea348ee3fd06ca69479c19f5c1c589f05c280720b57e
size 6006168

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 24 08:49:24 UTC 2019 - Cliff Zhao <qzhao@suse.com> Tue Dec 24 08:49:24 UTC 2019 - Cliff Zhao <qzhao@suse.com>
- Update to version plymouth-0.9.5+git20191101+d18086e: - Update to version plymouth-0.9.5+git20191224+d7c737d:
* drm: Keep hw-rotation on devices with upside down LCD panels * drm: Keep hw-rotation on devices with upside down LCD panels
* themes: spinner/bgrt: Modify password dialog to match gnome * themes: spinner/bgrt: Modify password dialog to match gnome
3.34 changes 3.34 changes
@ -32,8 +32,7 @@ Wed Sep 11 07:54:48 UTC 2019 - Cliff Zhao <qzhao@suse.com>
- Add patch plymouth-avoid-umount-hanging-shutdown.patch: - Add patch plymouth-avoid-umount-hanging-shutdown.patch:
To avoid grantpt() call nsslookup, it will hanging system unmount To avoid grantpt() call nsslookup, it will hanging system unmount
/var during shutdown period(bsc#1105688, bsc#1129386, /var during shutdown period(bsc#1105688,bsc#1129386,bsc#1134660).
bsc#1134660).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 15 03:56:10 UTC 2019 - Cliff Zhao <qzhao@suse.com> Thu Aug 15 03:56:10 UTC 2019 - Cliff Zhao <qzhao@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package plymouth # spec file for package plymouth
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
%bcond_with x11_renderer %bcond_with x11_renderer
%global so_version 5 %global so_version 5
%global git_version git20191101+d18086e %global git_version git20191224+d7c737d
Name: plymouth Name: plymouth
Version: 0.9.5+%{git_version} Version: 0.9.5+%{git_version}
@ -368,6 +368,8 @@ sed -i -e 's/spinner/SLE/g' src/plymouthd.defaults
--with-background-color=0x3391cd \ --with-background-color=0x3391cd \
--without-rhgb-compat-link \ --without-rhgb-compat-link \
--without-system-root-install \ --without-system-root-install \
--bindir=/bin \
--sbindir=/sbin \
%if %{without x11_renderer} %if %{without x11_renderer}
--disable-gtk --disable-gtk
%endif %endif
@ -381,7 +383,7 @@ rm -f %{buildroot}/%{_bindir}/rhgb-client
# Glow isn't quite ready for primetime # Glow isn't quite ready for primetime
rm -rf %{buildroot}%{_datadir}/plymouth/glow/ rm -rf %{buildroot}%{_datadir}/plymouth/glow/
rm -rf %{buildroot}%{_datadir}/plymouth/themes/glow/ rm -rf %{buildroot}%{_datadir}/plymouth/themes/glow/
rm -f %{buildroot}%{_libdir}/plymouth/glow.so rm -rf %{buildroot}%{_libdir}/plymouth/glow.so
rm -rf %{buildroot}%{_datadir}/plymouth/themes/spinfinity/header-image.png rm -rf %{buildroot}%{_datadir}/plymouth/themes/spinfinity/header-image.png
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
@ -500,8 +502,8 @@ fi
%dir %{_sysconfdir}/plymouth %dir %{_sysconfdir}/plymouth
%config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf %config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/bootlog %config(noreplace) %{_sysconfdir}/logrotate.d/bootlog
%{_sbindir}/plymouthd /sbin/plymouthd
%{_bindir}/plymouth /bin/plymouth
%{_libdir}/plymouth/details.so %{_libdir}/plymouth/details.so
%{_libdir}/plymouth/text.so %{_libdir}/plymouth/text.so
%{_libdir}/plymouth/renderers/drm* %{_libdir}/plymouth/renderers/drm*
@ -547,7 +549,7 @@ fi
%files scripts %files scripts
%dir %{_libexecdir}/plymouth %dir %{_libexecdir}/plymouth
%{_sbindir}/plymouth-set-default-theme /sbin/plymouth-set-default-theme
%{_libexecdir}/plymouth/plymouth-update-initrd %{_libexecdir}/plymouth/plymouth-update-initrd
%if %{with x11_renderer} %if %{with x11_renderer}