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