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