https://bugzilla.novell.com/show_bug.cgi?id=863930 https://bugzilla.novell.com/show_bug.cgi?id=863930#c1 Ladislav Slezak <lslezak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Ladislav Slezak <lslezak@suse.com> 2014-02-14 15:03:44 UTC --- I suppose you are talking about the Qt frontent. Yast takes the input as one word so "lib client0" is used literally as written. And that is obviously not found. And "lib*client0" is wrong regular expression, it would match e.g. "libbbbclient0" or "liclient0" - so again no match. The correct regexp is "lib.*client0", that works for me. Or you can switch to Wild Card matching and use "lib*client0" (like in shell) - that also works correctly. -- 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.