Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rpmdev-diff(1) [centos man page]

RPMDEV-DIFF(1)							   User Commands						    RPMDEV-DIFF(1)

NAME
rpmdev-diff - manual page for rpmdev-diff version 1.4 SYNOPSIS
rpmdev-diff [OPTION]... [DIFF-OPTIONS] FROM-ARCHIVE TO-ARCHIVE DESCRIPTION
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. REPORTING BUGS
Report bugs to <https://bugzilla.redhat.com/>. COPYRIGHT
Copyright (C) 2004-2010 Ville Skytta <ville.skytta@iki.fi> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. rpmdev-diff version 1.4 June 2014 RPMDEV-DIFF(1)

Check Out this Related Man Page

RPMDEV-RMDEVELRPMS(8)					  System Administration Utilities				     RPMDEV-RMDEVELRPMS(8)

NAME
rpmdev-rmdevelrpms - manual page for rpmdev-rmdevelrpms version 1.13 SYNOPSIS
rpmdev-rmdevelrpms [options] DESCRIPTION
rpmdev-rmdevelrpms is a script for finding and optionally removing "development" packages, for example for cleanup purposes before starting to build a new package. By default, the following packages are treated as development ones and are thus candidates for removal: any package whose name matches "-devel", "-debuginfo", "-sdk", or "-static" (case insensitively) except gcc requirements; any package whose name starts with "perl-(Devel|ExtUtils|Test)-"; any package whose name starts with "compat-gcc"; packages in the internal list of known development oriented packages (see def_devpkgs in the source code); packages determined to be development ones based on some basic heuristic checks on the pack- age's contents. The default set of packages above is not intended to not reduce a system into a minimal clean build root, but to keep it usable for general purposes while getting rid of a reasonably large set of development packages. The package set operated on can be configured to meet vari- ous scenarios. To include additional packages in the list of ones treated as development packages, use the "devpkgs" option in the configuration file. To exclude packages from the list use "nondevpkgs" in it. Exclusion overrides inclusion. The system wide configuration file is /etc/rpmdevtools/rmdevelrpms.conf, and per user settings (which override system ones) can be speci- fied in ~/.config/rpmdevtools/rmdevelrpms.conf or ~/.rmdevelrpmsrc (deprecated). These files are written in Python. OPTIONS
-h, --help show this help message and exit -l, --list-only Output condensed list of packages, do not remove. --qf=QF, --queryformat=QF Query format to use for output. -y, --yes Root only: remove without prompting; ignored with -l. -v, --version Print program version and exit. REPORTING BUGS
Report bugs to <http://bugzilla.redhat.com/>. COPYRIGHT
Copyright (C) 2004-2009 Ville Skytta <ville.skytta@iki.fi> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. rpmdev-rmdevelrpms version 1.13 June 2014 RPMDEV-RMDEVELRPMS(8)
Man Page