[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 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-network/yast2-network.changes 2014-03-17 12:26:16.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-network/yast2-network.changes 2014-03-17 14:24:30.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Mar 17 10:54:05 UTC 2014 - mfilka@suse.com + +- gh#yast/yast-core#74 + - automatic dhcp configuration is unable to clear unused + configurations. It blocks starting manual configuration dialog. +- 3.1.35 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-network - at least 15 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-network (Old) and /mounts/work_src_done/SLE12/yast2-network (BS:build ID:34466 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-network", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-network-3.1.34.tar.bz2 New: ---- yast2-network-3.1.35.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-network.spec ++++++ --- /var/tmp/diff_new_pack.nqupfq/_old 2014-03-17 17:30:04.000000000 +0100 +++ /var/tmp/diff_new_pack.nqupfq/_new 2014-03-17 17:30:04.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.34 +Version: 3.1.35 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-network-3.1.34.tar.bz2 -> yast2-network-3.1.35.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.34/package/yast2-network.changes new/yast2-network-3.1.35/package/yast2-network.changes --- old/yast2-network-3.1.34/package/yast2-network.changes 2014-03-17 08:04:23.000000000 +0100 +++ new/yast2-network-3.1.35/package/yast2-network.changes 2014-03-17 14:19:50.000000000 +0100 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Mar 17 10:54:05 UTC 2014 - mfilka@suse.com + +- gh#yast/yast-core#74 + - automatic dhcp configuration is unable to clear unused + configurations. It blocks starting manual configuration dialog. +- 3.1.35 + +------------------------------------------------------------------- Sat Mar 15 22:54:30 UTC 2014 - mfilka@suse.com - bnc#868436 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.34/package/yast2-network.spec new/yast2-network-3.1.35/package/yast2-network.spec --- old/yast2-network-3.1.34/package/yast2-network.spec 2014-03-17 08:04:23.000000000 +0100 +++ new/yast2-network-3.1.35/package/yast2-network.spec 2014-03-17 14:19:50.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.34 +Version: 3.1.35 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.34/src/clients/inst_setup_dhcp.rb new/yast2-network-3.1.35/src/clients/inst_setup_dhcp.rb --- old/yast2-network-3.1.34/src/clients/inst_setup_dhcp.rb 2014-03-17 08:04:23.000000000 +0100 +++ new/yast2-network-3.1.35/src/clients/inst_setup_dhcp.rb 2014-03-17 14:19:50.000000000 +0100 @@ -84,10 +84,13 @@ log.info "Candidates for enabling DHCP: #{dhcp_cards}" # TODO time consuming, some progress would be nice - dhcp_cards.each { |d| setup_dhcp(d) } + dhcp_cards.each { |d| setup_dhcp(d) } activate_changes(dhcp_cards) + # workaround for gh#yast/yast-core#74 (https://github.com/yast/yast-core/issues/74) + NetworkInterfaces.CleanCacheRead() + # drop devices without dhcp lease inactive_devices = dhcp_cards.select { |c| ! active_config?(c) } log.info "Inactive devices: #{inactive_devices}" continue with "q"... Checked in at Mon Mar 17 17:30:54 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