dist: redhat: reduce log spam from unpacking sources when building rpm

rpmbuild defaults to logging the name of every file it unpacks from
the archive. This is quite a lot for Java applications.

Make it quiet with the %setup -q flag.
This commit is contained in:
Avi Kivity 2020-07-14 11:51:28 +03:00 committed by Pekka Enberg
parent 4727910b5e
commit aa94fe53e0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Requires: %{product}-server java-1.8.0-openjdk-headless
%prep
%setup -n scylla-jmx
%setup -q -n scylla-jmx
%build