forked from pool/libguestfs
- make zerofree optional in the spec file
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=122
This commit is contained in:
parent
0c1fce8817
commit
60fdc292aa
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 3 18:01:22 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- make zerofree optional in the spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 3 17:00:39 CEST 2012 - ohering@suse.de
|
Wed Oct 3 17:00:39 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
%define with_ruby 1
|
%define with_ruby 1
|
||||||
%define with_fuse 1
|
%define with_fuse 1
|
||||||
%define with_hivex 1
|
%define with_hivex 1
|
||||||
|
%define with_zerofree 1
|
||||||
#
|
#
|
||||||
# The following defines are overridden in the individual subpackages
|
# The following defines are overridden in the individual subpackages
|
||||||
%define _configure_fuse --disable-fuse
|
%define _configure_fuse --disable-fuse
|
||||||
@ -281,7 +282,9 @@ BuildRequires: udev
|
|||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
BuildRequires: xfsprogs
|
BuildRequires: xfsprogs
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
%if %{with_zerofree}
|
||||||
BuildRequires: zerofree
|
BuildRequires: zerofree
|
||||||
|
%endif
|
||||||
Summary: Virtual machine needed for libguestfs
|
Summary: Virtual machine needed for libguestfs
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Provides: libguestfs-data = %{version}
|
Provides: libguestfs-data = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user