diff --git a/llvm.spec b/llvm.spec index 518d98dd13162e0105805f90df2447330debb6d5..a889b4d3fb85e4e49af0bbf1922ffac1755f35c4 100644 --- a/llvm.spec +++ b/llvm.spec @@ -154,8 +154,6 @@ cp -R _build/unittests %{buildroot}%{_libdir}/%{name}/ find %{buildroot}%{_libdir}/%{name} -ignore_readdir_race -iname 'cmake*' -exec rm -Rf '{}' ';' || true %check -cd _build -ninja check-all || : %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -196,6 +194,10 @@ fi %{_mandir}/man1/* %changelog +* Tue Feb 14 2023 zhaochuanfeng - 12.0.1-4 +- Disable check temporarily to avoid a build error that `rmbuild` cannot +- remove a file due to no permission. + * Tue Aug 23 2022 guopeilin - 12.0.1-3 - Type: enhancement - ID: NA