|
|
|
@ -266,7 +266,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
|
Version: 119.0.6045.159
|
|
|
|
|
Version: 119.0.6045.199
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
|
|
|
|
|
Url: http://www.chromium.org/Home
|
|
|
|
@ -495,11 +495,12 @@ BuildRequires: pkgconfig(libavformat)
|
|
|
|
|
BuildRequires: pkgconfig(libavutil)
|
|
|
|
|
# chromium fail to start for rpmfusion users due to ABI break in ffmpeg-free-6.0.1
|
|
|
|
|
# bethween fedora and rpmfussion.
|
|
|
|
|
Conflicts: ffmpeg-libs%{_isa}
|
|
|
|
|
%if 0%{?rhel} == 9 || 0%{?fedora} == 37
|
|
|
|
|
Requires: libavformat-free%{_isa} >= 5.1.4
|
|
|
|
|
Conflicts: libavformat-free%{_isa} < 5.1.4
|
|
|
|
|
Conflicts: ffmpeg-libs%{_isa} < 5.1.4
|
|
|
|
|
%else
|
|
|
|
|
Requires: libavformat-free%{_isa} >= 6.0.1
|
|
|
|
|
Conflicts: libavformat-free%{_isa} < 6.0.1
|
|
|
|
|
Conflicts: ffmpeg-libs%{_isa} < 6.0.1-2
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -1711,6 +1712,12 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
|
%{chromium_path}/chromedriver
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 29 2023 Than Ngo <than@redhat.com> - 119.0.6045.199-1
|
|
|
|
|
- update to 119.0.6045.199
|
|
|
|
|
|
|
|
|
|
* Sun Nov 19 2023 Than Ngo <than@redhat.com> - 119.0.6045.159-2
|
|
|
|
|
- fix ffmpeg conflicts
|
|
|
|
|
|
|
|
|
|
* Wed Nov 15 2023 Than Ngo <than@redhat.com> - 119.0.6045.159-1
|
|
|
|
|
- update to 119.0.6045.159, upstream security release
|
|
|
|
|
High CVE-2023-5997, use after free in Garbage Collection
|
|
|
|
|