From d50ad5daa6a90b554331ab71a13acc52ce4c3b20 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Wed, 19 Apr 2023 17:19:35 +0800 Subject: guix: Skip failed guile-git tests on Fedora 38 https://gitlab.com/guile-git/guile-git/-/issues/29 --- guix/guile-git/guile-git.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/guile-git/guile-git.spec b/guix/guile-git/guile-git.spec index fd460ca..ff6fb87 100644 --- a/guix/guile-git/guile-git.spec +++ b/guix/guile-git/guile-git.spec @@ -8,7 +8,7 @@ Name: guile-git Version: 0.5.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Guile bindings of libgit2 License: GPLv3+ and LGPLv3+ @@ -44,6 +44,11 @@ autoreconf -fiv %check +# libgit2 needs known_hosts to verify the server public key. +# https://gitlab.com/guile-git/guile-git/-/issues/29 +%if 0%{?fedora} >= 38 +sed -i 's|tests/clone\.scm||' Makefile +%endif %{__make} %{?_smp_mflags} check @@ -79,6 +84,9 @@ fi %changelog +* Wed Apr 19 2023 Ting-Wei Lan - 0.5.2-5 +- Skip tests/clone.scm on Fedora 38 and later because it needs known_hosts + * Sun Feb 12 2023 Ting-Wei Lan - 0.5.2-4 - Switch to Guile 3.0 - Run SSH tests -- cgit v1.2.3