I saw the contrib directory with the lsh.spec file in it. "rpm -ta lsh-0.1.19.tar.gz" almost worked. Somehow the Source0: line was split into two lines and now that lshd.rhlinux.init is in the contrib directory it doesn't need to be tracked as Source1. "Niels M�ller" wrote: > > News for the lsh-0.1.19 release > > Lots of bugfixes. Reading of ~/.lsh/known_hosts and > ~/.lsh/identity seems to work. > > New contrib sub-directory. > > > Please try this out. > > http://www.lysator.liu.se/~nisse/archive/lsh-0.1.19.tar.gz > ftp://ftp.lysator.liu.se/pub/security/lsh/lsh-0.1.19.tar.gz > > /Niels
--- contrib/lsh.spec.orig Mon Dec 20 16:32:08 1999 +++ contrib/lsh.spec Mon Dec 20 16:34:36 1999 @@ -4,9 +4,7 @@ Release: 1 Copyright: GPL Group: Application/Internet -Source0: -ftp://ftp.lysator.liu.se/pub/security/lsh/%{name}-%{version}.tar.gz -Source1: lshd.rhlinux.init +Source0: ftp://ftp.lysator.liu.se/pub/security/lsh/%{name}-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-root Prefix: /usr Packager: Thayne Harbaugh <[EMAIL PROTECTED]> @@ -47,7 +45,7 @@ install -d -m 0755 $RPM_BUILD_ROOT/etc/rc.d/init.d -install -m 0755 $RPM_SOURCE_DIR/lshd.rhlinux.init \ +install -m 0755 contrib/lshd.rhlinux.init \ $RPM_BUILD_ROOT/etc/rc.d/init.d/lshd strip $RPM_BUILD_ROOT%{prefix}/bin/lsh
