From 22e3a44224418d7b3b60047288b425ff43275a41 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 07 2008 19:25:50 +0000 Subject: fix conditional comparison --- diff --git a/straw.spec b/straw.spec index c1301c6..adc4595 100644 --- a/straw.spec +++ b/straw.spec @@ -5,7 +5,7 @@ Summary: Desktop news aggregator Name: straw Version: 0.27 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://www.gnome.org/projects/straw/ @@ -14,7 +14,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: python >= 2.4 # fix for python >= 2.5 -%if "%{?fedora}" > "6" +%if 0%{?fedora} > 6 BuildRequires: python-devel %endif Requires: gnome-python2-gnomevfs @@ -102,6 +102,9 @@ fi %changelog +* Mon Jul 7 2008 Tom "spot" Callaway - 0.27-13 +- fix conditional comparison + * Wed Nov 21 2007 Alex Lancaster - 0.27-12 - Resolve Conflict with python-adns