diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ | |||
1 | 20100304 | 1 | 20100304 |
2 | - (djm) [ssh-keygen.c] Use correct local variable, instead of | 2 | - (djm) [ssh-keygen.c] Use correct local variable, instead of |
3 | maybe-undefined global "optarg" | 3 | maybe-undefined global "optarg" |
4 | - (djm) [contrib/redhat/openssh.spec] Replace obsolete BuildPreReq | ||
5 | on XFree86-devel with neutral /usr/include/X11/Xlib.h; | ||
6 | imorgan AT nas.nasa.gov in bz#1731 | ||
4 | 7 | ||
5 | 20100303 | 8 | 20100303 |
6 | - (djm) [PROTOCOL.certkeys] Add RCS Ident | 9 | - (djm) [PROTOCOL.certkeys] Add RCS Ident |
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index a15afc7ee..4bec90078 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -94,7 +94,7 @@ BuildPreReq: glibc-devel, pam | |||
94 | BuildPreReq: /usr/include/security/pam_appl.h | 94 | BuildPreReq: /usr/include/security/pam_appl.h |
95 | %endif | 95 | %endif |
96 | %if ! %{no_x11_askpass} | 96 | %if ! %{no_x11_askpass} |
97 | BuildPreReq: XFree86-devel | 97 | BuildPreReq: /usr/include/X11/Xlib.h |
98 | %endif | 98 | %endif |
99 | %if ! %{no_gnome_askpass} | 99 | %if ! %{no_gnome_askpass} |
100 | BuildPreReq: pkgconfig | 100 | BuildPreReq: pkgconfig |