Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2018-11-14 14:29:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Wed Nov 14 14:29:49 2018 rev:264 rq:648871 version:6.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2018-09-20 
11:40:11.672901067 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2018-11-14 
14:29:54.455528761 +0100
@@ -1,0 +2,7 @@
+Wed Nov 14 09:27:23 UTC 2018 - [email protected]
+
+- merge gh#openSUSE/linuxrc#181
+- setctsid is dead, long live setsid (bsc#1109290)
+- 6.0.3
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-6.0.2.tar.xz

New:
----
  linuxrc-6.0.3.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.gqYkpZ/_old  2018-11-14 14:29:56.335526947 +0100
+++ /var/tmp/diff_new_pack.gqYkpZ/_new  2018-11-14 14:29:56.339526943 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        6.0.2
+Version:        6.0.3
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-6.0.2.tar.xz -> linuxrc-6.0.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-6.0.2/VERSION new/linuxrc-6.0.3/VERSION
--- old/linuxrc-6.0.2/VERSION   2018-09-10 13:43:05.000000000 +0200
+++ new/linuxrc-6.0.3/VERSION   2018-11-14 10:27:23.000000000 +0100
@@ -1 +1 @@
-6.0.2
+6.0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-6.0.2/changelog new/linuxrc-6.0.3/changelog
--- old/linuxrc-6.0.2/changelog 2018-09-10 13:43:05.000000000 +0200
+++ new/linuxrc-6.0.3/changelog 2018-11-14 10:27:23.000000000 +0100
@@ -1,3 +1,7 @@
+2018-11-14:    6.0.3
+       - merge gh#openSUSE/linuxrc#181
+       - setctsid is dead, long live setsid (bsc#1109290)
+
 2018-09-10:    6.0.2
        - merge gh#openSUSE/linuxrc#180
        - request s390 network device dialog only if really needed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-6.0.2/install.c new/linuxrc-6.0.3/install.c
--- old/linuxrc-6.0.2/install.c 2018-09-10 13:43:05.000000000 +0200
+++ new/linuxrc-6.0.3/install.c 2018-11-14 10:27:23.000000000 +0100
@@ -1367,7 +1367,7 @@
   str_copy(&setupcmd, config.setupcmd);
 
   if(config.url.install->scheme == inst_exec) {
-    strprintf(&setupcmd, "setctsid `showconsole` %s",
+    strprintf(&setupcmd, "setsid -wc %s",
       *config.url.install->path ? config.url.install->path : "/bin/sh"
     );
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-6.0.2/linuxrc.c new/linuxrc-6.0.3/linuxrc.c
--- old/linuxrc-6.0.2/linuxrc.c 2018-09-10 13:43:05.000000000 +0200
+++ new/linuxrc-6.0.3/linuxrc.c 2018-11-14 10:27:23.000000000 +0100
@@ -762,9 +762,9 @@
 
   config.mountpoint.instdata = strdup("/var/adm/mount");
 
-  config.setupcmd = strdup("setctsid `showconsole` inst_setup yast");
+  config.setupcmd = strdup("setsid -wc inst_setup yast");
 
-  config.debugshell = strdup("setctsid `showconsole` /bin/bash -l");
+  config.debugshell = strdup("setsid -wc /bin/bash -l");
 
   config.update.map = calloc(1, MAX_UPDATES);
 


Reply via email to