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 30174b0 commit 555cdd8Copy full SHA for 555cdd8
dnf/yum/rpmtrans.py
@@ -72,7 +72,8 @@ def __init__(self):
72
# use constants from dnf.callback which are the official API
73
PKG_CLEANUP = _add_deprecated_action("PKG_CLEANUP")
74
PKG_DOWNGRADE = _add_deprecated_action("PKG_DOWNGRADE")
75
- PKG_ERASE = _add_deprecated_action("PKG_ERASE")
+ PKG_REMOVE = _add_deprecated_action("PKG_REMOVE")
76
+ PKG_ERASE = PKG_REMOVE
77
PKG_INSTALL = _add_deprecated_action("PKG_INSTALL")
78
PKG_OBSOLETE = _add_deprecated_action("PKG_OBSOLETE")
79
PKG_REINSTALL = _add_deprecated_action("PKG_REINSTALL")
0 commit comments