summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-01-31 16:44:43 +0100
committerJesse Keating <jkeating@redhat.com>2011-02-09 15:53:33 -0700
commitf73acaf60b745656f8269a560d846bb8d134355b (patch)
treeb83e088296f293c067c0661b8ab189d612262fbb /src/fedpkg.bash
parentde2bc133afb7f44e11a1b07169a291baa82f1992 (diff)
downloadfedora-packager-f73acaf60b745656f8269a560d846bb8d134355b.tar.gz
fedora-packager-f73acaf60b745656f8269a560d846bb8d134355b.tar.xz
fedora-packager-f73acaf60b745656f8269a560d846bb8d134355b.zip
Add "fedpkg verify-files" command
usage: fedpkg verify-files [-h] Locally run 'rpmbuild -bl' to verify the spec file's %files sections. This is useful after a successful run of 'fedpkg install' or after a 'fedpkg local' run which failed due to %files list inaccuracies.
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 1191bb5..2d0f4d8 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -37,7 +37,7 @@ _fedpkg()
local options_value="--dist --user --path"
local commands="build chain-build ci clean clog clone co commit compile diff gimmespec giturl help \
import install lint local mockbuild new new-sources patch prep pull push retire scratch-build sources \
- srpm switch-branch tag tag-request unused-patches update upload verrel"
+ srpm switch-branch tag tag-request unused-patches update upload verify-files verrel"
# parse main options and get command