diff options
Diffstat (limited to 'contrib/suse/openssh.spec')
-rw-r--r-- | contrib/suse/openssh.spec | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index c54fccfa5..c28a58d76 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec | |||
@@ -100,6 +100,8 @@ patented algorithms to seperate libraries (OpenSSL). | |||
100 | This package contains the GNOME passphrase dialog. | 100 | This package contains the GNOME passphrase dialog. |
101 | 101 | ||
102 | %changelog | 102 | %changelog |
103 | * Mon Jun 12 2000 Damien Miller <djm@mindrot.org> | ||
104 | - Glob manpages to catch compressed files | ||
103 | * Wed Mar 15 2000 Damien Miller <djm@ibs.com.au> | 105 | * Wed Mar 15 2000 Damien Miller <djm@ibs.com.au> |
104 | - Updated for new location | 106 | - Updated for new location |
105 | - Updated for new gnome-ssh-askpass build | 107 | - Updated for new gnome-ssh-askpass build |
@@ -225,8 +227,8 @@ fi | |||
225 | %doc RFC.nroff TODO UPGRADING CREDITS | 227 | %doc RFC.nroff TODO UPGRADING CREDITS |
226 | %attr(0755,root,root) /usr/bin/ssh-keygen | 228 | %attr(0755,root,root) /usr/bin/ssh-keygen |
227 | %attr(0755,root,root) /usr/bin/scp | 229 | %attr(0755,root,root) /usr/bin/scp |
228 | %attr(0644,root,root) %doc /usr/man/man1/ssh-keygen.1 | 230 | %attr(0644,root,root) %doc /usr/man/man1/ssh-keygen.1* |
229 | %attr(0644,root,root) %doc /usr/man/man1/scp.1 | 231 | %attr(0644,root,root) %doc /usr/man/man1/scp.1* |
230 | %attr(0755,root,root) %dir /etc/ssh | 232 | %attr(0755,root,root) %dir /etc/ssh |
231 | %attr(0755,root,root) %dir /usr/libexec/ssh | 233 | %attr(0755,root,root) %dir /usr/libexec/ssh |
232 | 234 | ||
@@ -235,17 +237,17 @@ fi | |||
235 | %attr(4755,root,root) /usr/bin/ssh | 237 | %attr(4755,root,root) /usr/bin/ssh |
236 | %attr(0755,root,root) /usr/bin/ssh-agent | 238 | %attr(0755,root,root) /usr/bin/ssh-agent |
237 | %attr(0755,root,root) /usr/bin/ssh-add | 239 | %attr(0755,root,root) /usr/bin/ssh-add |
238 | %attr(0644,root,root) %doc /usr/man/man1/ssh.1 | 240 | %attr(0644,root,root) %doc /usr/man/man1/ssh.1* |
239 | %attr(0644,root,root) %doc /usr/man/man1/ssh-agent.1 | 241 | %attr(0644,root,root) %doc /usr/man/man1/ssh-agent.1* |
240 | %attr(0644,root,root) %doc /usr/man/man1/ssh-add.1 | 242 | %attr(0644,root,root) %doc /usr/man/man1/ssh-add.1* |
241 | %attr(0644,root,root) %config /etc/ssh/ssh_config | 243 | %attr(0644,root,root) %config /etc/ssh/ssh_config |
242 | %attr(-,root,root) /usr/bin/slogin | 244 | %attr(-,root,root) /usr/bin/slogin |
243 | %attr(-,root,root) %doc /usr/man/man1/slogin.1 | 245 | %attr(-,root,root) %doc /usr/man/man1/slogin.1* |
244 | 246 | ||
245 | %files server | 247 | %files server |
246 | %defattr(-,root,root) | 248 | %defattr(-,root,root) |
247 | %attr(0755,root,root) /usr/sbin/sshd | 249 | %attr(0755,root,root) /usr/sbin/sshd |
248 | %attr(0644,root,root) %doc /usr/man/man8/sshd.8 | 250 | %attr(0644,root,root) %doc /usr/man/man8/sshd.8* |
249 | %attr(0600,root,root) %config /etc/ssh/sshd_config | 251 | %attr(0600,root,root) %config /etc/ssh/sshd_config |
250 | %attr(0644,root,root) %config /etc/pam.d/sshd | 252 | %attr(0644,root,root) %config /etc/pam.d/sshd |
251 | %attr(0755,root,root) %config /sbin/init.d/sshd | 253 | %attr(0755,root,root) %config /sbin/init.d/sshd |