diff options
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r-- | contrib/redhat/openssh.spec | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index d9a0ff53f..9005ed9f0 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -119,6 +119,8 @@ patented algorithms to seperate libraries (OpenSSL). | |||
119 | This package contains the GNOME passphrase dialog. | 119 | This package contains the GNOME passphrase dialog. |
120 | 120 | ||
121 | %changelog | 121 | %changelog |
122 | * Mon Jun 12 2000 Damien Miller <djm@mindrot.org> | ||
123 | - Glob manpages to catch compressed files | ||
122 | * Wed Mar 15 2000 Damien Miller <djm@ibs.com.au> | 124 | * Wed Mar 15 2000 Damien Miller <djm@ibs.com.au> |
123 | - Updated for new location | 125 | - Updated for new location |
124 | - Updated for new gnome-ssh-askpass build | 126 | - Updated for new gnome-ssh-askpass build |
@@ -212,8 +214,8 @@ fi | |||
212 | %doc CREDITS UPGRADING | 214 | %doc CREDITS UPGRADING |
213 | %attr(0755,root,root) /usr/bin/ssh-keygen | 215 | %attr(0755,root,root) /usr/bin/ssh-keygen |
214 | %attr(0755,root,root) /usr/bin/scp | 216 | %attr(0755,root,root) /usr/bin/scp |
215 | %attr(0644,root,root) /usr/man/man1/ssh-keygen.1 | 217 | %attr(0644,root,root) /usr/man/man1/ssh-keygen.1* |
216 | %attr(0644,root,root) /usr/man/man1/scp.1 | 218 | %attr(0644,root,root) /usr/man/man1/scp.1* |
217 | %attr(0755,root,root) %dir /etc/ssh | 219 | %attr(0755,root,root) %dir /etc/ssh |
218 | %attr(0755,root,root) %dir /usr/libexec/ssh | 220 | %attr(0755,root,root) %dir /usr/libexec/ssh |
219 | 221 | ||
@@ -222,17 +224,17 @@ fi | |||
222 | %attr(4755,root,root) /usr/bin/ssh | 224 | %attr(4755,root,root) /usr/bin/ssh |
223 | %attr(0755,root,root) /usr/bin/ssh-agent | 225 | %attr(0755,root,root) /usr/bin/ssh-agent |
224 | %attr(0755,root,root) /usr/bin/ssh-add | 226 | %attr(0755,root,root) /usr/bin/ssh-add |
225 | %attr(0644,root,root) /usr/man/man1/ssh.1 | 227 | %attr(0644,root,root) /usr/man/man1/ssh.1* |
226 | %attr(0644,root,root) /usr/man/man1/ssh-agent.1 | 228 | %attr(0644,root,root) /usr/man/man1/ssh-agent.1* |
227 | %attr(0644,root,root) /usr/man/man1/ssh-add.1 | 229 | %attr(0644,root,root) /usr/man/man1/ssh-add.1* |
228 | %attr(0644,root,root) %config(noreplace) /etc/ssh/ssh_config | 230 | %attr(0644,root,root) %config(noreplace) /etc/ssh/ssh_config |
229 | %attr(-,root,root) /usr/bin/slogin | 231 | %attr(-,root,root) /usr/bin/slogin |
230 | %attr(-,root,root) /usr/man/man1/slogin.1 | 232 | %attr(-,root,root) /usr/man/man1/slogin.1* |
231 | 233 | ||
232 | %files server | 234 | %files server |
233 | %defattr(-,root,root) | 235 | %defattr(-,root,root) |
234 | %attr(0755,root,root) /usr/sbin/sshd | 236 | %attr(0755,root,root) /usr/sbin/sshd |
235 | %attr(0644,root,root) /usr/man/man8/sshd.8 | 237 | %attr(0644,root,root) /usr/man/man8/sshd.8* |
236 | %attr(0600,root,root) %config(noreplace) /etc/ssh/sshd_config | 238 | %attr(0600,root,root) %config(noreplace) /etc/ssh/sshd_config |
237 | %attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd | 239 | %attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd |
238 | %attr(0755,root,root) %config /etc/rc.d/init.d/sshd | 240 | %attr(0755,root,root) %config /etc/rc.d/init.d/sshd |
@@ -248,3 +250,4 @@ fi | |||
248 | %files askpass-gnome | 250 | %files askpass-gnome |
249 | %defattr(-,root,root) | 251 | %defattr(-,root,root) |
250 | %attr(0755,root,root) /usr/libexec/ssh/gnome-ssh-askpass | 252 | %attr(0755,root,root) /usr/libexec/ssh/gnome-ssh-askpass |
253 | |||