diff options
-rw-r--r-- | packages/redhat/openssh.spec | 2 | ||||
-rw-r--r-- | packages/suse/openssh.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec index 1b567c5c0..280e06ebc 100644 --- a/packages/redhat/openssh.spec +++ b/packages/redhat/openssh.spec | |||
@@ -200,6 +200,7 @@ fi | |||
200 | %attr(0644,root,root) /usr/man/man1/ssh-keygen.1 | 200 | %attr(0644,root,root) /usr/man/man1/ssh-keygen.1 |
201 | %attr(0644,root,root) /usr/man/man1/scp.1 | 201 | %attr(0644,root,root) /usr/man/man1/scp.1 |
202 | %attr(0755,root,root) %dir /etc/ssh | 202 | %attr(0755,root,root) %dir /etc/ssh |
203 | %attr(0755,root,root) %dir /usr/libexec/ssh | ||
203 | 204 | ||
204 | %files clients | 205 | %files clients |
205 | %defattr(-,root,root) | 206 | %defattr(-,root,root) |
@@ -212,7 +213,6 @@ fi | |||
212 | %attr(0644,root,root) %config(noreplace) /etc/ssh/ssh_config | 213 | %attr(0644,root,root) %config(noreplace) /etc/ssh/ssh_config |
213 | %attr(-,root,root) /usr/bin/slogin | 214 | %attr(-,root,root) /usr/bin/slogin |
214 | %attr(-,root,root) /usr/man/man1/slogin.1 | 215 | %attr(-,root,root) /usr/man/man1/slogin.1 |
215 | %attr(0755,root,root) %dir /usr/libexec/ssh | ||
216 | 216 | ||
217 | %files server | 217 | %files server |
218 | %defattr(-,root,root) | 218 | %defattr(-,root,root) |
diff --git a/packages/suse/openssh.spec b/packages/suse/openssh.spec index ad8d60da0..647def489 100644 --- a/packages/suse/openssh.spec +++ b/packages/suse/openssh.spec | |||
@@ -212,6 +212,7 @@ fi | |||
212 | %attr(0644,root,root) %doc /usr/man/man1/ssh-keygen.1 | 212 | %attr(0644,root,root) %doc /usr/man/man1/ssh-keygen.1 |
213 | %attr(0644,root,root) %doc /usr/man/man1/scp.1 | 213 | %attr(0644,root,root) %doc /usr/man/man1/scp.1 |
214 | %attr(0755,root,root) %dir /etc/ssh | 214 | %attr(0755,root,root) %dir /etc/ssh |
215 | %attr(0755,root,root) %dir /usr/libexec/ssh | ||
215 | 216 | ||
216 | %files clients | 217 | %files clients |
217 | %defattr(-,root,root) | 218 | %defattr(-,root,root) |
@@ -237,7 +238,6 @@ fi | |||
237 | 238 | ||
238 | %files askpass | 239 | %files askpass |
239 | %defattr(-,root,root) | 240 | %defattr(-,root,root) |
240 | %attr(0755,root,root) %dir /usr/libexec/ssh | ||
241 | %attr(0755,root,root) /usr/libexec/ssh/ssh-askpass | 241 | %attr(0755,root,root) /usr/libexec/ssh/ssh-askpass |
242 | %attr(0755,root,root) /usr/libexec/ssh/gnome-ssh-askpass | 242 | %attr(0755,root,root) /usr/libexec/ssh/gnome-ssh-askpass |
243 | 243 | ||