fix conditional comparison

This commit is contained in:
Tom Callaway 2008-07-07 19:29:36 +00:00
parent fcc73ef98f
commit 44b59498a2

View File

@ -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 <tcallawa@redhat.com> - 0.0.3-3.fc10
- fix conditional comparison
- remove file dep
* Wed Jun 25 2008 Daniel P. Berrange <berrange@redhat.com> - 0.0.3-2.fc10
- Rebuild for GNU TLS ABI bump