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