the samba.spec has:

  %package vfs-glusterfs
  ..
  Requires: glusterfs-api >= 3.4.0.16
  Requires: glusterfs >= 3.4.0.16
  ..

The samba-vfs-glusterfs has these Requires (rpm -q --requires samba-vfs-gluster)
  glusterfs-api >= 3.4.0.16
  glusterfs >= 3.4.0.16
  ...
  libgfapi.so.0()(64bit)
  ...

Coming soon the libgfapi shlib will get bumped to libgfapi.so.6 for various reasons I won't go into. The pertinent APIs and ABIs that the samba vfs uses aren't changing.

but attempts to update the glusterfs-api RPM fails if samba is installed because it wants libgfapi.so.0.

What's the correct way to specify the Requires so that this will work?

Thanks,

--

Kaleb
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to