- (djm) [contrib/redhat/openssh.spec] Replace obsolete BuildPreReq
on XFree86-devel with neutral /usr/include/X11/Xlib.h; imorgan AT nas.nasa.gov in bz#1731
This commit is contained in:
parent
910f209c1d
commit
661ffc1fd6
|
@ -1,6 +1,9 @@
|
|||
20100304
|
||||
- (djm) [ssh-keygen.c] Use correct local variable, instead of
|
||||
maybe-undefined global "optarg"
|
||||
- (djm) [contrib/redhat/openssh.spec] Replace obsolete BuildPreReq
|
||||
on XFree86-devel with neutral /usr/include/X11/Xlib.h;
|
||||
imorgan AT nas.nasa.gov in bz#1731
|
||||
|
||||
20100303
|
||||
- (djm) [PROTOCOL.certkeys] Add RCS Ident
|
||||
|
|
|
@ -94,7 +94,7 @@ BuildPreReq: glibc-devel, pam
|
|||
BuildPreReq: /usr/include/security/pam_appl.h
|
||||
%endif
|
||||
%if ! %{no_x11_askpass}
|
||||
BuildPreReq: XFree86-devel
|
||||
BuildPreReq: /usr/include/X11/Xlib.h
|
||||
%endif
|
||||
%if ! %{no_gnome_askpass}
|
||||
BuildPreReq: pkgconfig
|
||||
|
|
Loading…
Reference in New Issue