Project

General

Profile

action #156184

Updated by JERiveraMoya 3 months ago

#### Motivation 
 ### **Motivation**  
 Some migration cases are blocked by [[bsc#1220091]] (https://bugzilla.suse.com/show_bug.cgi?id=1220091), based on the comments in the bug report, add a workaround to avoid the conflict: before migration, remove the libopenssl-1_1-devel package by zypper. 
 https://openqa.suse.de/tests/13584109#step/zypper_migration/5 
 https://openqa.suse.de/tests/13583982#step/resolve_dependency_issues/1 
 This issue happens on both offline migration and online migration cases, need to take care of both of them. 

 #### Acceptance criteria ### **Acceptance criteria** 
 **AC1** **[AC1]** : Before migration, check whether libopenssl-1_1-devel is installed, if yes, remove it by "zypper rm"

Back