summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/redhat/openssh.spec2
-rw-r--r--packages/suse/openssh.spec3
2 files changed, 3 insertions, 2 deletions
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.
112 112
113%prep 113%prep
114 114
115%setup 115%setup -q
116 116
117%build 117%build
118 118
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.
135- Initial RPMification, based on Jan "Yenya" Kasprzak's <kas@fi.muni.cz> spec. 135- Initial RPMification, based on Jan "Yenya" Kasprzak's <kas@fi.muni.cz> spec.
136 136
137%prep 137%prep
138%setup 138
139%setup -q
139 140
140%build 141%build
141CFLAGS="$RPM_OPT_FLAGS" \ 142CFLAGS="$RPM_OPT_FLAGS" \