Small indentation fixes
This commit is contained in:
parent
d05cf0559e
commit
60f1f832cf
@ -2,12 +2,12 @@
|
|||||||
%if 0%{?fedora} >= 30 || 0%{?rhel} >= 9
|
%if 0%{?fedora} >= 30 || 0%{?rhel} >= 9
|
||||||
%bcond_without new_api
|
%bcond_without new_api
|
||||||
%else
|
%else
|
||||||
%bcond_with new_api
|
%bcond_with new_api
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Build the compat package?
|
# Build the compat package?
|
||||||
%if 0%{?fedora} >= 999 || 0%{?rhel} >= 99
|
%if 0%{?fedora} >= 999 || 0%{?rhel} >= 99
|
||||||
%bcond_with compat_pkg
|
%bcond_with compat_pkg
|
||||||
%else
|
%else
|
||||||
%bcond_without compat_pkg
|
%bcond_without compat_pkg
|
||||||
%endif
|
%endif
|
||||||
@ -17,16 +17,16 @@
|
|||||||
%ifnarch %{power64}
|
%ifnarch %{power64}
|
||||||
%bcond_without memcheck
|
%bcond_without memcheck
|
||||||
%else
|
%else
|
||||||
%bcond_with memcheck
|
%bcond_with memcheck
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
# Shared object version of libcrypt.
|
# Shared object version of libcrypt.
|
||||||
%if %{with new_api}
|
%if %{with new_api}
|
||||||
%global soc 2
|
%global soc 2
|
||||||
%global sol 0
|
%global sol 0
|
||||||
%global sof 0
|
%global sof 0
|
||||||
%global sov %{soc}.%{sol}.%{sof}
|
%global sov %{soc}.%{sol}.%{sof}
|
||||||
%if %{with compat_pkg}
|
%if %{with compat_pkg}
|
||||||
%global csoc 1
|
%global csoc 1
|
||||||
%global csol 1
|
%global csol 1
|
||||||
@ -34,10 +34,10 @@
|
|||||||
%global csov %{csoc}.%{csol}.%{csof}
|
%global csov %{csoc}.%{csol}.%{csof}
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
%global soc 1
|
%global soc 1
|
||||||
%global sol 1
|
%global sol 1
|
||||||
%global sof 0
|
%global sof 0
|
||||||
%global sov %{soc}.%{sol}.%{sof}
|
%global sov %{soc}.%{sol}.%{sof}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user