enable check
(cherry picked from commit 829f78d964a284d858caa37f589ac2dfc7be7836)
This commit is contained in:
parent
4669280417
commit
59b4ae7575
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.15.2
|
Version: 2.15.2
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
URL: https://abrt.readthedocs.org/
|
URL: https://abrt.readthedocs.org/
|
||||||
@ -138,12 +138,12 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/workflows/
|
|||||||
rm -f %{buildroot}/%{_infodir}/dir
|
rm -f %{buildroot}/%{_infodir}/dir
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#make check|| {
|
make check|| {
|
||||||
# find and print the logs of failed test
|
# find and print the logs of failed test
|
||||||
# do not cat tests/testsuite.log because it contains a lot of bloat
|
# do not cat tests/testsuite.log because it contains a lot of bloat
|
||||||
# find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
|
find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
|
||||||
# exit 1
|
exit 1
|
||||||
# }
|
}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -313,6 +313,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_mandir}/man5/bugzilla_format_kernel.conf.5.*
|
%{_mandir}/man5/bugzilla_format_kernel.conf.5.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2023 shixuantong <shixuantong1@huawei.com>- 2.15.2-3
|
||||||
|
- enable check
|
||||||
|
|
||||||
* Thu Oct 27 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2.15.2-2
|
* Thu Oct 27 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2.15.2-2
|
||||||
- Rebuild for next release
|
- Rebuild for next release
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user