Skip to content

Commit

Permalink
Merge fe96045 into 21e5cd7
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 28, 2019
2 parents 21e5cd7 + fe96045 commit b445fdf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/packages/src/lib/y2packager/product_reader.rb
Expand Up @@ -201,7 +201,7 @@ def base_product
# internal implementation is changed.)
base = installed_products.find { |p| p.type == "base" }

log.info("Found installed base product: #{base.name}")
log.info("Found installed base product: #{base&.name}")
base
end

Expand Down
7 changes: 7 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 28 17:16:51 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Do not crash when no base product is found (related to
bsc#1132650 and bsc#1140037).
- 4.2.44

-------------------------------------------------------------------
Thu Nov 28 11:21:31 UTC 2019 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 4.2.43
Version: 4.2.44
Release: 0
Summary: YaST2 Main Package
License: GPL-2.0-only
Expand Down

0 comments on commit b445fdf

Please sign in to comment.