!60 [sync] PR-58: Remove riscv64 exclusive arch for chromium patch

From: @openeuler-sync-bot 
Reviewed-by: @technology208 
Signed-off-by: @technology208
This commit is contained in:
openeuler-ci-bot 2024-06-24 02:51:10 +00:00 committed by Gitee
commit fdbe39c558
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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