mirror of git://anongit.mindrot.org/openssh.git
- (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:
parent
9f4f7552ee
commit
afeaca9537
|
@ -5,6 +5,8 @@
|
||||||
- (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
|
- (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
|
||||||
promoted to type int. Report and fix from Dan Astoorian
|
promoted to type int. Report and fix from Dan Astoorian
|
||||||
<djast@cs.toronto.edu>
|
<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
|
20001110
|
||||||
- (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
|
- (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
|
||||||
|
|
|
@ -138,8 +138,9 @@ This package contains the GNOME passphrase dialog.
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
%define _sysconfdir /etc/ssh
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--sysconfdir=%{_sysconfdir}/ssh \
|
|
||||||
--libexecdir=%{_libexecdir}/openssh \
|
--libexecdir=%{_libexecdir}/openssh \
|
||||||
--with-tcp-wrappers \
|
--with-tcp-wrappers \
|
||||||
--with-ipv4-default \
|
--with-ipv4-default \
|
||||||
|
|
Loading…
Reference in New Issue