We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34cb45 commit 68157b6Copy full SHA for 68157b6
dnf/transaction.py
@@ -76,12 +76,16 @@
76
77
ACTIONS = {
78
PKG_DOWNGRADE: _('Downgrading'),
79
+ PKG_DOWNGRADED: _('Cleanup'),
80
PKG_INSTALL: _('Installing'),
81
PKG_OBSOLETE: _('Obsoleting'),
82
+ PKG_OBSOLETED: _('Obsoleting'),
83
PKG_REINSTALL: _('Reinstalling'),
84
+ PKG_REINSTALLED: _('Cleanup'),
85
# TODO: 'Removing'?
86
PKG_REMOVE: _('Erasing'),
87
PKG_UPGRADE: _('Upgrading'),
88
+ PKG_UPGRADED: _('Cleanup'),
89
90
PKG_CLEANUP: _('Cleanup'),
91
PKG_VERIFY: _('Verifying'),
0 commit comments