From 04b934c86b48e25b8ad90e17f0e63ee585a164d701f2a161a11b61878dcb3717 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Fri, 31 May 2013 21:22:27 +0000 Subject: [PATCH] Fix Ruby req. It should always be ruby19 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=10 --- uwsgi.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/uwsgi.spec b/uwsgi.spec index c4e6d20..ad39156 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -74,10 +74,8 @@ BuildRequires: pkg-config BuildRequires: postgresql-devel BuildRequires: python-devel BuildRequires: python-greenlet-devel -%if 0%{?suse_version} >= 1230 +%if 0%{?suse_version} > 1210 BuildRequires: ruby19-devel -%else -BuildRequires: ruby-devel %endif BuildRequires: sqlite3-devel %if 0%{?suse_version} > 1210