[liborcus] %autosetup does not have -q option

David Tardon dtardon at fedoraproject.org
Tue May 6 07:47:43 UTC 2014


commit 5f14c9202bcddac4e1e71db661d9367d9706bc02
Author: David Tardon <dtardon at redhat.com>
Date:   Tue May 6 09:44:25 2014 +0200

    %autosetup does not have -q option

 liborcus.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/liborcus.spec b/liborcus.spec
index a4e2f9c..154deaa 100644
--- a/liborcus.spec
+++ b/liborcus.spec
@@ -39,7 +39,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 Tools for working with %{name}.
 
 %prep
-%autosetup -q -p1
+%autosetup -p1
 
 # fix build of orcus-zip-dump
 sed -i -e 's/orcus_zip_dump_LDADD = /& $(BOOST_SYSTEM_LIB) /' \


More information about the scm-commits mailing list