Hi,
I administer a lot of OpenSuSE 11.1 x86_64 machines and one of them has the problem that the command “zypper lp” lists a needed patch for “translation-update”, version 532, but then “zypper patch” says that there is nothing to do.
I cannot get rid of this “needed patch”, check out these commands I tried:
machine:/root # zypper lu
Loading repository data...
Reading installed packages...
No updates found.
machine:/root # zypper lp
Loading repository data...
Reading installed packages...
Patches
Repository | Name | Version | Category | Status
---------------------------+--------------------+---------+-------------+-------
OpenSUSE11.1_GEMINI_UPDATE | translation-update | 532 | recommended | Needed
machine:/root # zypper patch
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Nothing to do.
machine:/root # zypper rm translation-update
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following package is going to be REMOVED:
translation-update
After the operation, 18.0 K will be freed.
Continue? [YES/no]:
Removing translation-update-11.1-0.2.1 [done]
machine:/root # zypper lp
Loading repository data...
Reading installed packages...
Patches
Repository | Name | Version | Category | Status
---------------------------+--------------------+---------+-------------+-------
OpenSUSE11.1_GEMINI_UPDATE | translation-update | 532 | recommended | Needed
machine:/root # zypper in translation-update
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
translation-update
Overall download size: 11.0 K. After the operation, additional 18.0 K will be used.
Continue? [YES/no]:
Retrieving package translation-update-10.3-46.29.noarch (1/1), 11.0 K (18.0 K unpacked)
Retrieving: translation-update-10.3-46.29.noarch.rpm [done]
Installing: translation-update-10.3-46.29 [done]
machine:/root # zypper lp
Loading repository data...
Reading installed packages...
Patches
Repository | Name | Version | Category | Status
---------------------------+--------------------+---------+-------------+-------
OpenSUSE11.1_GEMINI_UPDATE | translation-update | 532 | recommended | Needed
OpenSUSE11.1_GEMINI_UPDATE | translation-update | 599 | recommended | Needed
machine:/root # zypper in -t patch translation-update
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following package is going to be upgraded:
translation-update
The following NEW patch is going to be installed:
translation-update
Overall download size: 11.0 K. No additional space will be used or freed after the operation.
Continue? [YES/no]:
Retrieving package translation-update-11.1-0.2.1.noarch (1/2), 11.0 K (18.0 K unpacked)
Installing: translation-update-11.1-0.2.1 [done]
machine:/root # zypper lp
Loading repository data...
Reading installed packages...
Patches
Repository | Name | Version | Category | Status
---------------------------+--------------------+---------+-------------+-------
OpenSUSE11.1_GEMINI_UPDATE | translation-update | 532 | recommended | Needed
machine:/root #
Any suggestions?
I also tried “zypper refresh -f” but that also did not help…
Also note that about 50 other machines use this (mirrored update repository), none of them has this problem. They are all updated correctly, showing “0 needed patches”.
Thanks for any help! It’s npt a real problem, but it’s just annoying!