forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=506
This commit is contained in:
parent
b4f71c3a55
commit
9eaa9a670c
@ -1,8 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 5 11:19:28 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
- Change and extend patch
|
||||||
|
0001-On_s390_con3270_disable_ANSI_colour_esc.patch
|
||||||
|
to disable the workaround to find /dev/3270/tty1 as this now
|
||||||
|
should be done by a) the kernel patch
|
||||||
|
http://lkml.indiana.edu/hypermail/linux/kernel/1402.0/02319.html
|
||||||
|
and the changed udev rule 99-systemd.rules
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 2 08:53:17 UTC 2014 - ohering@suse.com
|
Sun Feb 2 08:53:17 UTC 2014 - ohering@suse.com
|
||||||
|
|
||||||
- Remove PreReq pidof from udev, nothing in this pkg uses it
|
- Remove PreReq pidof from udev, nothing in this pkg uses it
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 31 14:24:35 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
- Change and extend patch
|
||||||
|
0001-On_s390_con3270_disable_ANSI_colour_esc.patch
|
||||||
|
to re-enable colouring if 3270 console was enforced on the kernel
|
||||||
|
command line as 3270 cna handle colour ANSI escape sequences.
|
||||||
|
Also let the serial getty generator find the /dev/3270/tty1
|
||||||
|
character device (bnc#861316)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 30 12:33:08 UTC 2014 - werner@suse.de
|
Thu Jan 30 12:33:08 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -273,6 +273,8 @@ Patch88: 0002-service-allow-KillMode-mixed-in-conjunction-with-PAM.patch
|
|||||||
Patch89: 0003-core-make-sure-to-always-go-through-both-SIGTERM-and.patch
|
Patch89: 0003-core-make-sure-to-always-go-through-both-SIGTERM-and.patch
|
||||||
# PATCH-FIX-SUSE 0001-On_s390_con3270_disable_ANSI_colour_esc.patch
|
# PATCH-FIX-SUSE 0001-On_s390_con3270_disable_ANSI_colour_esc.patch
|
||||||
Patch90: 0001-On_s390_con3270_disable_ANSI_colour_esc.patch
|
Patch90: 0001-On_s390_con3270_disable_ANSI_colour_esc.patch
|
||||||
|
# PATCH-FIX-SUSE plymouth-quit-and-wait-for-emergency-service.patch -- Make sure that no plymouthd is locking the tty
|
||||||
|
Patch91: plymouth-quit-and-wait-for-emergency-service.patch
|
||||||
|
|
||||||
# udev patches
|
# udev patches
|
||||||
# PATCH-FIX-OPENSUSE 1001-re-enable-by_path-links-for-ata-devices.patch
|
# PATCH-FIX-OPENSUSE 1001-re-enable-by_path-links-for-ata-devices.patch
|
||||||
@ -582,9 +584,8 @@ cp %{SOURCE7} m4/
|
|||||||
%patch87 -p1
|
%patch87 -p1
|
||||||
%patch88 -p1
|
%patch88 -p1
|
||||||
%patch89 -p1
|
%patch89 -p1
|
||||||
%ifarch s390 s390x
|
|
||||||
%patch90 -p1
|
%patch90 -p1
|
||||||
%endif
|
%patch91 -p1
|
||||||
|
|
||||||
# udev patches
|
# udev patches
|
||||||
%patch1001 -p1
|
%patch1001 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user