Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2020-11-02 09:40:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and      /work/SRC/openSUSE:Factory/.plymouth.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plymouth"

Mon Nov  2 09:40:24 2020 rev:87 rq:844851 version:0.9.5+git20200921+20778f2

Changes:
--------
--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes        2020-10-22 
14:21:25.858704384 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new.3463/plymouth.changes      
2020-11-02 09:40:31.089617109 +0100
@@ -1,0 +2,8 @@
+Thu Oct 27 06:38:44 UTC 2020 - Cliff Zhao <qz...@suse.com>
+
+- Add plymouth-ignore-serial-console.patch:
+  Don't output in serial console for openQA need to take serial in
+  the test, and yast-installation prgram has a feature to install 
+  system through it (bnc#1051692 bnc#1164123 bnc#1170906). 
+
+-------------------------------------------------------------------

New:
----
  plymouth-ignore-serial-console.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plymouth.spec ++++++
--- /var/tmp/diff_new_pack.xSGdp5/_old  2020-11-02 09:40:32.029618011 +0100
+++ /var/tmp/diff_new_pack.xSGdp5/_new  2020-11-02 09:40:32.033618015 +0100
@@ -45,6 +45,8 @@
 Patch3:         plymouth-manpages.patch
 # PATCH-FIX-SLE plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch 
qz...@suse.com  jsc#SLE-11637 -- plymouth will use plymouthd.defaults instead 
of plymouth.conf to close the leap gap.
 Patch4:         plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch
+# PATCH-FIX-OPENSUSE plymouth-ignore-serial-console.patch qz...@opensuse.org 
bnc#1051692 bnc#1164123 bnc#1170906 -- Don't output in serial console for 
openQA need to take serial in the test, and yast-installation prgram has a 
feature to install system through it.
+Patch5:         plymouth-ignore-serial-console.patch
 # PATCH-FIX-UPSTREAM 0001-Add-label-ft-plugin.patch boo#959986 fv...@suse.com 
-- add ability to output text in initrd needed for encryption.
 Patch1000:      0001-Add-label-ft-plugin.patch
 # PATCH-FIX-UPSTREAM 
0002-Install-label-ft-plugin-into-initrd-if-available.patch boo#959986 
fv...@suse.com -- add ability to output text in initrd needed for encryption.


++++++ plymouth-ignore-serial-console.patch ++++++
diff -Nura plymouth-0.9.5+git20200921+20778f2/src/main.c 
plymouth-0.9.5+git20200921+20778f2_new/src/main.c
--- plymouth-0.9.5+git20200921+20778f2/src/main.c       2020-08-31 
21:10:11.000000000 +0800
+++ plymouth-0.9.5+git20200921+20778f2_new/src/main.c   2020-10-29 
18:21:35.007441834 +0800
@@ -2260,8 +2260,7 @@
         find_system_default_splash (&state);
         find_distribution_default_splash (&state);
 
-        if (ply_kernel_command_line_has_argument 
("plymouth.ignore-serial-consoles"))
-                device_manager_flags |= 
PLY_DEVICE_MANAGER_FLAGS_IGNORE_SERIAL_CONSOLES;
+        device_manager_flags |= 
PLY_DEVICE_MANAGER_FLAGS_IGNORE_SERIAL_CONSOLES;
 
         if (ply_kernel_command_line_has_argument ("plymouth.ignore-udev") ||
             (getenv ("DISPLAY") != NULL))

Reply via email to