From e2db22cbcd7fbf2913e1697f20183aeb350a04c2 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Fri, 10 Sep 2010 16:35:10 -0400 Subject: fedpkg: Complete --srpm for the build command --- src/fedpkg.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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) -- cgit