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