From 84382c927b0676cccfe2759ee0ae1e115f130b78 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 18 May 2016 19:04:19 +0200 Subject: [PATCH] prevent test1140 from failing ... by locally creating docs/libcurl/curl_multi_socket_all.3 --- curl.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/curl.spec b/curl.spec index f8520e6..0647bf1 100644 --- a/curl.spec +++ b/curl.spec @@ -120,6 +120,9 @@ documentation of the library, too. %setup -q install -m0644 %{SOURCE3} %{SOURCE4} tests/ +# prevent test1140 from failing +echo '.so man3/curl_multi_socket.3' > docs/libcurl/curl_multi_socket_all.3 + # upstream patches # Fedora patches