1RPMDEV-DIFF(1)                   User Commands                  RPMDEV-DIFF(1)
2
3
4

NAME

6       rpmdev-diff - manual page for rpmdev-diff version 1.4
7

SYNOPSIS

9       rpmdev-diff [OPTION]... [DIFF-OPTIONS] FROM-ARCHIVE TO-ARCHIVE
10

DESCRIPTION

12       rpmdev-diff diffs contents of two archives.
13
14       See rpmdev-extract(1) for information about supported archive types.
15

OPTIONS

17       -c, --contents
18              Diff contents of files in archives.  This is the default.
19
20       -l, --list
21              Diff lists of files in archives.
22
23       -L, --long-list
24              Diff long lists (akin to 'find -ls') of files in archives.
25
26       -m, --metadata
27              Diff archive metadata (only implemented for rpms for now).
28
29       -h, --help
30              Print help message and exit.
31
32       -v, --version
33              Print version information and exit.
34
35       diff-options
36              Options  passed  to diff(1).  The first repeated argument of the
37              above or the first argument starting with a '-' but not  one  of
38              the  above  starts diff-options, the first one not starting with
39              it ends them.  Default: -Nup for contents  (in  addition  to  -r
40              which will always be passed), -U0 for others.
41
42       More than one of -c, -l, -L, and -m may be specified.
43

REPORTING BUGS

45       Report bugs to <https://bugzilla.redhat.com/>.
46
48       Copyright  ©  2004-2010 Ville Skyttä <ville.skytta@iki.fi> This program
49       is free software; you can redistribute it and/or modify  it  under  the
50       terms  of the GNU General Public License as published by the Free Soft‐
51       ware Foundation; either version 2 of the License, or (at  your  option)
52       any later version.
53
54
55
56rpmdev-diff version 1.4            July 2021                    RPMDEV-DIFF(1)
Impressum