fix the condition as the change leads to not installing on fedora at all which was not intended

I made a mistake and didn't think enough :) The last change of the condition for rhel led to not recommending on fedora at all, so include that in an or condition again.
epel9
FAS Marie Loise Nolden 2 years ago
parent 05bb357be2
commit 9627d67420

@ -66,7 +66,7 @@ BuildRequires: xcb-util-wm-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}}
# available on rhel 9+
%if (0%{?rhel} && 0%{?rhel} > 8)
%if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} > 8)
Recommends: power-profiles-daemon
%endif

Loading…
Cancel
Save