From 4238e9fe6184529196cba10519d8b65f882521e421e269093d8b16bc0df704ce Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 19 Mar 2013 17:19:47 +0000 Subject: [PATCH] correct ruby_bindings condition OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=199 --- libguestfs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 9bccc09..856009c 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -49,9 +49,9 @@ %bcond_without fuse %if %suse_version > 1210 -%bcond_without ruby_bindings -%else %bcond_with ruby_bindings +%else +%bcond_without ruby_bindings %endif # The following defines are overridden in the individual subpackages