diff options
author | Damien Miller <djm@mindrot.org> | 2000-11-11 08:36:38 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-11-11 08:36:38 +1100 |
commit | 0986b55a601066b1dc896c4508a55e905ea8d0ea (patch) | |
tree | d26d7627bdf3d667bbe92772be8d70925770c763 /contrib/redhat | |
parent | dcca981e88978f84e404ef718e0e997b518403f0 (diff) |
- (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
packaging files
Diffstat (limited to 'contrib/redhat')
-rw-r--r-- | contrib/redhat/openssh.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 9590e2a5c..dcc8834c7 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.3.0p1 | 2 | %define oversion 2.3.0p2 |
3 | 3 | ||
4 | # Version of ssh-askpass | 4 | # Version of ssh-askpass |
5 | %define aversion 1.0.3 | 5 | %define aversion 1.0.3 |
@@ -212,6 +212,7 @@ fi | |||
212 | %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* | 212 | %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* |
213 | %attr(0644,root,root) %{_mandir}/man1/scp.1* | 213 | %attr(0644,root,root) %{_mandir}/man1/scp.1* |
214 | %attr(0755,root,root) %dir %{_sysconfdir}/ssh | 214 | %attr(0755,root,root) %dir %{_sysconfdir}/ssh |
215 | %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/primes | ||
215 | %attr(0755,root,root) %dir %{_libexecdir}/openssh | 216 | %attr(0755,root,root) %dir %{_libexecdir}/openssh |
216 | 217 | ||
217 | %files clients | 218 | %files clients |