summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/redhat/openssh.spec12
-rw-r--r--contrib/suse/openssh.spec2
2 files changed, 8 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
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index c73348754..5c2e56e62 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -247,7 +247,9 @@ fi
247%files server 247%files server
248%defattr(-,root,root) 248%defattr(-,root,root)
249%attr(0755,root,root) /usr/sbin/sshd 249%attr(0755,root,root) /usr/sbin/sshd
250%attr(0755,root,root) /usr/libexec/ssh/sftp-server
250%attr(0644,root,root) %doc /usr/man/man8/sshd.8* 251%attr(0644,root,root) %doc /usr/man/man8/sshd.8*
252%attr(0644,root,root) %doc /usr/man/man8/sftp-server.8*
251%attr(0600,root,root) %config /etc/ssh/sshd_config 253%attr(0600,root,root) %config /etc/ssh/sshd_config
252%attr(0644,root,root) %config /etc/pam.d/sshd 254%attr(0644,root,root) %config /etc/pam.d/sshd
253%attr(0755,root,root) %config /sbin/init.d/sshd 255%attr(0755,root,root) %config /sbin/init.d/sshd