SHA256
1
0
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:
Olaf Hering 2012-10-03 16:01:46 +00:00 committed by Git OBS Bridge
parent 0c1fce8817
commit 60fdc292aa
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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}