Hi!
I have here an install with:
zypper repos --uri
Repository priorities are without effect. All enabled repositories share the same priority.
# | Alias | Name | Enabled | GPG Check | Refresh | URI
---+---------------------------+-----------------------------------------+---------+-----------+---------+-------------------------------------------------------------------------
1 | openSUSE-Leap-15.0-1 | openSUSE-Leap-15.1-1 | Yes | (r ) Yes | Yes | http://download.opensuse.org/distribution/leap/15.1/repo/oss/
2 | openSUSE_Leap_15.0 | Mozilla | Yes | (r ) Yes | Yes | http://download.opensuse.org/repositories/mozilla/openSUSE_Leap_15.1/
3 | repo-debug | openSUSE-Leap-15.1-Debug | No | ---- | ---- | http://download.opensuse.org/debug/distribution/leap/15.1/repo/oss/
4 | repo-debug-non-oss | openSUSE-Leap-15.1-Debug-Non-Oss | No | ---- | ---- | http://download.opensuse.org/debug/distribution/leap/15.1/repo/non-oss/
5 | repo-debug-update | openSUSE-Leap-15.1-Update-Debug | No | ---- | ---- | http://download.opensuse.org/debug/update/leap/15.1/oss/
6 | repo-debug-update-non-oss | openSUSE-Leap-15.1-Update-Debug-Non-Oss | No | ---- | ---- | http://download.opensuse.org/debug/update/leap/15.1/non-oss/
7 | repo-non-oss | openSUSE-Leap-15.1-Non-Oss | Yes | (r ) Yes | Yes | http://download.opensuse.org/distribution/leap/15.1/repo/non-oss/
8 | repo-source | openSUSE-Leap-15.1-Source | No | ---- | ---- | http://download.opensuse.org/source/distribution/leap/15.1/repo/oss/
9 | repo-source-non-oss | openSUSE-Leap-15.1-Source-Non-Oss | No | ---- | ---- | http://download.opensuse.org/source/distribution/leap/15.1/repo/non-oss/
10 | repo-update | openSUSE-Leap-15.1-Update | Yes | (r ) Yes | Yes | http://download.opensuse.org/update/leap/15.1/oss/
11 | repo-update-non-oss | openSUSE-Leap-15.1-Update-Non-Oss | Yes | (r ) Yes | Yes | http://download.opensuse.org/update/leap/15.1/non-oss/
If I do
zypper --releasever=15.2 ref
Warning: Enforced setting: $releasever=15.2
Repository 'openSUSE-Leap-15.1-1' is up to date.
Repository 'Mozilla' is up to date.
Repository 'openSUSE-Leap-15.1-Non-Oss' is up to date.
Repository 'openSUSE-Leap-15.1-Update' is up to date.
Repository 'openSUSE-Leap-15.1-Update-Non-Oss' is up to date.
All repositories have been refreshed.
nothing really happens.
And no success with
zypper --releasever=15.2 dup --download-in-advance
Warning: Enforced setting: $releasever=15.2
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...
The following item is locked and will not be changed by any action:
Available:
xf86-video-nouveau
Nothing to do.
A .repo looks like
[openSUSE-Leap-15.0-1]
name=openSUSE-Leap-15.1-1
enabled=1
autorefresh=1
baseurl=http://download.opensuse.org/distribution/leap/15.1/repo/oss/
path=/
type=rpm-md
keeppackages=0
What is the way forward to upgrade to 15.2?