Supress tar output for %setup

Seth Vidal skvidal at fedoraproject.org
Mon Mar 15 20:25:31 UTC 2010



On Mon, 15 Mar 2010, Todd Rinaldo wrote:

> 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?
>


-q

%setup -q -n

-sv



More information about the Rpm-list mailing list