[yast-commit] [ci_new_pac] JFYI yast2-s390 -> 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-s390 -> sle12 ## BNC# 870891 : "Password exposed on /etc/group file after assigned user into exised group (#316378)" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-s390/yast2-s390.changes 2014-03-28 12:02:11.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-s390/yast2-s390.changes 2014-03-31 14:25:35.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Mar 31 12:07:12 UTC 2014 - thardeck@suse.com + +- pass along group changes properly in IUCV module (bnc#870891) +- reset group cache before adding new ones +- 3.1.11 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-s390 (Old) and /mounts/work_src_done/SLE12/yast2-s390 (BS:build ID:35251 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-s390", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-s390-3.1.10.tar.bz2 New: ---- yast2-s390-3.1.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-s390.spec ++++++ --- /var/tmp/diff_new_pack.yZciJa/_old 2014-03-31 17:23:14.000000000 +0200 +++ /var/tmp/diff_new_pack.yZciJa/_new 2014-03-31 17:23:14.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-s390 -Version: 3.1.10 +Version: 3.1.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-s390-3.1.10.tar.bz2 -> yast2-s390-3.1.11.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.1.10/package/yast2-s390.changes new/yast2-s390-3.1.11/package/yast2-s390.changes --- old/yast2-s390-3.1.10/package/yast2-s390.changes 2014-03-28 11:00:23.000000000 +0100 +++ new/yast2-s390-3.1.11/package/yast2-s390.changes 2014-03-31 14:23:23.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Mar 31 12:07:12 UTC 2014 - thardeck@suse.com + +- pass along group changes properly in IUCV module (bnc#870891) +- reset group cache before adding new ones +- 3.1.11 + +------------------------------------------------------------------- Fri Mar 28 07:48:04 UTC 2014 - jsrain@suse.cz - re-activate DASD disks after formating (bnc#867267) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.1.10/package/yast2-s390.spec new/yast2-s390-3.1.11/package/yast2-s390.spec --- old/yast2-s390-3.1.10/package/yast2-s390.spec 2014-03-28 11:00:23.000000000 +0100 +++ new/yast2-s390-3.1.11/package/yast2-s390.spec 2014-03-31 14:23:23.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-s390 -Version: 3.1.10 +Version: 3.1.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-3.1.10/src/include/s390/iucvterminal-server/ui.rb new/yast2-s390-3.1.11/src/include/s390/iucvterminal-server/ui.rb --- old/yast2-s390-3.1.10/src/include/s390/iucvterminal-server/ui.rb 2014-03-28 11:00:24.000000000 +0100 +++ new/yast2-s390-3.1.11/src/include/s390/iucvterminal-server/ui.rb 2014-03-31 14:23:24.000000000 +0200 @@ -781,6 +781,7 @@ if !Builtins.haskey(groups, groupname) group = { "cn" => groupname, "userlist" => usermap } + Users.ResetCurrentGroup error = Users.AddGroup(group) if error == "" Users.CommitGroup @@ -808,7 +809,8 @@ Builtins.union(non_ts_users_list, usermap) ) - error = Users.EditGroup(group) + changes = { "userlist" => group["userlist"] || [] } + error = Users.EditGroup(changes) if error == "" Users.CommitGroup else continue with "q"... Checked in at Mon Mar 31 17:23:28 CEST 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