From d518be7bae0c32b49e786ee804a9d1570d2dd377 Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Tue, 6 Jun 2023 02:29:22 +0000 Subject: [PATCH] diable check for loongarch64 Signed-off-by: Jingyun Hua --- cgit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cgit.spec b/cgit.spec index cb856bf..790d071 100644 --- a/cgit.spec +++ b/cgit.spec @@ -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 - 1.2.3-2 +- diable check for loongarch64 + * Tue Sep 7 2021 zhengyaohui - 1.2.3-1 - package init