fix minizip requires for el9

This commit is contained in:
Tom spot Callaway 2022-06-16 13:18:05 -04:00
parent 6b11f13d37
commit d3e3951389

View File

@ -228,7 +228,7 @@ Name: chromium%{chromium_channel}%{nsuffix}
Name: chromium%{chromium_channel} Name: chromium%{chromium_channel}
%endif %endif
Version: %{majorversion}.0.5005.115 Version: %{majorversion}.0.5005.115
Release: 1%{?dist} Release: 2%{?dist}
%if %{?freeworld} %if %{?freeworld}
%if %{?shared} %if %{?shared}
# chromium-libs-media-freeworld # chromium-libs-media-freeworld
@ -898,9 +898,13 @@ Requires: minizip-compat%{_isa}
%if %{?rhel} == 7 %if %{?rhel} == 7
# Do nothing # Do nothing
%else %else
%if %{?rhel} == 9
Requires: minizip1.2%{_isa}
%else
Requires: minizip%{_isa} Requires: minizip%{_isa}
%endif %endif
%endif %endif
%endif
# -common doesn't have chrome-remote-desktop bits # -common doesn't have chrome-remote-desktop bits
# but we need to clean it up if it gets disabled again # but we need to clean it up if it gets disabled again
# NOTE: Check obsoletes version to be sure it matches # NOTE: Check obsoletes version to be sure it matches
@ -2168,6 +2172,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog %changelog
* Thu Jun 16 2022 Tom Callaway <spot@fedoraproject.org> - 102.0.5005.115-2
- fix minizip Requires for EL9
* Fri Jun 10 2022 Tom Callaway <spot@fedoraproject.org> - 102.0.5005.115-1 * Fri Jun 10 2022 Tom Callaway <spot@fedoraproject.org> - 102.0.5005.115-1
- update to 102.0.5005.115 - update to 102.0.5005.115