From 57714895128aad52395c5a648dfe27e13721aa95ba5d9ab328e20e610afc5cbe 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, 23 Oct 2014 15:45:35 +0000 Subject: [PATCH] Accepting request 258127 from home:elvigia:branches:devel:libraries:c_c++ - Ensure the curl command line tool always require the same libcurl it was used for build, even expert users got confused. OBS-URL: https://build.opensuse.org/request/show/258127 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=115 --- curl.changes | 7 +++++++ curl.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/curl.changes b/curl.changes index d2888d7..9817bb3 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 23 15:13:30 UTC 2014 - crrodriguez@opensuse.org + +- Ensure the curl command line tool always require + the same libcurl it was used for build, even expert users + got confused. + ------------------------------------------------------------------- Wed Sep 10 09:07:59 UTC 2014 - vcizek@suse.com diff --git a/curl.spec b/curl.spec index ebbd393..4edb51c 100644 --- a/curl.spec +++ b/curl.spec @@ -62,6 +62,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %ifarch ppc64 Obsoletes: curl-64bit %endif +Requires: libcurl4 = %{version} %description Curl is a client to get documents and files from or send documents to a