[yast-commit] [ci_new_pac] JFYI yast2-packager -> 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-packager -> sle12 ## BNC# 869089 : "After registration with SCC, "nu.novell.com" requires additional credentials (Build0197)" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-packager/yast2-packager.changes 2014-03-07 17:42:45.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-packager/yast2-packager.changes 2014-03-19 18:12:39.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Mar 19 16:26:51 UTC 2014 - lslezak@suse.cz + +- copy libzypp credentials to the target system before starting + package installation (bnc#869089) +- 3.1.8 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-packager - at least 24 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-packager (Old) and /mounts/work_src_done/SLE12/yast2-packager (BS:build ID:34619 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-packager", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-packager-3.1.7.tar.bz2 New: ---- yast2-packager-3.1.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.OURXzA/_old 2014-03-21 15:21:58.000000000 +0100 +++ /var/tmp/diff_new_pack.OURXzA/_new 2014-03-21 15:21:58.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 3.1.7 +Version: 3.1.8 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-packager-3.1.7.tar.bz2 -> yast2-packager-3.1.8.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.7/package/yast2-packager.changes new/yast2-packager-3.1.8/package/yast2-packager.changes --- old/yast2-packager-3.1.7/package/yast2-packager.changes 2014-03-06 14:26:15.000000000 +0100 +++ new/yast2-packager-3.1.8/package/yast2-packager.changes 2014-03-19 18:09:19.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Mar 19 16:26:51 UTC 2014 - lslezak@suse.cz + +- copy libzypp credentials to the target system before starting + package installation (bnc#869089) +- 3.1.8 + +------------------------------------------------------------------- Thu Mar 6 13:47:12 CET 2014 - locilka@suse.com - Changed DefaultDesktop not to select any required packages diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.7/package/yast2-packager.spec new/yast2-packager-3.1.8/package/yast2-packager.spec --- old/yast2-packager-3.1.7/package/yast2-packager.spec 2014-03-06 14:26:15.000000000 +0100 +++ new/yast2-packager-3.1.8/package/yast2-packager.spec 2014-03-19 18:09:19.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 3.1.7 +Version: 3.1.8 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.7/src/clients/inst_kickoff.rb new/yast2-packager-3.1.8/src/clients/inst_kickoff.rb --- old/yast2-packager-3.1.7/src/clients/inst_kickoff.rb 2014-03-06 14:26:15.000000000 +0100 +++ new/yast2-packager-3.1.8/src/clients/inst_kickoff.rb 2014-03-19 18:09:19.000000000 +0100 @@ -8,6 +8,9 @@ # # $Id$ # + +require "fileutils" + module Yast class InstKickoffClient < Client def main @@ -64,6 +67,17 @@ Builtins.y2milestone("Prefer CD/DVD media to download") Pkg.SetZConfig({ "download_media_prefer_download" => false }) + # copy the credential files, libzypp loads them from target + zypp_dir = "/etc/zypp" + credentials_d = zypp_dir + "/credentials.d" + + if File.exist?(credentials_d) && Installation.destdir != "/" + target_zypp = Installation.destdir + zypp_dir + Builtins.y2milestone("Copying libzypp credentials to #{target_zypp}...") + ::FileUtils.mkdir_p(target_zypp) + ::FileUtils.cp_r(credentials_d, target_zypp) + end + # installation, for instance... if !Mode.update # make some directories continue with "q"... Checked in at Fri Mar 21 15:22:05 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