- disable hivex and zerofree when building for SLES11

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=124
This commit is contained in:
Olaf Hering 2012-10-08 12:40:37 +00:00 committed by Git OBS Bridge
parent b7822e3c8f
commit d98876c932
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 8 14:40:09 CEST 2012 - ohering@suse.de
- disable hivex and zerofree when building for SLES11
-------------------------------------------------------------------
Mon Oct 8 12:07:23 CEST 2012 - ohering@suse.de

View File

@ -24,6 +24,15 @@
%define with_fuse 1
%define with_hivex 1
%define with_zerofree 1
# disable certain features for a SLES11 build
%if %suse_version == 1110
%if %_project == "Virtualization"
# leave features enabled in OBS main repo
%else
%define with_hivex 0
%define with_zerofree 0
%endif
%endif
#
# The following defines are overridden in the individual subpackages
%define _configure_fuse --disable-fuse