fix(rpm): ensure correct dependencies for el7 and el8
This commit is contained in:
parent
93411ecd4b
commit
b068937ce3
|
@ -19,10 +19,10 @@ BuildRoot: %{_tmppath}/%{_name}-%{_version}-root
|
||||||
Provides: %{_name}
|
Provides: %{_name}
|
||||||
AutoReq: 0
|
AutoReq: 0
|
||||||
|
|
||||||
%if "%{_arch} %{?rhel}" == "amd64 7"
|
%if "%{_arch} %{?rhel}" == "x86_64 7"
|
||||||
Requires: openssl11 libatomic
|
Requires: openssl11 libatomic procps which findutils
|
||||||
%else
|
%else
|
||||||
Requires: libatomic
|
Requires: libatomic procps which findutils
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
Loading…
Reference in New Issue