Fix building package on amazon linux

This commit is contained in:
Daniel A. Wozniak 2023-05-01 14:41:58 -07:00 committed by Pedro Algarvio
parent c2a871859c
commit caaf5feff7

View file

@ -43,9 +43,13 @@ BuildRequires: python3
BuildRequires: python3-pip
BuildRequires: openssl
BuildRequires: git
# rhel is not defined on all rpm based distros.
%if %{?rhel:1}%{!?rhel:0}
%if %{rhel} >= 9
BuildRequires: libxcrypt-compat
%endif
%endif
%description
Salt is a distributed remote execution system used to execute commands and