Bug 411445

Summary: zypper says a new kernel patch is going to be installed (false) and a reboot is required (also false)
Product: [openSUSE] openSUSE 11.0 Reporter: Jon Nelson <jnelson-suse>
Component: libzyppAssignee: E-mail List <zypp-maintainers>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE 11.0   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jon Nelson 2008-07-23 01:57:42 UTC
turnip:~ # zypper up
Reading installed packages...

Problem: cannot install both patch:kernel-111.noarch and patch:kernel-67.noarch
 Solution 1: do not install patch:kernel-111.noarch
 Solution 2: do not install patch:kernel-67.noarch

Choose from above solutions by number or cancel [1/2/C]: 2
Resolving dependencies...

The following packages are going to be upgraded:
  kernel-source kernel-syms


The following NEW patch is going to be installed:
  kernel


Overall download size: 54.0 M. After the operation, additional 1.4 M will be used.
Continue? [YES/no]:
Downloading package kernel-source-2.6.25.11-0.1.x86_64 (1/3), 53.0 M (263.2 M unpacked)
Downloading delta: ./rpm/x86_64/kernel-source-2.6.25.5_2.6.25.11-1.1_0.1.x86_64.delta.rpm, 4.4 M
Applying delta: ./kernel-source-2.6.25.5_2.6.25.11-1.1_0.1.x86_64.delta.rpm [done]
Installing: kernel-source-2.6.25.11-0.1 [done]
Downloading package kernel-syms-2.6.25.11-0.1.x86_64 (2/3), 1.0 M (3.7 M unpacked)
Downloading delta: ./rpm/x86_64/kernel-syms-2.6.25.5_2.6.25.11-1.1_0.1.x86_64.delta.rpm, 800.2 K
Downloading: kernel-syms-2.6.25.5_2.6.25.11-1.1_0.1.x86_64.delta.rpm [done (80.0 K/s)]
Applying delta: ./kernel-syms-2.6.25.5_2.6.25.11-1.1_0.1.x86_64.delta.rpm [done]
Installing: kernel-syms-2.6.25.11-0.1 [done]
Warning: One of installed patches requires reboot of your machine. Reboot as soon as possible.
turnip:~ #
Comment 1 Jan Kupec 2008-07-23 08:12:07 UTC
1) kernel patch (read 'zypp patch named "kernel"') really was installed as you
   can see from the summary and from e.g. 'zypper patches'. This does not
   literally mean installing, but installing the packages required by the patch.

2) yes, kernel-source and kernel-syms really do not require reboot, but the path
   updates also kernel-*-2.6.25.11-0.1, that's why the reboot flag is set. So you
   probably already had kernel >= 2.6.25.11-0.1 installed, so it was not
   installed by the patch. We have the 'reboot' information only on the
   patch-level, we can't tell which packages require reboot.