Hello community, here is the log from the commit of package yast2-firstboot for openSUSE:Factory checked in at 2020-11-23 15:33:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old) and /work/SRC/openSUSE:Factory/.yast2-firstboot.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firstboot" Mon Nov 23 15:33:18 2020 rev:99 rq:848836 version:4.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes 2020-10-23 12:19:48.748575841 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new.5913/yast2-firstboot.changes 2020-11-23 16:26:14.780479102 +0100 @@ -1,0 +2,8 @@ +Mon Nov 16 09:18:59 UTC 2020 - Knut Anderssen <kanders...@suse.com> + +- Removed duplicated lan client from the firstboot control file and + modified the firstboot_dhcp_setup client using the installation + dhcp setup client directly (bsc#1177797) +- 4.3.8 + +------------------------------------------------------------------- Old: ---- yast2-firstboot-4.3.7.tar.bz2 New: ---- yast2-firstboot-4.3.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.AHEkT3/_old 2020-11-23 16:26:15.228480247 +0100 +++ /var/tmp/diff_new_pack.AHEkT3/_new 2020-11-23 16:26:15.228480247 +0100 @@ -17,7 +17,7 @@ Name: yast2-firstboot -Version: 4.3.7 +Version: 4.3.8 Release: 0 Summary: YaST2 - Initial System Configuration License: GPL-2.0-only ++++++ yast2-firstboot-4.3.7.tar.bz2 -> yast2-firstboot-4.3.8.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-4.3.7/control/firstboot.xml new/yast2-firstboot-4.3.8/control/firstboot.xml --- old/yast2-firstboot-4.3.7/control/firstboot.xml 2020-10-19 21:37:15.000000000 +0200 +++ new/yast2-firstboot-4.3.8/control/firstboot.xml 2020-11-16 11:18:24.000000000 +0100 @@ -115,6 +115,13 @@ <label>Network</label> <name>inst_lan</name> <enabled config:type="boolean">false</enabled> + <!-- By default the network configuration sequence is + skipped if the network is already configured --> + <!-- Uncomment to force the run of the network configuration sequence. + <arguments> + <skip_detection config:type="boolean">true</skip_detection> + </arguments> + --> </module> <module> <label>Automatic Configuration</label> @@ -137,11 +144,6 @@ <name>firstboot_desktop</name> </module> <module> - <label>Network</label> - <name>inst_lan</name> - <enabled config:type="boolean">false</enabled> - </module> - <module> <label>Users</label> <enabled config:type="boolean">true</enabled> <name>firstboot_user</name> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-4.3.7/package/yast2-firstboot.changes new/yast2-firstboot-4.3.8/package/yast2-firstboot.changes --- old/yast2-firstboot-4.3.7/package/yast2-firstboot.changes 2020-10-19 21:37:15.000000000 +0200 +++ new/yast2-firstboot-4.3.8/package/yast2-firstboot.changes 2020-11-16 11:18:24.000000000 +0100 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Nov 16 09:18:59 UTC 2020 - Knut Anderssen <kanders...@suse.com> + +- Removed duplicated lan client from the firstboot control file and + modified the firstboot_dhcp_setup client using the installation + dhcp setup client directly (bsc#1177797) +- 4.3.8 + +------------------------------------------------------------------- Mon Oct 19 12:51:29 UTC 2020 - Josef Reidinger <jreidin...@suse.com> - Adapt to changes done in ntp-client (bsc#1177797) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-4.3.7/package/yast2-firstboot.spec new/yast2-firstboot-4.3.8/package/yast2-firstboot.spec --- old/yast2-firstboot-4.3.7/package/yast2-firstboot.spec 2020-10-19 21:37:15.000000000 +0200 +++ new/yast2-firstboot-4.3.8/package/yast2-firstboot.spec 2020-11-16 11:18:24.000000000 +0100 @@ -16,7 +16,7 @@ # Name: yast2-firstboot -Version: 4.3.7 +Version: 4.3.8 Release: 0 Summary: YaST2 - Initial System Configuration Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-4.3.7/src/clients/firstboot_setup_dhcp.rb new/yast2-firstboot-4.3.8/src/clients/firstboot_setup_dhcp.rb --- old/yast2-firstboot-4.3.7/src/clients/firstboot_setup_dhcp.rb 2020-10-19 21:37:15.000000000 +0200 +++ new/yast2-firstboot-4.3.8/src/clients/firstboot_setup_dhcp.rb 2020-11-16 11:18:24.000000000 +0100 @@ -1,6 +1,3 @@ -require "yast" -require "network/network_autoconfiguration" +require "network/clients/inst_setup_dhcp" -Yast::NetworkAutoconfiguration.instance.configure_dhcp - -:next +Yast::SetupDhcp.instance.main _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org