From 44b59498a2dde1d6e4bd5b05e5c6ba101d0b3532 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 7 Jul 2008 19:29:36 +0000 Subject: [PATCH] fix conditional comparison --- virt-viewer.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/virt-viewer.spec b/virt-viewer.spec index 8a0df06..cdc9c33 100644 --- a/virt-viewer.spec +++ b/virt-viewer.spec @@ -6,7 +6,7 @@ Name: virt-viewer Version: 0.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Virtual Machine Viewer Group: Applications/System License: GPLv2+ @@ -19,9 +19,10 @@ BuildRequires: gtk2-devel BuildRequires: libvirt-devel >= 0.3.1-4.fc8 BuildRequires: libxml2-devel BuildRequires: gtk-vnc-devel >= 0.3.4 -BuildRequires: /usr/bin/pod2man +# For /usr/bin/pod2man +BuildRequires: perl %if %{_with_plugin} -%if "%{fedora}" > "8" +%if 0%{?fedora} > 8 BuildRequires: xulrunner-devel %else BuildRequires: firefox-devel @@ -83,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Jul 7 2008 Tom "spot" Callaway - 0.0.3-3.fc10 +- fix conditional comparison +- remove file dep + * Wed Jun 25 2008 Daniel P. Berrange - 0.0.3-2.fc10 - Rebuild for GNU TLS ABI bump