diff --git a/aom.spec b/aom.spec index 5f2205db3564eb984029f3272ee96019c1968f62..34156bfa187fe884817d622b4f6d85acb17688c9 100644 --- a/aom.spec +++ b/aom.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global sover 3 # git describe @@ -109,8 +109,10 @@ rm -rvf %{buildroot}%{_libdir}/libaom.a %license LICENSE PATENTS %{_bindir}/aomdec %{_bindir}/aomenc +%ifnarch riscv64 %{abidir}/aomdec-option.list %{abidir}/aomenc-option.list +%endif %files -n libaom %license LICENSE PATENTS @@ -128,6 +130,9 @@ rm -rvf %{buildroot}%{_libdir}/libaom.a %doc AUTHORS CHANGELOG README.md %changelog +* Tue May 13 2025 Shangtong Guo - 3.11.0-2 +- add support for riscv64 + * Wed Jan 15 2025 yangxinyu - 3.11.0-1 - update to 3.11.0 - fix cve-2024-5171