summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-07-14 11:54:43 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-07-14 11:54:43 +0300
commit16be29746ce4ecdedb2034c8d97b6455ba5ae620 (patch)
treefe8965094db975239c599365f0dd3b6413f06bab /doc
parentb8102d8f6150b0438ba91cd53ff86a5391e8bdcf (diff)
downloadlibrpm-tizen-16be29746ce4ecdedb2034c8d97b6455ba5ae620.tar.gz
librpm-tizen-16be29746ce4ecdedb2034c8d97b6455ba5ae620.tar.bz2
librpm-tizen-16be29746ce4ecdedb2034c8d97b6455ba5ae620.zip
Document --nodeps in rpmbuild manual (RhBug:482921)
Diffstat (limited to 'doc')
-rw-r--r--doc/rpmbuild.83
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rpmbuild.8 b/doc/rpmbuild.8
index 4c970cb02..6ad5bf190 100644
--- a/doc/rpmbuild.8
+++ b/doc/rpmbuild.8
@@ -157,6 +157,9 @@ Remove the build tree after the packages are made.
\fB--nobuild\fR
Do not execute any build stages. Useful for testing out spec files.
.TP
+\fB--nodeps\fR
+Do not verify build dependencies.
+.TP
\fB--rmsource\fR
Remove the sources after the build (may also be
used standalone, e.g. "\fBrpmbuild\fR \fB--rmsource foo.spec\fR").