Description of problem: when upgrading fc16 to fc17, packages fftw-*-{single,double} are apparently replaced with a unified package fftw-*. There are two problems: - package version is non-monotonic--- !(3.3-4 > 3.3.1-2) - even when the upgrade is forced by 'yum distribution-synchronization' it fails to execute because files /usr/lib64/libfftw3* belong to different packages now, are not properly accounted for, and yum refuses to overwrite them. Version-Release number of selected component (if applicable): fftw-libs-{single,double}-3.3.1-2.fc16.x86_64 fftw-libs-3.3-4.fc17.x86_64 How reproducible: every time Steps to Reproduce: 1. upgrade from FC16 to FC17 2. yum distribution-synchronization fftw* Actual results: Transaction check errors referring to /usr/lib64/libfftw3* Expected results: successful upgrade Additional info:
fftw-libs-3.3.1-3.fc17 should be in the repos. Check that you have the base and updates repositories enabled. NOTABUG