Update supported filesystems for ARM
This commit is contained in:
parent
8556e10e41
commit
a19c5d6fa5
@ -22,7 +22,7 @@ Summary: Access and modify virtual machine disk images
|
|||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.17.38
|
Version: 1.17.38
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -95,7 +95,10 @@ BuildRequires: grep
|
|||||||
#BuildRequires: grub
|
#BuildRequires: grub
|
||||||
#%endif
|
#%endif
|
||||||
BuildRequires: gzip
|
BuildRequires: gzip
|
||||||
|
# hfsplus-tools has issues on ARM due to issues with clang
|
||||||
|
%ifnarch %{arm}
|
||||||
BuildRequires: hfsplus-tools
|
BuildRequires: hfsplus-tools
|
||||||
|
%endif
|
||||||
BuildRequires: iproute
|
BuildRequires: iproute
|
||||||
BuildRequires: iputils
|
BuildRequires: iputils
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
@ -130,9 +133,12 @@ BuildRequires: vim-minimal
|
|||||||
BuildRequires: xfsprogs
|
BuildRequires: xfsprogs
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: zerofree
|
BuildRequires: zerofree
|
||||||
|
# Not supported on ARM http://zfs-fuse.net/issues/94
|
||||||
|
%ifnarch %{arm}
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
BuildRequires: zfs-fuse
|
BuildRequires: zfs-fuse
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
# Must match the above set of BuildRequires exactly!
|
# Must match the above set of BuildRequires exactly!
|
||||||
Requires: acl
|
Requires: acl
|
||||||
@ -157,7 +163,10 @@ Requires: grep
|
|||||||
#Requires: grub
|
#Requires: grub
|
||||||
#%endif
|
#%endif
|
||||||
Requires: gzip
|
Requires: gzip
|
||||||
|
# hfsplus-tools has issues on ARM due to issues with clang
|
||||||
|
%ifnarch %{arm}
|
||||||
Requires: hfsplus-tools
|
Requires: hfsplus-tools
|
||||||
|
%endif
|
||||||
Requires: iproute
|
Requires: iproute
|
||||||
Requires: iputils
|
Requires: iputils
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
@ -192,9 +201,12 @@ Requires: vim-minimal
|
|||||||
Requires: xfsprogs
|
Requires: xfsprogs
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: zerofree
|
Requires: zerofree
|
||||||
|
# Not supported on ARM http://zfs-fuse.net/issues/94
|
||||||
|
%ifnarch %{arm}
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
Requires: zfs-fuse
|
Requires: zfs-fuse
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
# These are only required if you want to build the bindings for
|
# These are only required if you want to build the bindings for
|
||||||
# different languages:
|
# different languages:
|
||||||
@ -1065,6 +1077,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1:1.17.38-2
|
||||||
|
- Update supported filesystems for ARM
|
||||||
|
|
||||||
* Tue May 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.38-1
|
* Tue May 01 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.38-1
|
||||||
- New upstream version 1.17.38.
|
- New upstream version 1.17.38.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user