Hello,

  Last week I decided to switch from smart to zypper when doing Factory updates.
I found a issue I couldn't figure out yet, but before logging a bug
report, can someone
confirm that I'm not doing something wrong?

Here's my repositories list:

# zypper sl
# | Enabled | Refresh | Type   | Alias              | Name
--+---------+---------+--------+--------------------+-------------------
1 | Yes     | Yes     | rpm-md | SL-Factory-non-oss | SL-Factory-non-oss
2 | Yes     | Yes     | rpm-md | SL-OSS-factory     | SL-OSS-factory
3 | No      | No      | yast2  | migrated_0         | migrated_0

They are correctly refreshed:

# zypper ref
Repository 'SL-Factory-non-oss' is up to date.
Repository 'SL-OSS-factory' is up to date.
All repositories have been refreshed.

And "zypper list-updates" informs me that no new packages are found:

# zypper list-updates
* Reading repository 'SL-Factory-non-oss' cache
* Reading repository 'SL-OSS-factory' cache
* Reading installed packages [100%]

No updates found.

Problem is: "zypper xml-updates" correctly returns a lot of packages available
as updates:

# zypper xml-updates | grep 'update name' | more
 <update name="xorg-x11-libxcb-devel" edition="7.2-47" kind="package" >
 <update name="python-sip" edition="4.7-15" kind="package" >
 <update name="giflib-devel" edition="4.1.4-81" kind="package" >
 <update name="libgtop" edition="2.19.92-2" kind="package" >
 <update name="libgimpprint" edition="4.2.7-171" kind="package" >
(...)

Just to make sure the package is supposed to be updated:

# rpm -q xorg-x11-libxcb-devel
xorg-x11-libxcb-devel-7.2-46

# zypper in xorg-x11-libxcb-devel
* Reading repository 'SL-Factory-non-oss' cache
* Reading repository 'SL-OSS-factory' cache
* Reading installed packages [100%]

The following package is going to be upgraded:
  xorg-x11-libxcb-devel

Overall download size: 171.6 K. After the operation, 0.0 B will be freed.
Continue? [yes/no]: y
Downloading package xorg-x11-libxcb-devel-7.2-47.ppc, 171.6 K (2.0 M unpacked)
Downloading: xorg-x11-libxcb-devel-7.2-47.ppc.rpm
* Downloading [100%]
* Installing: xorg-x11-libxcb-devel-7.2-47 [100%]

I updated zypper and libzypp to the latest versions, just to make sure:

# rpm -q zypper libzypp
zypper-0.8.19-8
libzypp-3.22.7-2

I'm running beta3 (PPC):

# cat /etc/SuSE-release
openSUSE 10.3 (PPC) Beta3
VERSION = 10.3

Thanks!
Leonardo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to