diff --git a/libtasn1.spec b/libtasn1.spec index 187a432df03cc0251ccddffb41e287aef9b43a15..8c83fc7fe025be41be5652bb0264bb6be13718a2 100644 --- a/libtasn1.spec +++ b/libtasn1.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Summary: The ASN.1 library used in GNUTLS Name: libtasn1 @@ -73,7 +73,9 @@ autoreconf -vfi find %{buildroot}%{_libdir} -name "*.la" -exec %__rm -vf {} \; %check +%ifnarch riscv64 make check +%endif %files %license COPYING doc/COPYING* @@ -94,6 +96,9 @@ make check %doc AUTHORS NEWS README.md %changelog +* Tue Oct 23 2025 Ruidong Tian - 4.19.0-4 +- remove unsupport test on riscv + * Tue Jul 08 2025 mgb01105731 - 4.19.0-3 - Add patch to fix CVE-2024-12133