diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20000720 | ||
2 | - Spec file fix from Petr Novotny <Petr.Novotny@antek.cz> | ||
3 | |||
1 | 20000716 | 4 | 20000716 |
2 | - Release 2.1.1p4 | 5 | - Release 2.1.1p4 |
3 | 6 | ||
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index f20a8dbc0..e1feb778e 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -27,7 +27,7 @@ Requires: openssl >= 0.9.5a | |||
27 | BuildPreReq: perl | 27 | BuildPreReq: perl |
28 | BuildPreReq: openssl-devel | 28 | BuildPreReq: openssl-devel |
29 | BuildPreReq: tcp_wrappers | 29 | BuildPreReq: tcp_wrappers |
30 | %if %{no_x11_askpass} | 30 | %if ! %{no_x11_askpass} |
31 | BuildPreReq: gnome-libs-devel | 31 | BuildPreReq: gnome-libs-devel |
32 | %endif | 32 | %endif |
33 | 33 | ||