From 2d1a2c8b25a1a2106319d515e9782486c4ac22e3 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 26 Mar 2020 14:40:56 +0100 Subject: [PATCH] quieten %setup --- python-sqlalchemy.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 5a99dd5..32e3280 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -105,7 +105,7 @@ This package includes the python 3 version of the module. %prep -%setup -n %{srcname}-%{srcversion} +%setup -q -n %{srcname}-%{srcversion} # Remove flag for pytest-xdist. (python2-pytest-xdist is a removed dependency.) # (--max-worker-restart=5 would end the test run after 5 crashing tests.) @@ -167,6 +167,7 @@ PYTHONPATH=. %{__python3} -m pytest test \ %changelog * Thu Mar 26 2020 Nils Philippsen - 1.3.15-1 - version 1.3.15 +- quieten %%setup * Thu Jan 30 2020 Fedora Release Engineering - 1.3.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild