[Bug 411339] New: zypper se -s output is incorrect or misleading if " -t package" is not specified
https://bugzilla.novell.com/show_bug.cgi?id=411339 Summary: zypper se -s output is incorrect or misleading if "-t package" is not specified Product: openSUSE 11.0 Version: Final Platform: i586 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: saarmstrong@novell.com QAContact: qa@suse.de Found By: --- The only package with "json" in its name that I have installed is python-simplejson, but the output of `zypper se -s json` seems to indicate otherwise. I am not very clear on the difference between a package and a srcpackage, so it could be that I am just misunderstanding this. linux:~ # zypper se -si json Reading installed packages... S | Name | Type | Version | Arch | Repository --+-------------------+---------+-----------+------+----------------------- i | python-simplejson | package | 1.7.5-1.5 | i586 | devel:languages:python linux:~ # zypper se -s -t package json Reading installed packages... S | Name | Type | Version | Arch | Repository --+--------------------+---------+------------+------+----------------------- | json-glib-devel | package | 0.6.2-2.1 | i586 | home:hfiguiere | json-glib-doc | package | 0.6.2-2.1 | i586 | home:hfiguiere | libjson-glib-1_0-0 | package | 0.6.2-2.1 | i586 | home:hfiguiere | php5-json | package | 5.2.6-0.1 | i586 | Main Update Repository | php5-json | package | 5.2.5-66.1 | i586 | Main Repository (OSS) | python-cjson | package | 1.0.5-1.5 | i586 | devel:languages:python | python-json | package | 3.4-3.2 | i586 | devel:languages:python i | python-simplejson | package | 1.7.5-1.5 | i586 | devel:languages:python | python-turbojson | package | 1.1.2-1.5 | i586 | devel:languages:python linux:~ # zypper se -s json Reading installed packages... S | Name | Type | Version | Arch | Repository --+--------------------+------------+------------+--------+----------------------- i | json-glib | srcpackage | 0.6.2-2.1 | noarch | home:hfiguiere | json-glib-devel | package | 0.6.2-2.1 | i586 | home:hfiguiere | json-glib-doc | package | 0.6.2-2.1 | i586 | home:hfiguiere | libjson-glib-1_0-0 | package | 0.6.2-2.1 | i586 | home:hfiguiere | php5-json | package | 5.2.6-0.1 | i586 | Main Update Repository | php5-json | package | 5.2.5-66.1 | i586 | Main Repository (OSS) i | python-cjson | srcpackage | 1.0.5-1.6 | noarch | devel:languages:python i | python-cjson | srcpackage | 1.0.5-1.5 | noarch | devel:languages:python i | python-json | srcpackage | 3.4-3.2 | noarch | devel:languages:python | python-simplejson | srcpackage | 1.7.5-1.5 | noarch | devel:languages:python | python-turbojson | srcpackage | 1.1.2-1.5 | noarch | devel:languages:python -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=411339 User sontek@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=411339#c1 John Anderson <sontek@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sontek@gmail.com --- Comment #1 from John Anderson <sontek@gmail.com> 2008-07-22 11:54:31 MDT --- Search should default to the type "package" since install does. The results are misleading since the search will display one thing but then when you install it, you'll get something different, or if its already installed, it wont show it as installed. Also, It should be able to display packages of the same name if they have different types, it seems to do this for package and patch, but not for srcpackage. An example of this is the application firebird in the repository "openSUSE BuildService - Database". If you do zypper -se firebird its going to return: firebird | srcpackage | 2.0.4.13130.1-1.4 | noarch and not show the package, but you can see the package if you do zypper se -s -t package firebird firebird | package | 2.0.4.13130.1-1.4 | noarch -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=411339 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=411339#c2 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|zypp-maintainers@forge.provo.novell.com |jkupec@novell.com Status|NEW |ASSIGNED --- Comment #2 from Ján Kupec <jkupec@novell.com> 2008-07-22 12:10:56 MDT --- Yes, the srcpacakge handling is broken. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=411339 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=411339 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=411339#c3 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@novell.com --- Comment #3 from Ján Kupec <jkupec@novell.com> 2008-07-28 10:56:07 MDT --- *** Bug 391306 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=391306 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=411339 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=411339#c4 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |in-svn --- Comment #4 from Ján Kupec <jkupec@novell.com> 2008-07-28 10:59:02 MDT --- fixed in libzypp and zypper svn, to be in libzypp > 5.3.0 and zypper 0.12.1 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=411339 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=411339#c5 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub.rusinek@gmail.com --- Comment #5 from Ján Kupec <jkupec@novell.com> 2008-07-28 11:08:51 MDT --- *** Bug 404733 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=404733 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=411339 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=411339#c6 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Status Whiteboard|in-svn | --- Comment #6 from Ján Kupec <jkupec@novell.com> 2008-09-02 02:30:35 MDT --- submitted -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=411339 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=411339#c7 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grfgguvf@gmail.com --- Comment #7 from Ján Kupec <jkupec@novell.com> 2008-10-03 02:44:48 MDT --- *** Bug 431072 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=431072 -- 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.
participants (1)
-
bugzilla_noreply@novell.com