Bug 1036139

Summary: RFE: yum-shell: option to change history limit
Product: [Fedora] Fedora Reporter: James Patterson <jamespatterson>
Component: yumAssignee: Valentina Mukhamedzhanova <vmukhame>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: admiller, ffesti, firas.alkafri, jzeleny, packaging-team-maint, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-19 11:43:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description James Patterson 2013-11-29 14:35:23 UTC
Description of problem:
There is currently no way to view more than 19 items from the command:
 yum history list

Could we have an option to view more?

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 James Patterson 2013-11-29 14:35:46 UTC
Correction: yum shell history list

Comment 2 James Patterson 2013-11-29 14:36:49 UTC
Correction:
 yum history list
or:
 yum shell
 > history list

Comment 3 Valentina Mukhamedzhanova 2014-02-19 11:43:24 UTC
Hello, you can use 'yum history list all' to view all transactions.

Comment 4 James Patterson 2014-02-19 11:48:12 UTC
Thanks.

I can't find this documented either in the man page, or in yum shell help.

Comment 5 Valentina Mukhamedzhanova 2014-02-19 11:58:00 UTC
It's in yum's man page, although I agree that it's easy to miss it.

Comment 6 James Patterson 2014-02-19 12:03:22 UTC
Oh good. Where in the man page? Can you copy paste?

Comment 7 Valentina Mukhamedzhanova 2014-02-19 12:17:16 UTC
It's under the 'history' section.

The info/list/summary commands take either a transaction id or a
package  (with  wildcards,  as in Specifying package names), all
three can also be passed no arguments. list can  be  passed  the
keyword "all" to list all the transactions.

Comment 8 James Patterson 2014-02-19 12:19:07 UTC
Thanks.