[yast-devel] [ci_new_pac] JFYI yast2-installation -> 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-installation -> sle12 ## BNC# 860398 : "YaST doesn't detect DASD during installation" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-installation/yast2-installation.changes 2014-01-28 18:02:54.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-installation/yast2-installation.changes 2014-01-30 17:20:39.000000000 +0100 @@ -1,0 +2,13 @@ +Thu Jan 30 15:43:05 UTC 2014 - jreidinger@suse.com + +- Remove write to non-existing /etc/sysconfig/suseconfig + (FATE#100011) +- 3.1.27 + +------------------------------------------------------------------- +Thu Jan 30 15:42:52 CET 2014 - aschnell@suse.de + +- fixed DASD detection (bnc#860398) +- 3.1.26 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-installation - at least 16 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-installation (Old) and /mounts/work_src_done/SLE12/yast2-installation (BS:build ID:31416 MAIL:yast-devel@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-installation", Maintainer is "yast-devel@opensuse.org" Old: ---- yast2-installation-3.1.25.tar.bz2 New: ---- yast2-installation-3.1.27.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.PBjrqP/_old 2014-01-30 18:00:38.000000000 +0100 +++ /var/tmp/diff_new_pack.PBjrqP/_new 2014-01-30 18:00:38.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-installation # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.25 +Version: 3.1.27 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-installation-3.1.25.tar.bz2 -> yast2-installation-3.1.27.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.25/package/yast2-installation.changes new/yast2-installation-3.1.27/package/yast2-installation.changes --- old/yast2-installation-3.1.25/package/yast2-installation.changes 2014-01-28 17:05:46.000000000 +0100 +++ new/yast2-installation-3.1.27/package/yast2-installation.changes 2014-01-30 17:20:42.000000000 +0100 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Thu Jan 30 15:43:05 UTC 2014 - jreidinger@suse.com + +- Remove write to non-existing /etc/sysconfig/suseconfig + (FATE#100011) +- 3.1.27 + +------------------------------------------------------------------- +Thu Jan 30 15:42:52 CET 2014 - aschnell@suse.de + +- fixed DASD detection (bnc#860398) +- 3.1.26 + +------------------------------------------------------------------- Tue Jan 28 15:37:15 UTC 2014 - jreidinger@suse.com - Fix exporting configuration in first stage (FATE#308539) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.25/package/yast2-installation.spec new/yast2-installation-3.1.27/package/yast2-installation.spec --- old/yast2-installation-3.1.25/package/yast2-installation.spec 2014-01-28 17:05:46.000000000 +0100 +++ new/yast2-installation-3.1.27/package/yast2-installation.spec 2014-01-30 17:20:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-installation # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.25 +Version: 3.1.27 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.25/src/clients/inst_disks_activate.rb new/yast2-installation-3.1.27/src/clients/inst_disks_activate.rb --- old/yast2-installation-3.1.25/src/clients/inst_disks_activate.rb 2014-01-28 17:05:46.000000000 +0100 +++ new/yast2-installation-3.1.27/src/clients/inst_disks_activate.rb 2014-01-30 17:20:42.000000000 +0100 @@ -1,7 +1,7 @@ # encoding: utf-8 # ------------------------------------------------------------------------------ -# Copyright (c) 2006-2012 Novell, Inc. All Rights Reserved. +# Copyright (c) [2006-2014] Novell, Inc. All Rights Reserved. # # # This program is free software; you can redistribute it and/or modify it under @@ -61,7 +61,7 @@ # detect DASD disks disks = SCR.Read(path(".probe.disk")) - @have_dasd = disks.any? {|d| d["device"] == "dasd" } + @have_dasd = disks.any? {|d| d["device"] == "DASD" } # detect zFCP disks controllers = SCR.Read(path(".probe.storage")) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.25/src/clients/save_config_finish.rb new/yast2-installation-3.1.27/src/clients/save_config_finish.rb --- old/yast2-installation-3.1.25/src/clients/save_config_finish.rb 2014-01-28 17:05:46.000000000 +0100 +++ new/yast2-installation-3.1.27/src/clients/save_config_finish.rb 2014-01-30 17:20:42.000000000 +0100 @@ -163,15 +163,6 @@ end Progress.NextStep # progress step title - Progress.Title(_("Configuring the superuser's environment...")) - SCR.Write( - path(".sysconfig.suseconfig.CWD_IN_USER_PATH"), - Builtins.contains(Product.flags, "usercwd") ? "yes" : "no" - ) - SCR.Write(path(".sysconfig.suseconfig"), nil) - - Progress.NextStep - # progress step title Progress.Title(_("Saving security settings...")) SCR.Write( path(".sysconfig.security.CHECK_SIGNATURES"), continue with "q"... Checked in at Thu Jan 30 18:01:14 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (1)
-
ro