SHA256
1
0
forked from pool/libguestfs

- disable ruby when building for SLES11

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=146
This commit is contained in:
Olaf Hering 2012-11-13 14:25:55 +00:00 committed by Git OBS Bridge
parent 525529d415
commit 3daa88d84a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 13 15:25:29 CET 2012 - ohering@suse.de
- disable ruby when building for SLES11
-------------------------------------------------------------------
Thu Nov 8 16:17:09 CET 2012 - ohering@suse.de

View File

@ -29,6 +29,7 @@
%if "%_project" == "Virtualization"
# leave features enabled in OBS main repo
%else
%define with_ruby 0
%define with_hivex 0
%define with_zerofree 0
%endif