Remove riscv64 exclusive arch for chromium patch

Signed-off-by: misaka00251 <liuxin@iscas.ac.cn>
(cherry picked from commit 4365899832af65d938b57e33612467c13d03d182)
This commit is contained in:
misaka00251 2024-06-21 10:41:33 +00:00 committed by openeuler-sync-bot
parent cb929df3aa
commit b0b0b8ed0f

View File

@ -59,14 +59,12 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 6.1.1
Release: 6
Release: 7
License: GPL-3.0-or-later
URL: http://ffmpeg.org/
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz
%ifarch riscv64
# Special patch for building chromium on riscv64
# Special patch for building chromium
Patch0: avformat-get_first_dts.patch
%endif
Patch1: fix-CVE-2023-50007.patch
Patch2: fix-CVE-2023-50008.patch
Patch3: fix-CVE-2024-31578.patch
@ -401,6 +399,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
* Fri Jun 21 2024 misaka00251 <liuxin@iscas.ac.cn> - 6.1.1-7
- Remove riscv64 exclusive arch for chromium patch
* Tue Jun 18 2024 happyworker <208suo@208suo.com> - 6.1.1-6
- fix bug CVE-2023-49528.patch