From da40926598fe7c437df902834543480f1627772b1afa841531a56d0a56deb81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Thu, 13 Mar 2014 13:18:58 +0000 Subject: [PATCH] Accepting request 225808 from home:kukuk:branches:devel:libraries:c_c++ - Disable BuildRequires for openssh, only needed for test suite, but the test suite isn't able to start sshd anyways. Solves the problem that openssh checkins triggers a nearly full rebuild, too. [Discussed with Marcus Meissner] OBS-URL: https://build.opensuse.org/request/show/225808 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=104 --- curl.changes | 8 ++++++++ curl.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/curl.changes b/curl.changes index 2d21556..d398d0c 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 13 13:53:08 CET 2014 - kukuk@suse.de + +- Disable BuildRequires for openssh, only needed for test suite, + but the test suite isn't able to start sshd anyways. + Solves the problem that openssh checkins triggers a nearly full + rebuild, too. + ------------------------------------------------------------------- Tue Feb 4 15:17:18 UTC 2014 - vcizek@suse.com diff --git a/curl.spec b/curl.spec index 5d773b8..c1aacc1 100644 --- a/curl.spec +++ b/curl.spec @@ -53,7 +53,7 @@ BuildRequires: mozilla-nss-devel %endif BuildRequires: krb5-mini-devel BuildRequires: libssh2-devel -BuildRequires: openssh +#BuildRequires: openssh %if 0%{?_with_stunnel:1} # used by the testsuite BuildRequires: stunnel