From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.4.1) Gecko/20031114 Galeon/1.3.13 Description of problem: Hello. This concerns FC1 neon package and current neon package in development tree. Actually the neon-devel should explicitly requires "openssl-devel" and "zlib-devel". [root@gruyere ~]# pkg-config neon --libs -L/usr/kerberos/lib -lneon -lssl -lcrypto -ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -lexpat I tried to rebuild 'rawhide' subversion package (which build-requires neon-devel) and the build failed because openssl-devel and zlib-devel werent installed. About current neon spec file, iirc, "BuildPreReq" is obsolete and should be replaced by "BuildRequires". And autoconf doesnt seem to be needed to rebuild neon (never invoked during build..) Version-Release number of selected component (if applicable): neon 0.24.4-2 How reproducible: Always. Every day.
Thanks for the report, I've committed the following for 0.24.4-3: -BuildPreReq: expat-devel, openssl-devel, zlib-devel, krb5-devel -BuildPreReq: autoconf, libtool, pkgconfig +BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel +BuildRequires: pkgconfig ... Group: Development/Libraries -Requires: neon = %{version} +Requires: neon = %{version}, openssl-devel, zlib-devel