rpmbuild: Complete *.spec on --clean (RedHat: #1132959)

This commit is contained in:
Patrick Monnerat 2014-08-30 13:34:41 +03:00 committed by Ville Skyttä
parent 852e0f60f0
commit e879eb0a17

View File

@ -282,7 +282,7 @@ _rpmbuild()
local word ext
for word in ${words[@]}; do
case $word in
-b?)
-b?|--clean)
ext=spec
break
;;