gnome-vfs2 rebuild from srpm doesn't work without having samba-devel package installed, but samba-devel is not in its BuildRequires. Here's the error I got after running rpmbuild --rebuild gnome-vfs2-2.6.0-1.src.rpm. Sorry it's in Russian; most of the text is "error: File not found". ---------- ÐбÑабаÑÑваÑÑÑÑ ÑайлÑ: gnome-vfs2-smb-2.6.0-1 оÑибка: Файл не найден: /var/tmp/gnome-vfs2-2.6.0-root/usr/lib/gnome-vfs-2.0/modules/libsmb.so оÑибка: Файл не найден: /var/tmp/gnome-vfs2-2.6.0-root/etc/gnome-vfs-2.0/modules/smb-module.conf ---------- Versions: gnome-vfs2 2.6.0-1
Cough.....I'm stupid and there's no such package as samba-devel. Closing a bug as NOTABUG for now; will try to look into issue later.
It turned out to be interesting libsmbclient vs. krb5 libraries glitch which prevented linking programs with libsmbclient, that's why configure from gnome-vfs2 thought that libsmbclient is not available. My fault.