https://bugzilla.novell.com/show_bug.cgi?id=462697 Summary: zypper list-updates -r <repo> should accept names Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: richard.bos@xs4all.nl QAContact: qa@suse.de Found By: Community User The zypper query command list-updates results in the following output (example): # zypper list-updates Loading repository data... Reading installed packages... S | Repository | Name | Version | Arch --+-------------------------------+------------------------------+-----------------------+------- v | openSUSE-11.1-Oss | Xerces-c | 2.8.0-29.28 | i586 v | openSUSE-11.1-Non-Oss | acroread | 8.1.3-51.6 | i586 v | KDE 4.2 development snapshots | akonadi-runtime | 1.0.81-1.2 | i586 v | openSUSE-11.1-Oss | albumshaper | 2.1-220.21 | i586 Now try to limit the output to repository openSUSE-11.1-Oss: # zypper list-updates -r openSUSE-11.1-Oss Repository 'openSUSE-11.1-Oss' not found by its alias, number, or URI. Use 'zypper repos' to get the list of defined repositories. # zypper repos | grep openSUSE-11.1-Oss 12 | repo-oss | openSUSE-11.1-Oss | Yes | Yes Using the repo alias works: # zypper list-updates -r repo-oss Loading repository data... Reading installed packages... S | Name | Version | Arch --+------------------------+----------------+----- v | Xerces-c | 2.8.0-29.28 | i586 v | albumshaper | 2.1-220.21 | i586 v | commoncpp2 | 1.6.1-32.35 | i586 v | compat-openssl097g | 0.9.7g-146.1 | i586 It's confusing the that the output of 'zypper list-updates' can not directly be used by the command 'zypper list-updates -r <repo>'. The latter command should be able to resolve the repository names. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.