- (djm) Hardware sysconfdir in RPM spec files as some RPM versions get

it wrong. Report from Bennett Todd <bet@rahul.net>
This commit is contained in:
Damien Miller 2000-11-11 09:09:57 +11:00
parent 9f4f7552ee
commit afeaca9537
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,8 @@
- (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
promoted to type int. Report and fix from Dan Astoorian
<djast@cs.toronto.edu>
- (djm) Hardware sysconfdir in RPM spec files as some RPM versions get
it wrong. Report from Bennett Todd <bet@rahul.net>
20001110
- (bal) Fixed dropped answer from skey_keyinfo() in auth1.c

View File

@ -138,8 +138,9 @@ This package contains the GNOME passphrase dialog.
%build
%define _sysconfdir /etc/ssh
%configure \
--sysconfdir=%{_sysconfdir}/ssh \
--libexecdir=%{_libexecdir}/openssh \
--with-tcp-wrappers \
--with-ipv4-default \