diff --git a/library/packages/src/lib/y2packager/product_reader.rb b/library/packages/src/lib/y2packager/product_reader.rb index c3b31bce8..e43df0f66 100644 --- a/library/packages/src/lib/y2packager/product_reader.rb +++ b/library/packages/src/lib/y2packager/product_reader.rb @@ -85,6 +85,7 @@ def all_products(force_repos: false) 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 --git a/package/yast2.changes b/package/yast2.changes index fecbbe7f9..823e1476d 100644 --- a/package/yast2.changes +++ b/package/yast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 29 07:22:13 UTC 2019 - Josef Reidinger + +- fix showing release notes for online upgrade (bsc#1155134) +- 4.2.30 + ------------------------------------------------------------------- Fri Oct 25 12:57:30 UTC 2019 - Josef Reidinger diff --git a/package/yast2.spec b/package/yast2.spec index 2e6c4c5f9..6443ea099 100644 --- a/package/yast2.spec +++ b/package/yast2.spec @@ -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