Bug 1223392 - update fails
Summary: update fails
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Upgrade Problems (show other bugs)
Version: Current
Hardware: 64bit Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-25 11:59 UTC by Mark Nijland
Modified: 2024-04-25 14:45 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Nijland 2024-04-25 11:59:27 UTC
<html>Dependency resolution failed:<br/><br/>the to be installed kubernetes1.30-client-1.30.0-1.1.x86_64 requires &apos;kubernetes1.30-client-common&apos;, but this requirement cannot be provided
the installed kubernetes-client-1.29.3-40.1.x86_64 requires &apos;kubernetes1.29-client = 1.29.3&apos;, but this requirement cannot be provided</html>
Comment 1 Mark Nijland 2024-04-25 12:03:41 UTC
Cannot deselect kubenetes upgrades in order to upgrade the rest.
Comment 2 Andreas Stieger 2024-04-25 12:44:56 UTC
1. This message is not a bug. It is informational for for you to handle as an operator. See bug 1222757, bug 1222181... 
To resolve run "zypper dup" in a shell and resolve the conflict.

2. valid solution:

$ zypper in --dry-run kubernetes1.30-client
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following 2 NEW packages are going to be installed:
  kubernetes1.30-client kubernetes1.30-client-common

$ zypper in --dry-run kubernetes1.29-client
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following 2 NEW packages are going to be installed:
  kubernetes1.29-client kubernetes1.29-client-common

Closing as invalid.
Comment 3 hui 2024-04-25 14:45:56 UTC
Also see bug 1223333