1RPMDIFF(1) General Commands Manual RPMDIFF(1)
2
3
4
6 rpmdiff - search for differences between two RPM packages
7
9 rpmdiff [<options>] <old_RPM> <new_RPM>
10
12 The rpmdiff tool shows differences between two RPM packages.
13
14
16 This program follows the usual GNU command line syntax, with long
17 options starting with two dashes (`-').
18
19 -h, --help
20 Show summary of options.
21
22 -i, --ignore=property
23 File property to ignore when calculating differences (may be
24 used multiple times).
25 Valid values are:
26 S (size)
27 M (mode)
28 5 (checksum)
29 D (device)
30 N (inode)
31 L (number of links)
32 V (vflags)
33 U (user)
34 G (group)
35 F (digest)
36 T (time)
37
39 rpmlint(1), rpm(1)
40
41
43 Originally written by Frédéric Lepied, modified and maintained by
44 numerous contributors since.
45 This manual page was written by Arturo Borrero González
46 <arturo@debian.org>, and is free/libre documentation (GPL-2+).
47
48
49
50 February 6, 2014 RPMDIFF(1)