https://bugzilla.novell.com/show_bug.cgi?id=640399 https://bugzilla.novell.com/show_bug.cgi?id=640399#c1 Michael Andres <ma@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High --- Comment #1 from Michael Andres <ma@novell.com> 2010-09-20 13:17:24 CEST --- @Jano: IMO in zypper PackageArgs::argsToCaps(const zypp::ResKind & kind). A kind different than package needs to be prepended when calling guessPackageSpec: * timezone-2010l ==> 1: timezone == 2010l patch:timezone-2010l ==> 0: patch:timezone-2010l package:gnome-vfs2-doc ==> 0: gnome-vfs2-doc No kind is the same as 'package:', so "timezone-2010l" is not found because there's no package with that name. The patch name is "patch:timezone-2010l" and this way guessPackageSpec should find it. Maybe workaround: zypper in patch:timezone-2010l -- 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.