!2 diable check for loongarch64

From: @huajingyun 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-07-18 02:53:01 +00:00 committed by Gitee
commit 1584170a73
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -11,7 +11,7 @@
%bcond_without httpd_filesystem
Name: cgit
Version: 1.2.3
Release: 1
Release: 2
Summary: A fast web interface for git
License: GPLv2
URL: https://git.zx2c4.com/cgit/
@ -102,7 +102,9 @@ install -p -m0644 httpd.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/cgit.conf
install -d -m0755 %{buildroot}%{cachedir}
%check
%ifnarch loongarch64
make test
%endif
%files
%doc README* contrib *.html
@ -121,5 +123,8 @@ make test
%{_mandir}/man*/*
%changelog
* Tue Jun 6 2023 huajingyun <huajingyun@loongson.cn> - 1.2.3-2
- diable check for loongarch64
* Tue Sep 7 2021 zhengyaohui <zhengyaohui1@huawei.com> - 1.2.3-1
- package init