diff options
author | Paul Howarth <paul@city-fan.org> | 2020-03-27 10:44:30 +0000 |
---|---|---|
committer | Paul Howarth <paul@city-fan.org> | 2020-03-27 11:17:01 +0000 |
commit | 313b84364b9559a27566b5fc4f7e0e21987849ef (patch) | |
tree | 9961bf7a3d4268a034503e8c771ad39328d16bae | |
parent | Switch to https:// upstream URLs (diff) | |
download | libssh2-freefilesync-313b84364b9559a27566b5fc4f7e0e21987849ef.tar.gz libssh2-freefilesync-313b84364b9559a27566b5fc4f7e0e21987849ef.tar.bz2 libssh2-freefilesync-313b84364b9559a27566b5fc4f7e0e21987849ef.zip |
Full groff (not just groff-base) needed for the mansyntax check
-rw-r--r-- | libssh2.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec index fa1d18e..3a84792 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -18,7 +18,10 @@ BuildRequires: sed BuildRequires: zlib-devel BuildRequires: /usr/bin/man -# Test suite requirements - we run the OpenSSH server and try to connect to it +# Test suite requirements +# Full groff (not just groff-base) needed for the mansyntax check +BuildRequires: groff +# We run the OpenSSH server and try to connect to it BuildRequires: openssh-server # Need a valid locale to run the mansyntax check %if 0%{?fedora} > 23 || 0%{?rhel} > 7 @@ -117,6 +120,7 @@ LC_ALL=en_US.UTF-8 make -C tests check %changelog * Fri Mar 27 2020 Paul Howarth <paul@city-fan.org> - 1.9.0-5 - Switch to https:// upstream URLs +- Full groff (not just groff-base) needed for the mansyntax check * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |