rpm-software-management / yum-utils

[DEPRECATED] A collection of utilities, plugins and examples related to the YUM package manager
GNU General Public License v2.0
35 stars 45 forks source link

--security is ignored when running "dnf changelog --upgrades" #70

Open kripper opened 3 months ago

kripper commented 3 months ago

We use yum update --security to update security changes.

Is it possible to support --security together with:

dnf changelog --upgrades

We would like to review all security changes before updating.

kripper commented 3 months ago

Ideally support viewing the changelogs of this query (filtering by Critical):

yum list-security --sec-severity Critical --updates

kontura commented 3 months ago

This repository is deprecated but since you mentioned both dnf and yum you might not be using it anyway. You can check what version you have with yum --version.

In any case currently we are focusing on dnf5 which is replacing dnf as the default in fedora 41. I think that would be the best place for such a feature request.