From aa94fe53e06335549ba281cd207c017d1378e4dd Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 14 Jul 2020 11:51:28 +0300 Subject: [PATCH] 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. --- dist/redhat/scylla-jmx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/redhat/scylla-jmx.spec b/dist/redhat/scylla-jmx.spec index 751b3f0..d8e19bc 100644 --- a/dist/redhat/scylla-jmx.spec +++ b/dist/redhat/scylla-jmx.spec @@ -16,7 +16,7 @@ Requires: %{product}-server java-1.8.0-openjdk-headless %prep -%setup -n scylla-jmx +%setup -q -n scylla-jmx %build