]> andersk Git - openssh.git/blame - contrib/suse/openssh.spec
- (djm) Update RPM spec version
[openssh.git] / contrib / suse / openssh.spec
CommitLineData
4655fe80 1Summary: OpenSSH, a free Secure Shell (SSH) implementation
8efc0c15 2Name: openssh
ea44783f 3Version: 2.5.2p1
177813fe 4URL: http://www.openssh.com/
f3cdcfdb 5Release: 1
4f6716dc 6Source0: openssh-%{version}.tar.gz
8efc0c15 7Copyright: BSD
8Group: Applications/Internet
9BuildRoot: /tmp/openssh-%{version}-buildroot
deecec71 10PreReq: openssl
e9c75a39 11Obsoletes: ssh
4655fe80 12#
a06a4e96 13# (Build[ing] Prereq[uisites] only work for RPM 2.95 and newer.)
14# building prerequisites -- stuff for
15# OpenSSL (openssl-devel),
16# TCP Wrappers (nkitb),
17# and Gnome (glibdev, gtkdev, and gnlibsd)
4655fe80 18#
19ece6d2 19BuildPrereq: openssl
a06a4e96 20BuildPrereq: nkitb
21BuildPrereq: glibdev
22BuildPrereq: gtkdev
23BuildPrereq: gnlibsd
8c119fd0 24
8efc0c15 25%description
26Ssh (Secure Shell) a program for logging into a remote machine and for
27executing commands in a remote machine. It is intended to replace
28rlogin and rsh, and provide secure encrypted communications between
29two untrusted hosts over an insecure network. X11 connections and
30arbitrary TCP/IP ports can also be forwarded over the secure channel.
31
32OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it
33up to date in terms of security and features, as well as removing all
34patented algorithms to seperate libraries (OpenSSL).
35
19ece6d2 36This package includes all files necessary for both the OpenSSH
37client and server. Additionally, this package contains the GNOME
38passphrase dialog.
d397b172 39
8efc0c15 40%changelog
09564242 41* Mon Jun 12 2000 Damien Miller <djm@mindrot.org>
42- Glob manpages to catch compressed files
5cc53885 43* Wed Mar 15 2000 Damien Miller <djm@ibs.com.au>
44- Updated for new location
45- Updated for new gnome-ssh-askpass build
d56ad4fc 46* Sun Dec 26 1999 Chris Saia <csaia@wtower.com>
47- Made symlink to gnome-ssh-askpass called ssh-askpass
a06a4e96 48* Wed Nov 24 1999 Chris Saia <csaia@wtower.com>
49- Removed patches that included /etc/pam.d/sshd, /sbin/init.d/rc.sshd, and
50 /var/adm/fillup-templates/rc.config.sshd, since Damien merged these into
51 his released tarfile
52- Changed permissions on ssh_config in the install procedure to 644 from 600
53 even though it was correct in the %files section and thus right in the RPMs
54- Postinstall script for the server now only prints "Generating SSH host
55 key..." if we need to actually do this, in order to eliminate a confusing
56 message if an SSH host key is already in place
57- Marked all manual pages as %doc(umentation)
4655fe80 58* Mon Nov 22 1999 Chris Saia <csaia@wtower.com>
59- Added flag to configure daemon with TCP Wrappers support
60- Added building prerequisites (works in RPM 3.0 and newer)
61* Thu Nov 18 1999 Chris Saia <csaia@wtower.com>
62- Made this package correct for SuSE.
63- Changed instances of pam_pwdb.so to pam_unix.so, since it works more properly
64 with SuSE, and lib_pwdb.so isn't installed by default.
8c119fd0 65* Mon Nov 15 1999 Damien Miller <djm@mindrot.org>
66- Split subpackages further based on patch from jim knoble <jmknoble@pobox.com>
10554a99 67* Sat Nov 13 1999 Damien Miller <djm@mindrot.org>
e9c75a39 68- Added 'Obsoletes' directives
f025becb 69* Tue Nov 09 1999 Damien Miller <djm@ibs.com.au>
70- Use make install
d397b172 71- Subpackages
e1a9c08d 72* Mon Nov 08 1999 Damien Miller <djm@ibs.com.au>
73- Added links for slogin
74- Fixed perms on manpages
38393fc0 75* Sat Oct 30 1999 Damien Miller <djm@ibs.com.au>
76- Renamed init script
339660f6 77* Fri Oct 29 1999 Damien Miller <djm@ibs.com.au>
78- Back to old binary names
5aecb327 79* Thu Oct 28 1999 Damien Miller <djm@ibs.com.au>
80- Use autoconf
81- New binary names
8efc0c15 82* Wed Oct 27 1999 Damien Miller <djm@ibs.com.au>
83- Initial RPMification, based on Jan "Yenya" Kasprzak's <kas@fi.muni.cz> spec.
84
85%prep
1e3ae36c 86
87%setup -q
8efc0c15 88
89%build
f025becb 90CFLAGS="$RPM_OPT_FLAGS" \
d748039d 91./configure --prefix=/usr \
92 --sysconfdir=/etc/ssh \
93 --with-pam \
94 --with-gnome-askpass \
95 --with-tcp-wrappers \
96 --with-ipv4-default \
97 --libexecdir=/usr/lib/ssh
df16c1f2 98make
99
5cc53885 100cd contrib
2a19c4d3 101gcc -O -g `gnome-config --cflags gnome gnomeui` \
5cc53885 102 gnome-ssh-askpass.c -o gnome-ssh-askpass \
103 `gnome-config --libs gnome gnomeui`
104cd ..
105
8efc0c15 106%install
107rm -rf $RPM_BUILD_ROOT
ff8ecdb8 108make install DESTDIR=$RPM_BUILD_ROOT/
4655fe80 109install -d $RPM_BUILD_ROOT/etc/ssh/
22574738 110install -d $RPM_BUILD_ROOT/etc/pam.d/
4655fe80 111install -d $RPM_BUILD_ROOT/sbin/init.d/
a06a4e96 112install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
19ece6d2 113install -d $RPM_BUILD_ROOT/usr/lib/ssh
7f8f5e00 114install -m644 contrib/sshd.pam.generic $RPM_BUILD_ROOT/etc/pam.d/sshd
5cc53885 115install -m744 contrib/suse/rc.sshd $RPM_BUILD_ROOT/sbin/init.d/sshd
4655fe80 116ln -s ../../sbin/init.d/sshd $RPM_BUILD_ROOT/usr/sbin/rcsshd
19ece6d2 117install -s contrib/gnome-ssh-askpass $RPM_BUILD_ROOT/usr/lib/ssh/gnome-ssh-askpass
118ln -s gnome-ssh-askpass $RPM_BUILD_ROOT/usr/lib/ssh/ssh-askpass
5cc53885 119install -m744 contrib/suse/rc.config.sshd \
a06a4e96 120 $RPM_BUILD_ROOT/var/adm/fillup-templates
f1bcacf9 121
8efc0c15 122%clean
123rm -rf $RPM_BUILD_ROOT
124
19ece6d2 125%post
a06a4e96 126if [ "$1" = 1 ]; then
127 echo "Creating SSH stop/start scripts in the rc directories..."
4655fe80 128 ln -s ../sshd /sbin/init.d/rc2.d/K20sshd
129 ln -s ../sshd /sbin/init.d/rc2.d/S20sshd
130 ln -s ../sshd /sbin/init.d/rc3.d/K20sshd
131 ln -s ../sshd /sbin/init.d/rc3.d/S20sshd
132fi
133echo "Updating /etc/rc.config..."
134if [ -x /bin/fillup ] ; then
135 /bin/fillup -q -d = etc/rc.config var/adm/fillup-templates/rc.config.sshd
136else
137 echo "ERROR: fillup not found. This should NOT happen in SuSE Linux."
138 echo "Update /etc/rc.config by hand from the following template file:"
139 echo " /var/adm/fillup-templates/rc.config.sshd"
140fi
f1bcacf9 141if [ ! -f /etc/ssh/ssh_host_key -o ! -s /etc/ssh/ssh_host_key ]; then
a06a4e96 142 echo "Generating SSH host key..."
f1bcacf9 143 /usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N '' >&2
8efc0c15 144fi
ebdeb9a8 145if [ ! -f /etc/ssh/ssh_host_dsa_key -o ! -s /etc/ssh/ssh_host_dsa_key ]; then
146 echo "Generating SSH DSA host key..."
147 /usr/bin/ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key -N '' >&2
148fi
f1bcacf9 149if test -r /var/run/sshd.pid
8efc0c15 150then
a06a4e96 151 echo "Restarting the running SSH daemon..."
4655fe80 152 /usr/sbin/rcsshd restart >&2
8efc0c15 153fi
154
19ece6d2 155%preun
8efc0c15 156if [ "$1" = 0 ]
157then
a06a4e96 158 echo "Stopping the SSH daemon..."
4655fe80 159 /usr/sbin/rcsshd stop >&2
a06a4e96 160 echo "Removing SSH stop/start scripts from the rc directories..."
4655fe80 161 rm /sbin/init.d/rc2.d/K20sshd
162 rm /sbin/init.d/rc2.d/S20sshd
163 rm /sbin/init.d/rc3.d/K20sshd
164 rm /sbin/init.d/rc3.d/S20sshd
8efc0c15 165fi
166
167%files
168%defattr(-,root,root)
3bdf55b1 169%doc ChangeLog OVERVIEW README*
8d25eab8 170%doc RFC.nroff TODO CREDITS LICENSE
19ece6d2 171%attr(0755,root,root) %dir /etc/ssh
172%attr(0644,root,root) %config /etc/ssh/ssh_config
173%attr(0600,root,root) %config /etc/ssh/sshd_config
3c4d4fef 174%attr(0600,root,root) %config /etc/ssh/primes
19ece6d2 175%attr(0644,root,root) %config /etc/pam.d/sshd
176%attr(0755,root,root) %config /sbin/init.d/sshd
8c119fd0 177%attr(0755,root,root) /usr/bin/ssh-keygen
178%attr(0755,root,root) /usr/bin/scp
f370266e 179%attr(4755,root,root) /usr/bin/ssh
19ece6d2 180%attr(-,root,root) /usr/bin/slogin
372e9169 181%attr(0755,root,root) /usr/bin/ssh-agent
372e9169 182%attr(0755,root,root) /usr/bin/ssh-add
61e96248 183%attr(0755,root,root) /usr/bin/ssh-keyscan
184%attr(0755,root,root) /usr/bin/sftp
19ece6d2 185%attr(0755,root,root) /usr/sbin/sshd
186%attr(-,root,root) /usr/sbin/rcsshd
187%attr(0755,root,root) %dir /usr/lib/ssh
188%attr(0755,root,root) /usr/lib/ssh/ssh-askpass
189%attr(0755,root,root) /usr/lib/ssh/gnome-ssh-askpass
190%attr(0644,root,root) %doc /usr/man/man1/scp.1*
09564242 191%attr(0644,root,root) %doc /usr/man/man1/ssh.1*
19ece6d2 192%attr(-,root,root) %doc /usr/man/man1/slogin.1*
09564242 193%attr(0644,root,root) %doc /usr/man/man1/ssh-agent.1*
194%attr(0644,root,root) %doc /usr/man/man1/ssh-add.1*
19ece6d2 195%attr(0644,root,root) %doc /usr/man/man1/ssh-keygen.1*
09564242 196%attr(0644,root,root) %doc /usr/man/man8/sshd.8*
4655fe80 197%attr(0644,root,root) /var/adm/fillup-templates/rc.config.sshd
8efc0c15 198
This page took 0.126435 seconds and 5 git commands to generate.