Changelog Command

Synopsis

dnf5 changelog [options] [<package-spec>...]

Description

Show package changelogs.

Options

--since=DATE
Show only changelog entries since DATE.
YYYY-MM-DD date format is expected.
--count=VALUE
Limit the number of changelog entries shown per package to VALUE.
--upgrades
Show only new changelog entries for packages that provide upgrades for already installed packages.

Examples

dnf5 changelog --since=2023-04-01
Display changelog entries since April 1, 2023 for all packages.
dnf5 changelog --count=5 bash
Display the 3 latest changelogs for the bash package.