From 13386e637af1fa6caa8385093d2b7b5c715b1095 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 7 Jul 2008 18:18:27 +0000 Subject: [PATCH] fix conditional comparison --- gtk-vnc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk-vnc.spec b/gtk-vnc.spec index c842569..a531487 100644 --- a/gtk-vnc.spec +++ b/gtk-vnc.spec @@ -7,7 +7,7 @@ Summary: A GTK widget for VNC clients Name: gtk-vnc Version: 0.3.6 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Development/Libraries Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz @@ -16,7 +16,7 @@ URL: http://gtk-vnc.sf.net/ BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel BuildRequires: gnutls-devel gtkglext-devel %if %{with_plugin} -%if "%{fedora}" > "8" +%if 0%{?fedora} > 8 BuildRequires: xulrunner-devel %else BuildRequires: firefox-devel @@ -120,6 +120,9 @@ rm -fr %{buildroot} %endif %changelog +* Mon Jul 7 2008 Tom "spot" Callaway - 0.3.6-3 +- fix conditional comparison + * Wed Jun 25 2008 Daniel P. Berrange - 0.3.6-2.fc10 - Rebuild for GNU TLS ABI change