
Originally Posted by
ru1marante
Hi all,
In case it might help people wanting to upgrade opensuse Leap 15.2 to 15.3.. here are my steps:
(already did it on my laptop and another PC):
-- do it at your own risk
...<clip>...
I had no problems with the upgrade.
You did not mention whether or not you were presented with a list of conflicts that needed to be manually addressed? I get a list of 285 of them!!?? I must have done something wrong but am unable to determine it. 
Any suggestion would be more than welcomed! 
Code:
jedaa (su #) zypper repos -d -E
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
---+---------------------+-----------------------------+---------+-----------+---------+----------+--------+-------------------------------------------------------------------+--------
12 | repo-non-oss | Non-OSS Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.2/repo/non-oss/ |
13 | repo-oss | Main Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.2/repo/oss/ |
14 | repo-update | Main Update Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.2/oss |
15 | repo-update-non-oss | Update Repository (Non-Oss) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.2/non-oss/ |
Code:
jedaa (su #) zypper lr -u | awk -F'|' '$4 ~ /Yes/ { gsub (" ", "", $2); r="/etc/zypp/repos.d/"$2".repo"; print "nFile: " r; system("cat " r) }'
nFile: /etc/zypp/repos.d/repo-non-oss.repo
[repo-non-oss]
name=Non-OSS Repository
enabled=1
autorefresh=1
baseurl=http://download.opensuse.org/distribution/leap/$releasever/repo/non-oss/
path=/
type=rpm-md
keeppackages=0
nFile: /etc/zypp/repos.d/repo-oss.repo
[repo-oss]
name=Main Repository
enabled=1
autorefresh=1
baseurl=http://download.opensuse.org/distribution/leap/$releasever/repo/oss/
path=/
type=rpm-md
keeppackages=0
nFile: /etc/zypp/repos.d/repo-update.repo
[repo-update]
name=Main Update Repository
enabled=1
autorefresh=1
baseurl=http://download.opensuse.org/update/leap/$releasever/oss
path=/
type=rpm-md
keeppackages=0
nFile: /etc/zypp/repos.d/repo-update-non-oss.repo
[repo-update-non-oss]
name=Update Repository (Non-Oss)
enabled=1
autorefresh=1
baseurl=http://download.opensuse.org/update/leap/$releasever/non-oss/
path=/
type=rpm-md
keeppackages=0
Code:
jedaa (su #) zypper --releasever=15.3 dup --download-in-advance
Warning: Enforced setting: $releasever=15.3
Loading repository data...
Reading installed packages...
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command.
Computing distribution upgrade...
285 Problems:
Problem: problem with installed package Cadence-0.9.1-lp152.5.1.x86_64
Problem: problem with installed package MozillaFirefox-89.0-lp152.1.1.x86_64
Problem: problem with installed package MozillaFirefox-branding-openSUSE-68-lp152.8.1.x86_64
Problem: problem with installed package MozillaFirefox-translations-common-89.0-lp152.1.1.x86_64
.
.
.
Problem: problem with installed package Cadence-0.9.1-lp152.5.1.x86_64
Solution 1: install Cadence-0.9.1-bp153.1.1.x86_64 (with vendor change)
obs://build.opensuse.org/multimedia --> openSUSE
Solution 2: keep obsolete Cadence-0.9.1-lp152.5.1.x86_64
Choose from above solutions by number or skip, retry or cancel [1/2/s/r/c/d/?] (c):