[yast-commit] [ci_new_pac] JFYI yast2-network -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-network -> sle12 ## BNC# 864614 : "Broken SSH Installation: Starts and then stops [build 0097]" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-network/yast2-network.changes 2014-02-28 11:23:50.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-network/yast2-network.changes 2014-02-28 15:02:08.000000000 +0100 @@ -1,0 +2,9 @@ +Fri Feb 28 11:21:19 UTC 2014 - mfilka@suse.com + +- bnc#864614 + - exclude already configured devices from dhcp candidates when + attempting to do an autoconfiguration at the begining of + installation +- 3.1.28 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-network - at least 14 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-network (Old) and /mounts/work_src_done/SLE12/yast2-network (BS:build ID:33660 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-network", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-network-3.1.27.tar.bz2 New: ---- yast2-network-3.1.28.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-network.spec ++++++ --- /var/tmp/diff_new_pack.yzaaV5/_old 2014-02-28 16:03:46.000000000 +0100 +++ /var/tmp/diff_new_pack.yzaaV5/_new 2014-02-28 16:03:46.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.27 +Version: 3.1.28 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-network-3.1.27.tar.bz2 -> yast2-network-3.1.28.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.27/package/yast2-network.changes new/yast2-network-3.1.28/package/yast2-network.changes --- old/yast2-network-3.1.27/package/yast2-network.changes 2014-02-28 10:25:04.000000000 +0100 +++ new/yast2-network-3.1.28/package/yast2-network.changes 2014-02-28 14:58:14.000000000 +0100 @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Fri Feb 28 11:21:19 UTC 2014 - mfilka@suse.com + +- bnc#864614 + - exclude already configured devices from dhcp candidates when + attempting to do an autoconfiguration at the begining of + installation +- 3.1.28 + +------------------------------------------------------------------- Fri Feb 28 08:25:53 UTC 2014 - mfilka@suse.com - bnc#866224 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.27/package/yast2-network.spec new/yast2-network-3.1.28/package/yast2-network.spec --- old/yast2-network-3.1.27/package/yast2-network.spec 2014-02-28 10:25:04.000000000 +0100 +++ new/yast2-network-3.1.28/package/yast2-network.spec 2014-02-28 14:58:14.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.27 +Version: 3.1.28 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.27/src/clients/inst_setup_dhcp.rb new/yast2-network-3.1.28/src/clients/inst_setup_dhcp.rb --- old/yast2-network-3.1.27/src/clients/inst_setup_dhcp.rb 2014-02-28 10:25:04.000000000 +0100 +++ new/yast2-network-3.1.28/src/clients/inst_setup_dhcp.rb 2014-02-28 14:58:14.000000000 +0100 @@ -48,9 +48,21 @@ NetworkInterfaces.Write("") end + def self.configured?(devname) + # TODO: + # one day there should be LanItems.IsItemConfigured, but we currently + # miss index -> devname translation. As this LanItems internal structure + # will be subject of refactoring, we will use NetworkInterfaces directly. + # It currently doesn't hurt as it currently writes configuration for both + # wicked even sysconfig. + NetworkInterfaces.Check(devname) + end + + include Logger # TODO time consuming, some progress would be nice - dhcp_cards = network_cards.select { |c| get_lease?(c) } + dhcp_cards = network_cards.select { |c| !configured?(c) && get_lease?(c) } + log.info "Candidates for enabling DHCP: #{dhcp_cards}" dhcp_cards.each do |dcard| setup_dhcp(dcard) # make DHCP setup persistent continue with "q"... Checked in at Fri Feb 28 16:04:04 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro