From c8bdcbf15146081a0f0e51bc6e772ec5c8c25859 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 7 Jan 2016 11:35:06 +0100 Subject: [PATCH] Quiet setup --- python-configobj.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-configobj.spec b/python-configobj.spec index b57f86b..2fac772 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -93,7 +93,7 @@ It has lots of other features though: %endif %prep -%setup -n %{pypi_name}-%{version} +%setup -q -n %{pypi_name}-%{version} cp %{SOURCE1} . %build