summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-07 16:32:10 +1100
committerDamien Miller <djm@mindrot.org>1999-12-07 16:32:10 +1100
commit871f3ca1e71c8055e0bb95be98cb49dc80e5ce79 (patch)
tree02d9572f391b1e3df41f671c2c1fe26d136a3d88 /packages
parentaca55fe73cbd79a01945052a5da7f43c4a30c9cc (diff)
Quiet untar
Diffstat (limited to 'packages')
-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" \