diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec index c4927b75b..1c340eaf0 100644 --- a/packages/redhat/openssh.spec +++ b/packages/redhat/openssh.spec @@ -112,7 +112,7 @@ This package contains the GNOME passphrase dialog. %prep -%setup +%setup -q %build diff --git a/packages/suse/openssh.spec b/packages/suse/openssh.spec index ef51c7f06..7b508e1a5 100644 --- a/packages/suse/openssh.spec +++ b/packages/suse/openssh.spec @@ -135,7 +135,8 @@ This package contains the GNOME passphrase dialog. - Initial RPMification, based on Jan "Yenya" Kasprzak's spec. %prep -%setup + +%setup -q %build CFLAGS="$RPM_OPT_FLAGS" \