Bug 1223392

Summary: update fails
Product: [openSUSE] openSUSE Tumbleweed Reporter: Mark Nijland <mark>
Component: Upgrade ProblemsAssignee: E-mail List <screening-team-bugs>
Status: RESOLVED INVALID QA Contact: Jiri Srain <jsrain>
Severity: Major    
Priority: P5 - None CC: Andreas.Stieger
Version: Current   
Target Milestone: ---   
Hardware: 64bit   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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