Hi,
as we may know, the update repo (actually now plural; OSS and non-OSS) is for “[size=3]official security and bugfix updates[/size]”.
Okie dokie, now lets follow the rabbit:
# zypper lp
Loading repository data...
Reading installed packages...
Repository | Name | Version | Category | Status | Summary
---------------------+-------------------+---------+-------------+--------+-----------------------------------------------------
openSUSE-12.2-Update | openSUSE-2012-733 | 1 | recommended | needed | rsyslog: Update to 5.10.1 [V5-stable]
openSUSE-12.2-Update | openSUSE-2012-735 | 1 | recommended | needed | grub2: ignore extended partitions other then primary
openSUSE-12.2-Update | openSUSE-2012-736 | 1 | recommended | needed | lvm2: boot.lvm not being started on boot-up
Compared to:
# zypper lu | grep Update
v | openSUSE-12.2-Update | device-mapper | 1.02.63-26.8.1 | 1.02.63-26.12.1 | x86_64
v | openSUSE-12.2-Update | grub2 | 2.00-1.11.1 | 2.00-1.15.1 | x86_64
v | openSUSE-12.2-Update | lvm2 | 2.02.84-26.8.2 | 2.02.84-26.12.1 | x86_64
v | openSUSE-12.2-Update | rsyslog | 5.10.0-2.4.1 | 5.10.1-2.8.1 | x86_64
One extra package … lets check it out:
# zypper info -t patch device-mapper
Loading repository data...
Reading installed packages...
patch 'device-mapper' not found.
Not a patch you say, eh … okay, tell me about it:
# zypper info device-mapper
Loading repository data...
Reading installed packages...
Information for package device-mapper:
Repository: openSUSE-12.2-Update
Name: device-mapper
Version: 1.02.63-26.12.1
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: out-of-date (version 1.02.63-26.8.1 installed)
Installed Size: 366.3 KiB
Summary: Device Mapper Tools
Description:
Programs, libraries, and man pages for configuring and using the device
mapper.
How about a comparison to one of the other “patches” (as defined per “zypper lp”)
# zypper info rsyslog
Loading repository data...
Reading installed packages...
Information for package rsyslog:
Repository: openSUSE-12.2-Update
Name: rsyslog
Version: 5.10.1-2.8.1
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: out-of-date (version 5.10.0-2.4.1 installed)
Installed Size: 1.5 MiB
Summary: The enhanced syslogd for Linux and Unix
Description:
Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any
message part, and fine grain output format control. It is quite
compatible to stock sysklogd and can be used as a drop-in replacement.
Its advanced features make it suitable for enterprise-class, encryption
protected syslog relay chains while at the same time being very easy to
setup for the novice user.
And lastly, does it fit any where in the security and recommended - needed and not needed universe?:
# zypper lp -a | tail
openSUSE-12.2-Update | openSUSE-2012-727 | 1 | recommended | not needed | lmms: Fix ZyAddSubFX and VST plugins
openSUSE-12.2-Update | openSUSE-2012-729 | 1 | recommended | not needed | gdm: fixed passwordless bug
openSUSE-12.2-Update | openSUSE-2012-730 | 1 | recommended | not needed | poppler: fix printing with postscript capable printers that fail in some cases
openSUSE-12.2-Update | openSUSE-2012-731 | 1 | recommended | not needed | safte-monitor: create /var/run/safte-monitor at service start time instead of install time
openSUSE-12.2-Update | openSUSE-2012-732 | 1 | recommended | not needed | gtkpod: Fix crash when opening preferences
openSUSE-12.2-Update | openSUSE-2012-733 | 1 | recommended | needed | rsyslog: Update to 5.10.1 [V5-stable]
openSUSE-12.2-Update | openSUSE-2012-734 | 1 | recommended | not needed | rsh: Fork before exec to avoid SIGHUP from systemd-logind
openSUSE-12.2-Update | openSUSE-2012-735 | 1 | recommended | needed | grub2: ignore extended partitions other then primary
openSUSE-12.2-Update | openSUSE-2012-736 | 1 | recommended | needed | lvm2: boot.lvm not being started on boot-up
openSUSE-12.2-Update | openSUSE_Maintenance_804 | 1 | recommended | not needed | xfce4-panel-plugin-wavelan: Update to version 0.5.11
Ummmmm, okay, what gives.
Packaging mistake? User (mine) ignorance (about the_repo/zypper kungfu/patch_and/or_update handling/package’s status) ? Repo synch issue?