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}
@ -165,7 +165,7 @@ BuildRequires: libcap-devel
BuildRequires: libblkid-devel BuildRequires: libblkid-devel
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
%if ( 0%{?with_mspac_support} ) %if ( 0%{?with_mspac_support} )
BuildRequires: libwbclient-devel BuildRequires: libwbclient-devel
%endif %endif
BuildRequires: gcc-c++ BuildRequires: gcc-c++
%if ( %{with_system_ntirpc} ) %if ( %{with_system_ntirpc} )
@ -184,9 +184,10 @@ Requires: policycoreutils-python
Requires: policycoreutils-python-utils Requires: policycoreutils-python-utils
%endif %endif
%if %{with sanitize_address} %if %{with sanitize_address}
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