libsmbclient.h in FC7

Marcin Zajączkowski mszpak at wp.pl
Wed Apr 18 18:52:05 UTC 2007


Hi,


I was surprised when my package (fuse-smb) failed during last rawhide
rebuild in mock.

In log there is:
checking libsmbclient.h usability... no
checking libsmbclient.h presence... no
checking for libsmbclient.h... no
configure: error: Please install libsmbclient header files.

Up to FC6 libsmbclient.h is in samba-common (which is in BuildRequires),
but after small investigation I noticed that in FC7 this file is in
separate package libsmbclient-devel and dependency should be added.

I would like to ask should I do something like:
if "%fedora" > "6"
    BuildRequires: libsmbclient-devel
%endif

or it's better to make a branch for a rawhide and higher?


Regards
Marcin




More information about the devel mailing list