Further excluded BRs and modules for RHEL 7.

This commit is contained in:
Daniel Mach 2012-02-13 13:54:19 +00:00 committed by Richard W.M. Jones
parent 359e57feb6
commit f77f7f1cc4

View File

@ -128,7 +128,9 @@ BuildRequires: vim-minimal
BuildRequires: xfsprogs BuildRequires: xfsprogs
BuildRequires: xz BuildRequires: xz
BuildRequires: zerofree BuildRequires: zerofree
%if !0%{?rhel}
BuildRequires: zfs-fuse BuildRequires: zfs-fuse
%endif
# Must match the above set of BuildRequires exactly! # Must match the above set of BuildRequires exactly!
Requires: acl Requires: acl
@ -188,7 +190,9 @@ Requires: vim-minimal
Requires: xfsprogs Requires: xfsprogs
Requires: xz Requires: xz
Requires: zerofree Requires: zerofree
%if !0%{?rhel}
Requires: zfs-fuse Requires: zfs-fuse
%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:
@ -1002,6 +1006,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/php/modules/guestfs_php.so %{_libdir}/php/modules/guestfs_php.so
%if !0%{?rhel}
%files -n erlang-%{name} %files -n erlang-%{name}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc erlang/README %doc erlang/README
@ -1010,6 +1015,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/erl-guestfs %{_bindir}/erl-guestfs
%{_libdir}/erlang/lib/%{name}-%{version} %{_libdir}/erlang/lib/%{name}-%{version}
%{_mandir}/man3/guestfs-erlang.3* %{_mandir}/man3/guestfs-erlang.3*
%endif
%files gobject %files gobject