diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-05-28 21:34:16 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-05-28 21:34:16 +0800 |
commit | 3bbe2bc8e4d38519896e34a44a3dbb60ff5ceec3 (patch) | |
tree | 9d25d924746f9a55f8408d2c5720380e3f806227 /guix | |
parent | 27a78efebc56fe4251e717150227ffbc12b8ab57 (diff) | |
download | copr-rpm-spec-3bbe2bc8e4d38519896e34a44a3dbb60ff5ceec3.tar.gz copr-rpm-spec-3bbe2bc8e4d38519896e34a44a3dbb60ff5ceec3.tar.zst copr-rpm-spec-3bbe2bc8e4d38519896e34a44a3dbb60ff5ceec3.zip |
guix: Disable non-working guile-ssh tests for libssh 0.7.5
Diffstat (limited to 'guix')
-rw-r--r-- | guix/guile-ssh/guile-ssh.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec index ebb560a..a8cb55a 100644 --- a/guix/guile-ssh/guile-ssh.spec +++ b/guix/guile-ssh/guile-ssh.spec @@ -1,6 +1,6 @@ Name: guile-ssh Version: 0.11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library that provides access to the SSH protocol for GNU Guile License: GPLv3+ @@ -32,6 +32,11 @@ make %{?_smp_mflags} %check +# session.scm test doesn't work with libssh 0.7.5 +# https://github.com/artyom-poptsov/guile-ssh/issues/4 +%if 0%{?fedora} >= 26 +sed -i 's|session.scm||' tests/Makefile +%endif # try a few more times before failing for i in {1..24}; do make %{?_smp_mflags} check && exit 0 @@ -74,6 +79,9 @@ fi %changelog +* Sun May 28 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.11.1-2 +- Disable session.scm test for libssh 0.7.5 + * Thu May 25 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.11.1-1 - Update to 0.11.1 - Add a check section to run tests |