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