Skip to content

Commit

Permalink
Merge pull request #1137 from yast/leap_15.3_migration
Browse files Browse the repository at this point in the history
Added supported migration "openSUSE Leap 15.3" -> SLES
  • Loading branch information
lslezak committed Feb 4, 2021
2 parents 06c67e0 + 4d877c1 commit 4779639
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion library/packages/src/lib/y2packager/product_upgrade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ class ProductUpgrade
# this one is used when openSUSE is not available, e.g. booting SLE medium
# (moreover the openSUSE medium should contain only one product so that
# product should be used unconditionally)
["openSUSE"] => "SLES"
["openSUSE"] => "SLES",
# (installed) openSUSE Leap => (available) SLES,
# same as above, in 15.3+ the product has been renamed from "openSUSE" to "Leap"
["Leap"] => "SLES"
}.freeze

# This maps uses a list of installed products as the key and the removed products as a value.
Expand Down
8 changes: 8 additions & 0 deletions package/yast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 4 09:16:10 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>

- Added supported migration "openSUSE Leap 15.3" -> SLES
(in 15.3 the product has been renamed from "openSUSE" to "Leap")
(bsc#1181773)
- 4.3.52

-------------------------------------------------------------------
Wed Jan 27 09:22:50 UTC 2021 - José Iván López González <jlopez@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


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

0 comments on commit 4779639

Please sign in to comment.