Mailinglist Archive: opensuse-bugs (10135 mails)

< Previous Next >
[Bug 554818] New: zypper should accept full package names
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 12 Nov 2009 01:28:05 -0700
  • Message-id: <bug-554818-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugzilla.novell.com/show_bug.cgi?id=554818


Summary: zypper should accept full package names
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: x86
OS/Version: openSUSE 11.1
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Maintenance
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: grey-olli@xxxxx
QAContact: qa@xxxxxxx
Found By: ---


User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.13)
Gecko/2009080200 SUSE/3.0.13-0.1.2 Firefox/3.0.13

The following should work, but it doesn't:

zypper up `rpm -qa | grep -i Qt | tr '\n' ' '`


Reproducible: Always

Steps to Reproduce:
1. zypper up `rpm -qa | grep -i whateverpackagepattern | tr '\n' ' '`
2. get 'package not installed' in reply.

Actual Results:
acer15 # zypper up `rpm -qa | grep -i Qt | tr '\n' ' '`
Loading repository data...
Reading installed packages...
Package 'qt3-3.3.8b-87.11' is not installed.
Package 'libqt4-qt3support-4.4.3-4.8.2' is not installed.
Package 'libqt4-x11-4.4.3-4.8.2' is not installed.
Package 'dbus-1-qt3-0.62-221.222.1' is not installed.
...

Expected Results:
should try to update package list provided by rpm .

--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >