summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-27 09:23:58 +1100
committerDamien Miller <djm@mindrot.org>1999-12-27 09:23:58 +1100
commitc0d739039807abaa7985112370b4c5f4e85e02d7 (patch)
tree70d1579e28003ac341dfa9330d6e1d63e8108bc2 /packages
parentaae1093640162022abba350d94c3051e6d730425 (diff)
- Automatically correct paths in manpages and configuration files. Patch
and script from Andre Lucas <andre.lucas@dial.pipex.com> - Removed credits from README to CREDITS file, updated.
Diffstat (limited to 'packages')
-rw-r--r--packages/redhat/openssh.spec6
-rw-r--r--packages/suse/openssh.spec4
2 files changed, 6 insertions, 4 deletions
diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec
index 85e2b9043..1b567c5c0 100644
--- a/packages/redhat/openssh.spec
+++ b/packages/redhat/openssh.spec
@@ -1,5 +1,5 @@
1# Version of OpenSSH 1# Version of OpenSSH
2%define oversion 1.2.1pre21 2%define oversion 1.2.1pre22
3 3
4# Version of ssh-askpass 4# Version of ssh-askpass
5%define aversion 0.99 5%define aversion 0.99
@@ -16,6 +16,7 @@ Group: Applications/Internet
16BuildRoot: /tmp/openssh-%{version}-buildroot 16BuildRoot: /tmp/openssh-%{version}-buildroot
17Obsoletes: ssh 17Obsoletes: ssh
18Requires: openssl 18Requires: openssl
19BuildPreReq: perl
19BuildPreReq: openssl-devel 20BuildPreReq: openssl-devel
20BuildPreReq: tcp_wrappers 21BuildPreReq: tcp_wrappers
21BuildPreReq: gnome-libs-devel 22BuildPreReq: gnome-libs-devel
@@ -192,7 +193,8 @@ fi
192 193
193%files 194%files
194%defattr(-,root,root) 195%defattr(-,root,root)
195%doc ChangeLog OVERVIEW COPYING.Ylonen README README.Ylonen INSTALL UPGRADING 196%doc ChangeLog OVERVIEW COPYING.Ylonen README README.Ylonen INSTALL
197%doc CREDITS UPGRADING
196%attr(0755,root,root) /usr/bin/ssh-keygen 198%attr(0755,root,root) /usr/bin/ssh-keygen
197%attr(0755,root,root) /usr/bin/scp 199%attr(0755,root,root) /usr/bin/scp
198%attr(0644,root,root) /usr/man/man1/ssh-keygen.1 200%attr(0644,root,root) /usr/man/man1/ssh-keygen.1
diff --git a/packages/suse/openssh.spec b/packages/suse/openssh.spec
index 23926e017..1d0168ba6 100644
--- a/packages/suse/openssh.spec
+++ b/packages/suse/openssh.spec
@@ -1,6 +1,6 @@
1Summary: OpenSSH, a free Secure Shell (SSH) implementation 1Summary: OpenSSH, a free Secure Shell (SSH) implementation
2Name: openssh 2Name: openssh
3Version: 1.2.1pre21 3Version: 1.2.1pre22
4Release: 1 4Release: 1
5Source0: openssh-%{version}.tar.gz 5Source0: openssh-%{version}.tar.gz
6Copyright: BSD 6Copyright: BSD
@@ -203,7 +203,7 @@ fi
203%files 203%files
204%defattr(-,root,root) 204%defattr(-,root,root)
205%doc COPYING.Ylonen ChangeLog OVERVIEW README README.Ylonen 205%doc COPYING.Ylonen ChangeLog OVERVIEW README README.Ylonen
206%doc RFC.nroff TODO UPGRADING 206%doc RFC.nroff TODO UPGRADING CREDITS
207%attr(0755,root,root) /usr/bin/ssh-keygen 207%attr(0755,root,root) /usr/bin/ssh-keygen
208%attr(0755,root,root) /usr/bin/scp 208%attr(0755,root,root) /usr/bin/scp
209%attr(0644,root,root) %doc /usr/man/man1/ssh-keygen.1 209%attr(0644,root,root) %doc /usr/man/man1/ssh-keygen.1