rpkg (1) - Linux Manuals
rpkg: RPM Packaging utility
Command to display rpkg
manual in Linux: $ man 1 rpkg
NAME
rpkg - RPM Packaging utility
SYNOPSIS
rpkg
[
global_options
]
command
[
command_options
]
[
command_arguments
]
rpkg
help
rpkg
command
--help
DESCRIPTION
rpkg
is a script to interact with the RPM Packaging system.
Global Options
--config CONFIG, -C CONFIG
Specify a config file to use
--release RELEASE Override the discovered release from current branch,
which is used to determine the build target and value
of dist macro. Generally, release is the name of a
branch created in your package repository. --release
is an alias of --dist, hence --release should be
instead.
--dist DIST Deprecated. Use --release instead. You can use --dist
for a while for backward-compatibility. It will be
disabled in future version.
--module-name MODULE_NAME
Override the module name. Otherwise it is discovered
from: Git push URL or Git URL (last part of path with
.git extension removed) or from name macro in spec
file. In that order.
--user USER