!8 Disable %check for OBS building error.

From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
This commit is contained in:
openeuler-ci-bot 2022-08-11 08:33:15 +00:00 committed by Gitee
commit d802f4f09d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: folks
Epoch: 1
Version: 0.15.5
Release: 2
Release: 3
Summary: Library aggregates people from multiple sources
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Folks
@ -58,7 +58,7 @@ This package contains libraries and header files.
%find_lang %{name}
%check
%meson_test
#% meson_test
%files -f %{name}.lang
%license COPYING
@ -102,6 +102,9 @@ This package contains libraries and header files.
%{_datadir}/vala/vapi/%{name}*
%changelog
* Thu Aug 11 2022 wenlong ding <wenlong.ding@turbolinux.com.cn> - 1:0.15.5-3
- Disable %check for OBS building error.
* Mon Jul 18 2022 wenlong ding <wenlong.ding@turbolinux.com.cn> - 1:0.15.5-2
- Add folks-disable-some-check-for-obs.patch fix obs check error.