commit 1eaad73224fb92468d272ad2f3af5c52bf95f696 parent 5a453002eb43191a8a3e38ecc2f0674b8f5c9988 Author: Yosl <yosl@seattlemesh.net> Date: Thu, 12 Dec 2019 00:10:42 -0800 %setup no longer quiet Diffstat:
| M | rpmbuild/SPECS/gnunet-fedora.spec | | | 2 | +- |
| M | rpmbuild/SPECS/gnunet-suse.spec | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec @@ -70,7 +70,7 @@ Online documentation is provided at %prep echo "%SHA512SUM0 %SOURCE0" | sha512sum -c - -%setup -q +%setup %build %configure diff --git a/rpmbuild/SPECS/gnunet-suse.spec b/rpmbuild/SPECS/gnunet-suse.spec @@ -70,7 +70,7 @@ Online documentation is provided at %prep echo "%SHA512SUM0 %SOURCE0" | sha512sum -c - -%setup -q +%setup %build %configure