Commit ced11996 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-policy: add fatal for yum

parent 184eae4b
......@@ -35,9 +35,12 @@ case $PMTYPE in
# FIXME: returns TRUE ever on missed package
docmd apt-cache policy $pkg_names
;;
dnf-*|yum-*)
dnf-*|dnf5-*)
docmd dnf info $pkg_names
;;
yum-*)
fatal "policy command is not implemented for yum"
;;
packagekit)
docmd pkcon resolve $pkg_names
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment