diff options
-rw-r--r-- | src/fedpkg.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash index 45d6c21..aab9ce2 100644 --- a/src/fedpkg.bash +++ b/src/fedpkg.bash @@ -89,7 +89,8 @@ _fedpkg() help|clog|gimmespec|giturl|lint|mockbuild|new|push|tag-request|unused-patches|update|verrel) ;; build) - options="--nowait --background --skip-tag --scratch" + options="--nowait --background --skip-tag --scratch --srpm" + options_srpm="--srpm" options_target="--target" ;; chain-build) |