summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-05 14:16:18 +1100
committerDamien Miller <djm@mindrot.org>2000-09-05 14:16:18 +1100
commit676092fad0b6edca8f1fe731d7c3a000465a9bef (patch)
tree32fe141183f4c9663a353329f748d20e1ebe034b /contrib/redhat
parent7b28dc5eb0b4d766ddbf5c1955de7e4edbe50e7c (diff)
Fix spec files
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 3df33d1a8..810af1500 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -1,5 +1,5 @@
1# Version of OpenSSH 1# Version of OpenSSH
2%define oversion 2.2.0p1 2%define oversion 2.2.0p2
3 3
4# Version of ssh-askpass 4# Version of ssh-askpass
5%define aversion 1.0.1 5%define aversion 1.0.1
@@ -127,6 +127,8 @@ patented algorithms to seperate libraries (OpenSSL).
127This package contains the GNOME passphrase dialog. 127This package contains the GNOME passphrase dialog.
128 128
129%changelog 129%changelog
130* Tue Sep 05 2000 Damien Miller <djm@mindrot.org>
131- Use RPM configure macro
130* Tue Aug 08 2000 Damien Miller <djm@mindrot.org> 132* Tue Aug 08 2000 Damien Miller <djm@mindrot.org>
131- Some surgery to sshd.init (generate keys at runtime) 133- Some surgery to sshd.init (generate keys at runtime)
132- Cleanup of groups and removal of keygen calls 134- Cleanup of groups and removal of keygen calls
@@ -161,14 +163,12 @@ This package contains the GNOME passphrase dialog.
161 163
162%prep 164%prep
163 165
164%setup -a 1 166%setup -q -a 1
165 167
166%build 168%build
167 169
168CFLAGS="$RPM_OPT_FLAGS" \ 170%configure --sysconfdir=/etc/ssh --with-tcp-wrappers \
169 ./configure --prefix=/usr --sysconfdir=/etc/ssh \ 171 --with-rsh=/usr/bin/rsh
170 --with-tcp-wrappers --with-ipv4-default \
171 --with-rsh=/usr/bin/rsh
172 172
173make 173make
174 174