- Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
diff --git a/ChangeLog b/ChangeLog
index ed89d88..2fbc1f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20000720
+ - Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
+
 20000716
  - Release 2.1.1p4
 
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index f20a8db..e1feb77 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -27,7 +27,7 @@
 BuildPreReq: perl
 BuildPreReq: openssl-devel
 BuildPreReq: tcp_wrappers
-%if %{no_x11_askpass}
+%if ! %{no_x11_askpass}
 BuildPreReq: gnome-libs-devel
 %endif