I am doing a %setup -n... in my .spec file. Inconsistently on some linux distributions, tar extracts with tar -xf instead of tar -xvf. How can I force tar verbosity off always? I assume there's a super-secret flag for this? Thanks, Todd