fix typo in ceph

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-12-18 20:15:29 -05:00
parent e01d8c54ae
commit 9ed4eef0cd

View File

@ -57,7 +57,7 @@ Requires: openSUSE-release
%ifnarch i686 armv7hl %ifnarch i686 armv7hl
%bcond_without ceph %bcond_without ceph
#else %else
%bcond_with ceph %bcond_with ceph
%endif %endif
%global use_fsal_ceph %{on_off_switch ceph} %global use_fsal_ceph %{on_off_switch ceph}
@ -187,6 +187,7 @@ Requires: policycoreutils-python-utils
BuildRequires: libasan BuildRequires: libasan
%endif %endif
Requires: nfs-utils Requires: nfs-utils
%if ( 0%{?with_rpcbind} ) %if ( 0%{?with_rpcbind} )
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 ) || ( 0%{?suse_version} ) %if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 ) || ( 0%{?suse_version} )
Requires: rpcbind Requires: rpcbind
@ -287,6 +288,7 @@ Requires: dbus-1-python
%else %else
Requires: python3-dbus Requires: python3-dbus
%endif %endif
%if %{with gui_utils} %if %{with gui_utils}
%if ( 0%{?suse_version} ) %if ( 0%{?suse_version} )
BuildRequires: python-qt5-devel BuildRequires: python-qt5-devel