Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2017-09-25 13:53:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Mon Sep 25 13:53:24 2017 rev:244 rq:527537 version:5.0.107

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2017-09-13 
21:35:30.158570107 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2017-09-25 
13:53:26.269305021 +0200
@@ -1,0 +2,7 @@
+Wed Sep 20 11:57:07 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#openSUSE/linuxrc#146
+- pass SetHostname setting to install.inf (bsc#1054933)
+- 5.0.107
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-5.0.106.tar.xz

New:
----
  linuxrc-5.0.107.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.Oyc0pz/_old  2017-09-25 13:53:27.481134519 +0200
+++ /var/tmp/diff_new_pack.Oyc0pz/_new  2017-09-25 13:53:27.481134519 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        5.0.106
+Version:        5.0.107
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-5.0.106.tar.xz -> linuxrc-5.0.107.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.106/VERSION new/linuxrc-5.0.107/VERSION
--- old/linuxrc-5.0.106/VERSION 2017-09-12 10:45:43.000000000 +0200
+++ new/linuxrc-5.0.107/VERSION 2017-09-20 13:57:07.000000000 +0200
@@ -1 +1 @@
-5.0.106
+5.0.107
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.106/changelog 
new/linuxrc-5.0.107/changelog
--- old/linuxrc-5.0.106/changelog       2017-09-12 10:45:43.000000000 +0200
+++ new/linuxrc-5.0.107/changelog       2017-09-20 13:57:07.000000000 +0200
@@ -1,3 +1,6 @@
+2017-09-20:    5.0.107
+       - pass SetHostname setting to install.inf
+
 2017-05-27:    5.0.106
        - sort input files (boo#1041090)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.106/file.c new/linuxrc-5.0.107/file.c
--- old/linuxrc-5.0.106/file.c  2017-09-12 10:45:43.000000000 +0200
+++ new/linuxrc-5.0.107/file.c  2017-09-20 13:57:07.000000000 +0200
@@ -1898,6 +1898,7 @@
   if(config.net.realhostname) {
     file_write_str(f, key_hostname, config.net.realhostname);
   }
+  file_write_num(f, key_sethostname, config.net.sethostname);
 
   LXRC_WAIT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.106/linuxrc_yast_interface.txt 
new/linuxrc-5.0.107/linuxrc_yast_interface.txt
--- old/linuxrc-5.0.106/linuxrc_yast_interface.txt      2017-09-12 
10:45:43.000000000 +0200
+++ new/linuxrc-5.0.107/linuxrc_yast_interface.txt      2017-09-20 
13:57:07.000000000 +0200
@@ -131,6 +131,11 @@
 # entry is missing if unset
 Hostname: %s
 
+# 1: set hostname via DHCP
+# if this is 1 (the default) linuxrc has set DHCLIENT_SET_HOSTNAME to 'yes'
+# in /etc/sysconfig/network/dhcp
+SetHostname: 0|1
+
 # URL for registration server, use 'regurl' boot option to set
 # fate#303335
 # entry is missing if unset


Reply via email to