Bug 418496

Summary: Unable to upgrade packages
Product: [openSUSE] openSUSE 11.0 Reporter: Michael Monreal <michael.monreal>
Component: GNOMEAssignee: E-mail List <zypp-maintainers>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Screenshot

Description Michael Monreal 2008-08-19 21:30:37 UTC
I have a few packages that I update regularly on my personal folder in buildservice. I have added the repo to zypper and I used to be able to refresh using the PackageKit updater or the command line to get the updated packges.

Not so anymore...

I have for example an updated bluez-gnome package but "zypper up" does not install it - only "zypper in" does... Look here:

monreal@pandora:~> sudo zypper ref
Repository 'Banshee Media Player (openSUSE_11.0)' is up to date.
Repository 'Stable Version of OpenOffice.org  (openSUSE_11.0)' is up to date.
Repository 'Mozilla based projects (openSUSE_11.0)' is up to date.
Repository 'Updates for 11.0' is up to date.
Repository 'monreal's Home Project (openSUSE_11.0)' is up to date.
Repository 'Wine (openSUSE_11.0)' is up to date.
Repository 'KVM Kernel Modules and Tools (openSUSE_11.0)' is up to date.
Repository 'Open repository for GNOME related packages (openSUSE_11.0)' is up to date.
Repository 'openSUSE-11.0-Non-Oss' is up to date.
Repository 'openSUSE-11.0-Oss' is up to date.
Repository 'Ekiga SVN (openSUSE_11.0)' is up to date.
Repository 'Mono Stack (openSUSE_11.0)' is up to date.
All repositories have been refreshed.
monreal@pandora:~> sudo zypper up
Reading installed packages...
Nothing to do.
monreal@pandora:~> rpm -qa | grep bluez-gnome
bluez-gnome-lang-0.27-11.1
bluez-gnome-0.27-11.1
monreal@pandora:~> sudo zypper up
Reading installed packages...
Nothing to do.
monreal@pandora:~> sudo zypper in bluez-gnome
Reading installed packages...

The following packages are going to be upgraded:
  bluez-gnome-lang bluez-gnome 


Overall download size: 214.0 K. After the operation, additional 2.0 K will be used.
Continue? [YES/no]: yes
Downloading package bluez-gnome-0.28-1.2.x86_64 (1/2), 127.0 K (422.0 K unpacked)
Downloading: bluez-gnome-0.28-1.2.x86_64.rpm [done (35.0 K/s)]
Installing: bluez-gnome-0.28-1.2 [done]
Downloading package bluez-gnome-lang-0.28-1.2.x86_64 (2/2), 87.0 K (333.0 K unpacked)
Downloading: bluez-gnome-lang-0.28-1.2.x86_64.rpm [done]
Installing: bluez-gnome-lang-0.28-1.2 [done]


I remember installing a zypper update a few days ago... did this break something regarding updates?
Comment 1 Michael Monreal 2008-08-20 17:28:46 UTC
Eh... I should have run "zypper dup" instead of "zypper up" :( Using this, I got the updates.

However, the PackageKit updater (gpk-update-viewer) still did not show any new updates. Reassigning to GNOME.
Comment 2 Michael Monreal 2008-08-20 17:33:13 UTC
Created attachment 234530 [details]
Screenshot
Comment 3 Jan Kupec 2008-09-30 17:57:49 UTC
Not dup, but 'zypper up -t package' would update it probably. The -t package is the default now, os 'zypper up' should work for you now.

*** This bug has been marked as a duplicate of bug 395480 ***