summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--contrib/redhat/openssh.spec2
-rw-r--r--contrib/suse/openssh.spec2
3 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 20f3efc5f..5f0b2979c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
9 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server 9 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
10 patch from Pekka Savola <pekkas@netcore.fi> 10 patch from Pekka Savola <pekkas@netcore.fi>
11 - (djm) Forgot to cvs add LICENSE file 11 - (djm) Forgot to cvs add LICENSE file
12 - (djm) Add LICENSE to RPM spec files
12 - (djm) CVS OpenBSD sync: 13 - (djm) CVS OpenBSD sync:
13 - markus@cvs.openbsd.org 2000/09/26 13:59:59 14 - markus@cvs.openbsd.org 2000/09/26 13:59:59
14 [clientloop.c] 15 [clientloop.c]
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index ac9330947..d1bd16701 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -225,7 +225,7 @@ fi
225%files 225%files
226%defattr(-,root,root) 226%defattr(-,root,root)
227%doc ChangeLog OVERVIEW COPYING.Ylonen README* INSTALL 227%doc ChangeLog OVERVIEW COPYING.Ylonen README* INSTALL
228%doc CREDITS UPGRADING 228%doc CREDITS UPGRADING LICENSE
229%attr(0755,root,root) /usr/bin/ssh-keygen 229%attr(0755,root,root) /usr/bin/ssh-keygen
230%attr(0755,root,root) /usr/bin/scp 230%attr(0755,root,root) /usr/bin/scp
231%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* 231%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index c26b5d582..50019cbc1 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -162,7 +162,7 @@ fi
162%files 162%files
163%defattr(-,root,root) 163%defattr(-,root,root)
164%doc COPYING.Ylonen ChangeLog OVERVIEW README* 164%doc COPYING.Ylonen ChangeLog OVERVIEW README*
165%doc RFC.nroff TODO UPGRADING CREDITS 165%doc RFC.nroff TODO UPGRADING CREDITS LICENSE
166%attr(0755,root,root) %dir /etc/ssh 166%attr(0755,root,root) %dir /etc/ssh
167%attr(0644,root,root) %config /etc/ssh/ssh_config 167%attr(0644,root,root) %config /etc/ssh/ssh_config
168%attr(0600,root,root) %config /etc/ssh/sshd_config 168%attr(0600,root,root) %config /etc/ssh/sshd_config