Hide Forgot
Description of problem: Feature request Hi, it would be really nice if there was a way of tagging yum history entries with information that is meaningful to the user for example: # yum history tag 5 "Installed vlc player" So that when yum histry tag is called it would generate similar output as yum history, but include ID, Tagstring, Actions, Altered Also it would be nice to see all yum history not just last 20 entries perhaps with yum history --all?
"yum history list all" The tag option is interesting, but it seems a bit weird to have it be added afterwards. In theory we can also work things like "installed vlc player" given the command line and yumdb.reason. Can you list some other messages you'd want to tag transactions with?
Thanks for yum history list all, yeah adding tag after installing something is a bit weird, but it's better than nothing (: I mean it would really be useful when testing something. For example when packages are installed with yum install packageset1* packageset2* I'd go and tag saying yum history 10 tag "testing apps" I can then go and undo that whole thing a week later or something
I think I got round to getting the info I need from yum history sqlite db, table "trans_cmdline", column "cmdline": sqlite> select * from trans_cmdline; 5|install openoffice.org-writer 6|install subversion 7|install python-tools 8|install liveusb-creator 9|install ftp 10|install openoffice.org-calc ... imho on single administrator system like fedora, "cmdline" output is more useful in "yum history list all" than "Login User" column Cheers, Tomas
This should be fixed in rawhide.