Skip to content

Commit

Permalink
Fix ice-all-runtime-3.7 depedencies for RHEL 9
Browse files Browse the repository at this point in the history
There was a missing dependency to python3-ice pakcage
  • Loading branch information
pepone committed Oct 4, 2023
1 parent 7a5d946 commit a0a6f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ice/rpm/ice.spec
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Requires: php-%{?nameprefix}ice%{?_isa} = %{version}-%{release}
%if "%{dist}" != ".el9"
Requires: %{pythonname}-%{?nameprefix}ice%{?_isa} = %{version}-%{release}
%endif
%if "%{dist}" == ".amzn2" || "%{dist}" == ".el8"
%if "%{dist}" == ".amzn2" || "%{dist}" == ".el8" || "%{dist}" == ".el9"
Requires: python3-%{?nameprefix}ice%{?_isa} = %{version}-%{release}
%endif
Requires: lib%{?nameprefix}ice3.7-c++%{?_isa} = %{version}-%{release}
Expand Down

0 comments on commit a0a6f92

Please sign in to comment.