I suspect this problem is with the update on the server. When I first attempted to update I got 28 updates not installed. I was able to get 26 of them installed by hand. I am now left with two that are still failing:
USS-Liberty:~ # zypper up
Refreshing service 'openSUSE'.
Loading repository data...
Reading installed packages...
The following 2 package updates will NOT be installed:
gio-branding-openSUSE pam_kwallet6-common
Nothing to do.
USS-Liberty:~ #
This is my current repo listing:
USS-Liberty:~ # zypper lr -Pu
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | URI
--+--------------------------+------------------+---------+-----------+---------+----------+--------------------------------------------------------
7 | openSUSE:update-slowroll | update-slowroll | Yes | (r ) Yes | Yes | 80 | http://download.opensuse.org/update/slowroll/repo/oss
1 | leap-to-slowroll | leap-to-slowroll | No | ---- | ---- | 99 | https://download.opensuse.org/slowroll/repo/oss/
2 | openSUSE:repo-non-oss | repo-non-oss | Yes | (r ) Yes | Yes | 99 | http://download.opensuse.org/slowroll/repo/non-oss
3 | openSUSE:repo-openh264 | repo-openh264 | Yes | (r ) Yes | Yes | 99 | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed
4 | openSUSE:repo-oss | repo-oss | Yes | (r ) Yes | Yes | 99 | http://download.opensuse.org/slowroll/repo/oss
5 | openSUSE:repo-oss-debug | repo-oss-debug | No | ---- | ---- | 99 | http://download.opensuse.org/debug/slowroll/repo/oss
6 | openSUSE:repo-oss-source | repo-oss-source | No | ---- | ---- | 99 | http://download.opensuse.org/source/slowroll/repo/oss
USS-Liberty:~ #
When I attempt to update the packages explicitly I get the following:
USS-Liberty:~ # zypper up pam_kwallet6-common
Refreshing service 'openSUSE'.
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: 1: nothing provides 'kwalletd6 >= 6.14.0' needed by the to be installed pam_kwallet6-common-6.3.5-2.1.noarch
Solution 1: do not install pam_kwallet6-common-6.3.5-2.1.noarch
Solution 2: break pam_kwallet6-common-6.3.5-2.1.noarch by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c/d/?] (c):
I canceled. Then:
USS-Liberty:~ # zypper up gio-branding-openSUSE
Refreshing service 'openSUSE'.
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: 1: nothing provides 'libgio-2_0-0 = 2.84.2' needed by the to be installed gio-branding-openSUSE-42.1-2.1.2.1.sr20250501.noarch
Solution 1: do not install gio-branding-openSUSE-42.1-2.1.2.1.sr20250501.noarch
Solution 2: break gio-branding-openSUSE-42.1-2.1.2.1.sr20250501.noarch by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c/d/?] (c):
Again cancelled.
Is this a bug which I should report?