Accepting request 627254 from home:qzhao:branches:Base:System
format change-logs to satisfy opensuse standard. OBS-URL: https://build.opensuse.org/request/show/627254 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=195
This commit is contained in:
parent
e68d558e96
commit
1b8c32e67b
@ -4,7 +4,7 @@ Wed Apr 11 12:44:36 UTC 2018 - oholecek@suse.com
|
|||||||
- Modify 0001-Add-label-ft-plugin.patch to fix problems with
|
- Modify 0001-Add-label-ft-plugin.patch to fix problems with
|
||||||
multiline text (bsc#1083695)
|
multiline text (bsc#1083695)
|
||||||
* to prevent infinite loop newline characters need to be skipped
|
* to prevent infinite loop newline characters need to be skipped
|
||||||
- Use %license instead of %doc [bsc#1082318]
|
- Use %license instead of %doc (bsc#1082318)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 13 21:20:16 UTC 2018 - zaitor@opensuse.org
|
Sat Jan 13 21:20:16 UTC 2018 - zaitor@opensuse.org
|
||||||
@ -239,13 +239,13 @@ Mon Jul 28 16:10:49 CEST 2014 - fcrozat@suse.com
|
|||||||
|
|
||||||
- Add
|
- Add
|
||||||
0001-text-step-bar-use-correct-utf-8-multibyte-sequence-f.patch:
|
0001-text-step-bar-use-correct-utf-8-multibyte-sequence-f.patch:
|
||||||
fix incorrect UTF-8 code used for square [bnc#886148].
|
fix incorrect UTF-8 code used for square (bnc#886148).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 25 14:32:38 CEST 2014 - fcrozat@suse.com
|
Fri Jul 25 14:32:38 CEST 2014 - fcrozat@suse.com
|
||||||
|
|
||||||
- Add plymouth-ignore-cirrusdrm.patch: ignore cirrus drm and use fb
|
- Add plymouth-ignore-cirrusdrm.patch: ignore cirrus drm and use fb
|
||||||
instead [bnc#888590]
|
instead (bnc#888590)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 24 16:30:43 UTC 2014 - fcrozat@suse.com
|
Thu Jul 24 16:30:43 UTC 2014 - fcrozat@suse.com
|
||||||
@ -258,7 +258,7 @@ Thu Jul 24 16:30:43 UTC 2014 - fcrozat@suse.com
|
|||||||
Tue Jul 8 16:04:38 UTC 2014 - fcrozat@suse.com
|
Tue Jul 8 16:04:38 UTC 2014 - fcrozat@suse.com
|
||||||
|
|
||||||
- Update 0001-Some-greenish-openSUSE-colors.patch to also use SUSE
|
- Update 0001-Some-greenish-openSUSE-colors.patch to also use SUSE
|
||||||
colors on tribar [bnc#886148]
|
colors on tribar (bnc#886148)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 27 11:27:02 UTC 2014 - fcrozat@suse.com
|
Fri Jun 27 11:27:02 UTC 2014 - fcrozat@suse.com
|
||||||
|
@ -24,24 +24,37 @@ Name: plymouth
|
|||||||
Version: 0.9.3+git20171220.6e9e95d
|
Version: 0.9.3+git20171220.6e9e95d
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical Boot Animation and Logger
|
Summary: Graphical Boot Animation and Logger
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
URL: http://freedesktop.org/software/plymouth/releases
|
Url: http://www.freedesktop.org/wiki/Software/Plymouth
|
||||||
# Switched to git snapshot to ease bugfix inclusion
|
# Switched to git snapshot to ease bugfix inclusion
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: boot-duration
|
Source1: boot-duration
|
||||||
# PATCH-OPENSUSE -- Handle correctly multiple displays with different sizes
|
# PATCH-FIX-OPENSUSE plymouth-fix-window-size.patch
|
||||||
|
# plymouth Mailist 2013 April 14 jeffm@suse.com
|
||||||
|
# -- Handle correctly multiple displays with different sizes
|
||||||
Patch3: plymouth-fix-window-size
|
Patch3: plymouth-fix-window-size
|
||||||
# PATCH-OPENSUSE -- prefix is /usr/sbin and /usr/bin
|
# PATCH-FIX-OPENSUSE plymouth-dracut-path.patch tittiatcoke@gmail.com
|
||||||
|
# -- prefix is /usr/sbin and /usr/bin
|
||||||
Patch9: plymouth-dracut-path.patch
|
Patch9: plymouth-dracut-path.patch
|
||||||
|
# PATCH-FIX-OPENSUSE 0001-Some-greenish-openSUSE-colors.patch bnc#886148 fcrozat@suse.com
|
||||||
|
# -- to use suse colors in tribar.
|
||||||
Patch10: 0001-Some-greenish-openSUSE-colors.patch
|
Patch10: 0001-Some-greenish-openSUSE-colors.patch
|
||||||
# PATCH-OPENSUSE -- plymouth-correct-runtime-dir.patch tittiatcoke@gmail.com -- make sure the runtime directory is /run and not /var/run
|
# PATCH-FIX-OPENSUSE plymouth-correct-runtime-dir.patch tittiatcoke@gmail.com
|
||||||
|
# -- make sure the runtime directory is /run and not /var/run
|
||||||
Patch16: plymouth-correct-runtime-dir.patch
|
Patch16: plymouth-correct-runtime-dir.patch
|
||||||
# PATCH-FIX-UPSTREAM plymouth-manpages.patch idoenmez@suse.de -- Fix man page installation
|
# PATCH-FIX-UPSTREAM plymouth-manpages.patch bnc#871419 idoenmez@suse.de
|
||||||
|
# -- Fix man page installation
|
||||||
Patch17: plymouth-manpages.patch
|
Patch17: plymouth-manpages.patch
|
||||||
# PATCH-FIX-OPENSUSE only_use_fb_for_cirrus_bochs.patch fvogt@suse.com -- force fb for cirrus and bochs, force drm otherwise
|
# PATCH-FIX-OPENSUSE only_use_fb_for_cirrus_bochs.patch bsc#888590 bsc#980750 fvogt@suse.com
|
||||||
|
# -- force fb for cirrus and bochs, force drm otherwise
|
||||||
Patch26: only_use_fb_for_cirrus_bochs.patch
|
Patch26: only_use_fb_for_cirrus_bochs.patch
|
||||||
# PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch fvogt@suse.com -- add ability to output text in initrd
|
# PATCH-FIX-UPSTREAM
|
||||||
|
# 0001-Add-label-ft-plugin.patch
|
||||||
|
# 0002-Install-label-ft-plugin-into-initrd-if-available.patch
|
||||||
|
# 0003-fix_null_deref.patch
|
||||||
|
# boo#959986 fvogt@suse.com
|
||||||
|
# -- add ability to output text in initrd needed for encryption.
|
||||||
Patch30: 0001-Add-label-ft-plugin.patch
|
Patch30: 0001-Add-label-ft-plugin.patch
|
||||||
Patch31: 0002-Install-label-ft-plugin-into-initrd-if-available.patch
|
Patch31: 0002-Install-label-ft-plugin-into-initrd-if-available.patch
|
||||||
Patch32: 0003-fix_null_deref.patch
|
Patch32: 0003-fix_null_deref.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user