Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2019-10-03 14:06:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Thu Oct  3 14:06:31 2019 rev:82 rq:734264 version:4.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2019-08-30 14:38:51.321446197 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2352/yast2-firstboot.changes    
    2019-10-03 14:06:36.448540486 +0200
@@ -1,0 +2,7 @@
+Tue Oct  1 09:33:02 UTC 2019 - Imobach Gonzalez Sosa <[email protected]>
+
+- Removed call to the already dropped DNS.write_hostname= method
+  (related to boo#1152627).
+- 4.2.3
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-4.2.2.tar.bz2

New:
----
  yast2-firstboot-4.2.3.tar.bz2

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

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.IoR9sL/_old  2019-10-03 14:06:36.912539292 +0200
+++ /var/tmp/diff_new_pack.IoR9sL/_new  2019-10-03 14:06:36.916539282 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        4.2.2
+Version:        4.2.3
 Release:        0
 Summary:        YaST2 - Initial System Configuration
 License:        GPL-2.0-only
@@ -38,9 +38,9 @@
 Requires:       yast2-country >= 2.19.5
 # Rely on the YaST2-Firstboot.service for halting the system on failure
 Requires:       yast2-installation >= 4.1.2
-# network autoconfiguration
+# Updated DNS API (unneeded write_hostname= method does not exist anymore)
 Requires:       yast2-configuration-management >= 4.1.3
-Requires:       yast2-network >= 3.1.91
+Requires:       yast2-network >= 4.2.14
 Requires:       yast2-ruby-bindings >= 1.0.0
 
 BuildArch:      noarch

++++++ yast2-firstboot-4.2.2.tar.bz2 -> yast2-firstboot-4.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.2/package/yast2-firstboot.changes 
new/yast2-firstboot-4.2.3/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.2/package/yast2-firstboot.changes   2019-08-27 
19:41:44.000000000 +0200
+++ new/yast2-firstboot-4.2.3/package/yast2-firstboot.changes   2019-10-01 
12:22:34.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Oct  1 09:33:02 UTC 2019 - Imobach Gonzalez Sosa <[email protected]>
+
+- Removed call to the already dropped DNS.write_hostname= method
+  (related to boo#1152627).
+- 4.2.3
+
+-------------------------------------------------------------------
 Tue Aug 27 18:49:20 CEST 2019 - [email protected]
 
 - Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.2.2/package/yast2-firstboot.spec 
new/yast2-firstboot-4.2.3/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.2/package/yast2-firstboot.spec      2019-08-27 
19:41:44.000000000 +0200
+++ new/yast2-firstboot-4.2.3/package/yast2-firstboot.spec      2019-10-01 
12:22:34.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-firstboot
-Version:        4.2.2
+Version:        4.2.3
 Release:        0
 Summary:        YaST2 - Initial System Configuration
 Group:          System/YaST
@@ -37,8 +37,8 @@
 Requires:       yast2-country >= 2.19.5
 # Rely on the YaST2-Firstboot.service for halting the system on failure
 Requires:       yast2-installation >= 4.1.2
-# network autoconfiguration
-Requires:       yast2-network >= 3.1.91
+# Updated DNS API (unneeded write_hostname= method does not exist anymore)
+Requires:       yast2-network >= 4.2.14
 Requires:       yast2-ruby-bindings >= 1.0.0
 Requires:       yast2-configuration-management >= 4.1.3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.2.2/src/clients/firstboot_hostname.rb 
new/yast2-firstboot-4.2.3/src/clients/firstboot_hostname.rb
--- old/yast2-firstboot-4.2.2/src/clients/firstboot_hostname.rb 2019-08-27 
19:41:44.000000000 +0200
+++ new/yast2-firstboot-4.2.3/src/clients/firstboot_hostname.rb 2019-10-01 
12:22:34.000000000 +0200
@@ -67,9 +67,6 @@
 
         # propose settings
         DNS.dhcp_hostname = !Arch.is_laptop
-
-        # get default value, from control.xml
-        DNS.write_hostname = DNS.DefaultWriteHostname
       end
 
       Wizard.SetDesktopIcon("org.opensuse.yast.DNS")


Reply via email to