Hide Forgot
Description of problem: I think there is a minor bug in the spec file. It includes this line: Provides: glusterfs-libs >= %{version}-%{release} Shouldn't it be "=" rather than ">="? Version-Release number of selected component (if applicable): 3.0.7 How reproducible: Just look in the spec file. Steps to Reproduce: 1. bash-4.1$ rpm --provides -q glusterfs-common | grep libs glusterfs-libs >= 3.0.7-1.fc14 2. bash-4.1$ grep Provides glusterfs.spec Provides: glusterfs-libs >= %{version}-%{release} 3. Actual results: Expected results: Should be "=", not ">=" Additional info:
Fixed: http://pkgs.fedoraproject.org/gitweb/?p=glusterfs.git;a=commit;h=16cdb0bce9f80210fa4ca0cb5569a58b1e88c801