http://bugzilla.opensuse.org/show_bug.cgi?id=1209406
Bug ID: 1209406 Summary: after update, zypper pt -i shows no patterns Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.4 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: comes@naic.edu QA Contact: qa-bugs@suse.de Found By: --- Blocker: ---
after updating to zypper 1.14.59 the command: zypper pt -i shows: Loading repository data... Reading installed packages... No patterns found. If I downgrade to a previous version of zypper, the same command will show the list of the installed patterns.
http://bugzilla.opensuse.org/show_bug.cgi?id=1209406
Andreas Stieger Andreas.Stieger@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Other |libzypp Assignee|screening-team-bugs@suse.de |zypp-maintainers@suse.de
http://bugzilla.opensuse.org/show_bug.cgi?id=1209406 http://bugzilla.opensuse.org/show_bug.cgi?id=1209406#c1
Andreas Stieger Andreas.Stieger@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Andreas.Stieger@gmx.de
--- Comment #1 from Andreas Stieger Andreas.Stieger@gmx.de --- From changelog:
- patterns: Avoid dispylaing superfluous @System entries
(bsc#1205570)
$ zypper pt | grep minimal_base i | minimal_base | 20200505-lp154.5.2 | Main Repository |
http://bugzilla.opensuse.org/show_bug.cgi?id=1209406 http://bugzilla.opensuse.org/show_bug.cgi?id=1209406#c2
--- Comment #2 from Giacomo Comes comes@naic.edu --- (In reply to Andreas Stieger from comment #1)
From changelog:
- patterns: Avoid dispylaing superfluous @System entries
(bsc#1205570)
$ zypper pt | grep minimal_base i | minimal_base | 20200505-lp154.5.2 | Main Repository |
bsc#1205570 is not accessible, so I cannot comment about it, but the "fix" breaks scripts the relies on the output of the command: zypper pt -i a workaround is to use: zypper pt | grep ^i I don't know if, by design, zypper pt -i should not work any more or not, but if that's the case you should at least update the documentation.
http://bugzilla.opensuse.org/show_bug.cgi?id=1209406 http://bugzilla.opensuse.org/show_bug.cgi?id=1209406#c3
Andreas Stieger Andreas.Stieger@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|Andreas.Stieger@gmx.de |
--- Comment #3 from Andreas Stieger Andreas.Stieger@gmx.de --- That was not a prompt for you to comment.
http://bugzilla.opensuse.org/show_bug.cgi?id=1209406
Michael Andres ma@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS
http://bugzilla.opensuse.org/show_bug.cgi?id=1209406 http://bugzilla.opensuse.org/show_bug.cgi?id=1209406#c4
Michael Andres ma@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED
--- Comment #4 from Michael Andres ma@suse.com --- Thanks for report and assistance. Fixed in zypper 1.14.60
http://bugzilla.opensuse.org/show_bug.cgi?id=1209406 http://bugzilla.opensuse.org/show_bug.cgi?id=1209406#c5
--- Comment #5 from Andreas Stieger Andreas.Stieger@gmx.de --- https://github.com/openSUSE/zypper/commit/7a509498c1c781d44650bca1244edff15f...
http://bugzilla.opensuse.org/show_bug.cgi?id=1209406 http://bugzilla.opensuse.org/show_bug.cgi?id=1209406#c6
--- Comment #6 from Giacomo Comes comes@naic.edu --- (In reply to Andreas Stieger from comment #5)
https://github.com/openSUSE/zypper/commit/ 7a509498c1c781d44650bca1244edff15fe291be
I have tested the fix and it works.