summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-20 10:00:59 +1000
committerDamien Miller <djm@mindrot.org>2000-07-20 10:00:59 +1000
commit9dec7762798a4f9268e6033945c6dde44925d853 (patch)
tree474d6a1797054f5124272cd01d67d37a18e8a969
parenta8dbd9d88f03235d13528d57b5fae90c35c9c718 (diff)
- Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
-rw-r--r--ChangeLog3
-rw-r--r--contrib/redhat/openssh.spec2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ed89d88b..2fbc1f24 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 f20a8dbc..e1feb778 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -27,7 +27,7 @@ Requires: openssl >= 0.9.5a
BuildPreReq: perl
BuildPreReq: openssl-devel
BuildPreReq: tcp_wrappers
-%if %{no_x11_askpass}
+%if ! %{no_x11_askpass}
BuildPreReq: gnome-libs-devel
%endif