- 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:
parent
b7822e3c8f
commit
d98876c932
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user