Accepting request 555598 from home:Zaitor:branches:Base:System
- Update to version 0.9.3+git20171130.fa66a5b: * INSTALL: Fix a spelling error in the command example * populate-initrd: handle themes with subdirs * device-manager: fall back to text mode if graphical devices fail * scripts: Use >&2 instead of /dev/stderr * terminal: add include for sysmacros.h * configure: bump to 0.9.4 * terminal-session: don't delete boot.log * Revert "Make boot.log world readable by default" - Rebase 0002-Install-label-ft-plugin-into-initrd-if-available.patch OBS-URL: https://build.opensuse.org/request/show/555598 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=187
This commit is contained in:
parent
e06388502c
commit
3ded1baf27
@ -14,8 +14,8 @@ diff --git a/scripts/plymouth-populate-initrd.in b/scripts/plymouth-populate-ini
|
|||||||
index 43c7f22..a109c59 100755
|
index 43c7f22..a109c59 100755
|
||||||
--- a/scripts/plymouth-populate-initrd.in
|
--- a/scripts/plymouth-populate-initrd.in
|
||||||
+++ b/scripts/plymouth-populate-initrd.in
|
+++ b/scripts/plymouth-populate-initrd.in
|
||||||
@@ -414,6 +414,15 @@ if [ -d ${PLYMOUTH_DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME} ]; then
|
@@ -427,6 +427,15 @@
|
||||||
done
|
inst_recur "${PLYMOUTH_DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+if [ -f "${PLYMOUTH_PLUGIN_PATH}/label-ft.so" ]; then
|
+if [ -f "${PLYMOUTH_PLUGIN_PATH}/label-ft.so" ]; then
|
||||||
|
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">plymouth</param>
|
<param name="filename">plymouth</param>
|
||||||
<param name="versionformat">0.9.2+git%cd.%h</param>
|
<param name="versionformat">0.9.3+git%cd.%h</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="recompress">
|
<service mode="disabled" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://anongit.freedesktop.org/plymouth</param>
|
<param name="url">git://anongit.freedesktop.org/plymouth</param>
|
||||||
<param name="changesrevision">6fd5c6b260b89604f2ff7d65a4f1a011db23a726</param></service></servicedata>
|
<param name="changesrevision">fa66a5b66700779dafc73f1034ad771d56db9e84</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1210024b55d387abc1fdd41adfbefdaa0a964146a6a0a39f64f41b49f3a39e57
|
|
||||||
size 869664
|
|
3
plymouth-0.9.3+git20171130.fa66a5b.tar.xz
Normal file
3
plymouth-0.9.3+git20171130.fa66a5b.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b5744e9602526ffb6d4aed7b8ef86e186eae99dae7a7f3317cde322deb10f76c
|
||||||
|
size 871488
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 04 11:23:27 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.9.3+git20171130.fa66a5b:
|
||||||
|
* INSTALL: Fix a spelling error in the command example
|
||||||
|
* populate-initrd: handle themes with subdirs
|
||||||
|
* device-manager: fall back to text mode if graphical devices
|
||||||
|
fail
|
||||||
|
* scripts: Use >&2 instead of /dev/stderr
|
||||||
|
* terminal: add include for sysmacros.h
|
||||||
|
* configure: bump to 0.9.4
|
||||||
|
* terminal-session: don't delete boot.log
|
||||||
|
* Revert "Make boot.log world readable by default"
|
||||||
|
- Rebase 0002-Install-label-ft-plugin-into-initrd-if-available.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 29 07:59:40 UTC 2017 - qzhao@suse.com
|
Wed Nov 29 07:59:40 UTC 2017 - qzhao@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define plymouth_libdir %{_libdir}
|
%define plymouth_libdir %{_libdir}
|
||||||
%define plymouth_initrd_file /boot/initrd-plymouth.img
|
%define plymouth_initrd_file /boot/initrd-plymouth.img
|
||||||
Name: plymouth
|
Name: plymouth
|
||||||
Version: 0.9.2+git20170424.6fd5c6b
|
Version: 0.9.3+git20171130.fa66a5b
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical Boot Animation and Logger
|
Summary: Graphical Boot Animation and Logger
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user