[yast-commit] [ci_new_pac] JFYI yast2-ftp-server -> sle12
Script 'mail_helper' called by bg Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: bg. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-ftp-server -> sle12 ## BNC# 888212 : "YaST autoyast module can't configure correct ftp server" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-ftp-server/yast2-ftp-server.changes 2014-08-25 15:37:23.000000000 +0200 +++ /mounts/work_src_done/SLE12/yast2-ftp-server/yast2-ftp-server.changes 2014-08-26 10:03:36.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Aug 26 10:01:37 CEST 2014 - schubi@suse.de + +- Autoyast configuration mode: Set installation mode to "normal" + before writing the settings. So the target system has to be + set at first. (bnc#888212) +- 3.1.4 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-ftp-server - yast2-schema ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-ftp-server (Old) and /mounts/work_src_done/SLE12/yast2-ftp-server (BS:build ID:43119 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-ftp-server", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-ftp-server-3.1.3.tar.bz2 New: ---- yast2-ftp-server-3.1.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ftp-server.spec ++++++ --- /var/tmp/diff_new_pack.vB1hWJ/_old 2014-08-26 15:44:00.000000000 +0200 +++ /var/tmp/diff_new_pack.vB1hWJ/_new 2014-08-26 15:44:00.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-ftp-server -Version: 3.1.3 +Version: 3.1.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-ftp-server-3.1.3.tar.bz2 -> yast2-ftp-server-3.1.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ftp-server-3.1.3/package/yast2-ftp-server.changes new/yast2-ftp-server-3.1.4/package/yast2-ftp-server.changes --- old/yast2-ftp-server-3.1.3/package/yast2-ftp-server.changes 2014-08-22 16:31:01.000000000 +0200 +++ new/yast2-ftp-server-3.1.4/package/yast2-ftp-server.changes 2014-08-26 09:59:28.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Aug 26 10:01:37 CEST 2014 - schubi@suse.de + +- Autoyast configuration mode: Set installation mode to "normal" + before writing the settings. So the target system has to be + set at first. (bnc#888212) +- 3.1.4 + +------------------------------------------------------------------- Wed Aug 20 09:25:51 UTC 2014 - cwh@suse.com - Using different defaults about logging for vsftpd/pure-ftpd (bnc#888287) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ftp-server-3.1.3/package/yast2-ftp-server.spec new/yast2-ftp-server-3.1.4/package/yast2-ftp-server.spec --- old/yast2-ftp-server-3.1.3/package/yast2-ftp-server.spec 2014-08-22 16:31:01.000000000 +0200 +++ new/yast2-ftp-server-3.1.4/package/yast2-ftp-server.spec 2014-08-26 09:59:28.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-ftp-server -Version: 3.1.3 +Version: 3.1.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ftp-server-3.1.3/src/clients/ftp-server_auto.rb new/yast2-ftp-server-3.1.4/src/clients/ftp-server_auto.rb --- old/yast2-ftp-server-3.1.3/src/clients/ftp-server_auto.rb 2014-08-22 16:31:01.000000000 +0200 +++ new/yast2-ftp-server-3.1.4/src/clients/ftp-server_auto.rb 2014-08-26 09:59:28.000000000 +0200 @@ -81,12 +81,22 @@ FtpServer.InitDaemon @ret = FtpServer.Read Progress.set(@progress_orig) - # Write givven settings + # Write given settings elsif @func == "Write" Yast.import "Progress" @progress_orig = Progress.set(false) FtpServer.write_only = true + old_mode = Mode.mode + if old_mode == "autoinst_config" + # We are in the autoyast configuration module. + # So there is currently no access to the target system. + # This has to be done at first. (bnc#888212) + Mode.SetMode("normal") + FtpServer.InitDaemon + FtpServer.InitStartViaXinetd() + end @ret = FtpServer.Write + Mode.SetMode(old_mode) Progress.set(@progress_orig) else Builtins.y2error("Unknown function: %1", @func) continue with "q"... Checked in at Tue Aug 26 15:44:28 CEST 2014 by bg 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)
-
bg