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:
parent
4727910b5e
commit
aa94fe53e0
2
dist/redhat/scylla-jmx.spec
vendored
2
dist/redhat/scylla-jmx.spec
vendored
@ -16,7 +16,7 @@ Requires: %{product}-server java-1.8.0-openjdk-headless
|
||||
|
||||
|
||||
%prep
|
||||
%setup -n scylla-jmx
|
||||
%setup -q -n scylla-jmx
|
||||
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user