1DNF.PLUGIN.CHANGELOG(8)        dnf-plugins-core        DNF.PLUGIN.CHANGELOG(8)
2
3
4

NAME

6       dnf.plugin.changelog - DNF changelog Plugin
7

DESCRIPTION

9       changelog is a plugin for viewing package changelogs.
10

SYNOPSIS

12       dnf changelog [<options>] <package-spec>...
13

ARGUMENTS

15       <package-spec>
16              Package specification for packages to display changelogs.
17

OPTIONS

19       --since=<date>
20              Show  only  changelog entries since <date>. To avoid ambiguosity
21              using YYYY-MM-DD date format is recommended.
22
23       --count=<number>
24              Show maximum of <number> changelog entries per package.
25
26       --upgrades
27              Show only new changelog entries for packages,  that  provide  an
28              upgrade for some of already installed packages.
29

EXAMPLES

31       Show changelogs for all packages since November 1, 2018:
32
33          dnf changelog --since=2018-11-1
34
35       Show 3 latest changelogs of package dnf:
36
37          dnf changelog --count=3 dnf
38
39       Show what is new in upgradable packages:
40
41          dnf changelog --upgrades
42

AUTHOR

44       See AUTHORS in your Core DNF Plugins distribution
45
47       2014, Red Hat, Licensed under GPLv2+
48
49
50
51
524.0.2.2                          May 14, 2019          DNF.PLUGIN.CHANGELOG(8)
Impressum