commit yast2 for openSUSE:Factory
Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2019-11-03 10:32:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2" Sun Nov 3 10:32:56 2019 rev:465 rq:743728 version:4.2.30 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2019-10-27 13:36:07.076898578 +0100 +++ /work/SRC/openSUSE:Factory/.yast2.new.2990/yast2.changes 2019-11-03 10:32:58.289165739 +0100 @@ -1,0 +2,6 @@ +Tue Oct 29 07:22:13 UTC 2019 - Josef Reidinger <jreidinger@suse.com> + +- fix showing release notes for online upgrade (bsc#1155134) +- 4.2.30 + +------------------------------------------------------------------- Old: ---- yast2-4.2.29.tar.bz2 New: ---- yast2-4.2.30.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.hjD8pY/_old 2019-11-03 10:32:58.821166375 +0100 +++ /var/tmp/diff_new_pack.hjD8pY/_new 2019-11-03 10:32:58.849166409 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.2.29 +Version: 4.2.30 Release: 0 Summary: YaST2 Main Package License: GPL-2.0-only ++++++ yast2-4.2.29.tar.bz2 -> yast2-4.2.30.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.2.29/library/packages/src/lib/y2packager/product_reader.rb new/yast2-4.2.30/library/packages/src/lib/y2packager/product_reader.rb --- old/yast2-4.2.29/library/packages/src/lib/y2packager/product_reader.rb 2019-10-25 16:27:19.000000000 +0200 +++ new/yast2-4.2.30/library/packages/src/lib/y2packager/product_reader.rb 2019-10-29 08:31:56.000000000 +0100 @@ -85,6 +85,7 @@ return Y2Packager::ProductControlProduct.products.each_with_object([]) do |p, result| result << Y2Packager::Product.new(name: p.name, display_name: p.label, version: p.version, arch: p.arch, + short_name: p.name, # TODO: verify that name and shortname are same for control products installation_package: "Test") # just hack as we do not know current package name yet end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.2.29/package/yast2.changes new/yast2-4.2.30/package/yast2.changes --- old/yast2-4.2.29/package/yast2.changes 2019-10-25 16:27:19.000000000 +0200 +++ new/yast2-4.2.30/package/yast2.changes 2019-10-29 08:31:56.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Oct 29 07:22:13 UTC 2019 - Josef Reidinger <jreidinger@suse.com> + +- fix showing release notes for online upgrade (bsc#1155134) +- 4.2.30 + +------------------------------------------------------------------- Fri Oct 25 12:57:30 UTC 2019 - Josef Reidinger <jreidinger@suse.com> - Support for products on control file during upgrade diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.2.29/package/yast2.spec new/yast2-4.2.30/package/yast2.spec --- old/yast2-4.2.29/package/yast2.spec 2019-10-25 16:27:19.000000000 +0200 +++ new/yast2-4.2.30/package/yast2.spec 2019-10-29 08:31:56.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.2.29 +Version: 4.2.30 Release: 0 Summary: YaST2 Main Package License: GPL-2.0-only
participants (1)
-
root