This commit is contained in:
Jakub Jelinek 2021-01-20 21:54:24 +01:00
parent 57347da927
commit 58d26dd974
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ rm -rf %{buildroot}
%make_install prefix=%{_prefix} mandir=%{_mandir} bindir=%{_bindir}
%check
rm -f testsuite/dwz.tests/odr*
make check
%files
@ -42,6 +43,7 @@ make check
%changelog
* Wed Jan 20 2021 Jakub Jelinek <jakub@redhat.com> 0.13-6
- DW_FORM_implicit_const handling fixes (sw#27212, sw#27213)
- temporarily remove odr tests as they are incompatible with DWARF 5 right now
* Mon Jan 18 2021 Jakub Jelinek <jakub@redhat.com> 0.13-5
- update to latest git snapshot