From 92952ecf22df4df704f40a11a44f2129c909b764 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Wed, 27 Jul 2022 08:36:59 +0000 Subject: [PATCH] License compliance rectification --- ffmpeg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index a9fbdcd..a0ae2b8 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -61,8 +61,8 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 4.2.4 -Release: 4 -License: %{ffmpeg_license} +Release: 5 +License: GPL-3.0-or-later URL: http://ffmpeg.org/ %if 0%{?date} Source0: ffmpeg-%{?branch}%{date}.tar.bz2 @@ -407,6 +407,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog +* Wed Jul 27 2022 Chenyx - 4.2.4-5 +- License compliance rectification + * Thu Jun 2 2022 yangweidong - 4.2.4-4 - Fix CVE-2021-38114 and CVE-2020-35964