Disable hfsplus-tools on RHEL 7.
This commit is contained in:
parent
6f6cb0f5a3
commit
b175e4182f
@ -22,7 +22,7 @@ Summary: Access and modify virtual machine disk images
|
|||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.17.39
|
Version: 1.17.39
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
@ -96,10 +96,11 @@ 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}
|
%ifnarch %{arm}
|
||||||
|
%if !0%{?rhel}
|
||||||
BuildRequires: hfsplus-tools
|
BuildRequires: hfsplus-tools
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
BuildRequires: iproute
|
BuildRequires: iproute
|
||||||
BuildRequires: iputils
|
BuildRequires: iputils
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
@ -164,10 +165,11 @@ 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}
|
%ifnarch %{arm}
|
||||||
|
%if !0%{?rhel}
|
||||||
Requires: hfsplus-tools
|
Requires: hfsplus-tools
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
Requires: iproute
|
Requires: iproute
|
||||||
Requires: iputils
|
Requires: iputils
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
@ -1069,6 +1071,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 8 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.39-3
|
||||||
|
- Disable hfsplus-tools on RHEL 7.
|
||||||
|
|
||||||
* Thu May 03 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.39-2
|
* Thu May 03 2012 Richard W.M. Jones <rjones@redhat.com> - 1:1.17.39-2
|
||||||
- BR perl-XML-XPath to run the new XML test.
|
- BR perl-XML-XPath to run the new XML test.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user