rpmdev-diff (1) Linux Manual Page
rpmdev-diff – manual page for rpmdev-diff version 1.4
Synopsis
rpmdev-diff [OPTION]… [DIFF-OPTIONS] FROM-ARCHIVE TO-ARCHIVEDescription
rpmdev-diff diffs contents of two archives. See rpmdev-extract(1) for information about supported archive types.
Options
- -c, –contents
- Diff contents of files in archives. This is the default.
- -l, –list
- Diff lists of files in archives.
- -L, –long-list
- Diff long lists (akin to ‘find -ls‘) of files in archives.
- -m, –metadata
- Diff archive metadata (only implemented for rpms for now).
- -h, –help
- Print help message and exit.
- -v, –version
- Print version information and exit.
- diff-options
- Options passed to diff(1). The first repeated argument of the above or the first argument starting with a ‘-‘ but not one of the above starts diff-options, the first one not starting with it ends them. Default: -Nup for contents (in addition to -r which will always be passed), -U0 for others.
More than one of -c, -l, -L, and -m may be specified.
