[ATrpms-users] curl binary?

Chris Schanzle schanzle at nist.gov
Mon Jan 17 03:18:11 CET 2011


On 01/14/2011 12:00 PM, Noel Leistad - atrpms wrote:
> Platform EL5 (CentOS)
>
> w/ atrpms-testing repo enabled,
>
> attempts to install curl reports curl obsoleted by libcurl3, however,
> libcurl3, at least as reported on my system only installs 2 .so files,
> not the binary???
>
> Source of binary that doesn't conflict w/ the libcurl3 package?

Confirming the same observation here too.  Requiring the main curl 
package (same version) seems to help:


diff -u curl.spec{~,}
--- curl.spec~    2010-11-26 16:44:06.000000000 -0500
+++ curl.spec    2011-01-16 20:49:45.836293638 -0500
@@ -32,6 +32,7 @@
  Summary: A library for getting files from web servers
  Group: Development/Libraries
  Obsoletes: curl < %{version}-%{release}
+Requires: %{name} = %{version}-%{release}

  %description -n libcurl3
  This package provides a way for applications to use FTP, HTTP, Gopher and




More information about the atrpms-users mailing list