Description of problem: GDAL 1.11.1-4.fc21 is compiled against libgeotiff-1.2.5 (libgeotiff.so.1.2) but libgeotiff has been upgraded to libgeotiff-1.4.0-2.fc21 (libgeotiff.so.1.4) Version-Release number of selected component (if applicable): gdal-1.11.1-4.fc21 gdal-libs-1.11.1-4.fc21 libgeotiff-1.2.5-16.fc21 libgeotiff-1.4.0-2.fc21 How reproducible: Upgrade a system with gdal installed, or install gdal (or a program which depends on it -i.e. qgis-) Steps to Reproduce: 1. yum install gdal-libs OR 1. yum install qgis Actual results: --> Running transaction check ---> Package qgis.x86_64 0:2.6.0-2.fc21 will be installed --> Processing Dependency: libgdal.so.1()(64bit) for package: qgis-2.6.0-2.fc21.x86_64 --> Running transaction check ---> Package gdal-libs.x86_64 0:1.11.1-4.fc21 will be installed --> Processing Dependency: libgeotiff.so.1.2()(64bit) for package: gdal-libs-1.11.1-4.fc21.x86_64 --> Finished Dependency Resolution Error: Package: gdal-libs-1.11.1-4.fc21.x86_64 (updates) Requires: libgeotiff.so.1.2()(64bit) Available: libgeotiff-1.2.5-16.fc21.x86_64 (fedora) libgeotiff.so.1.2()(64bit) Installed: libgeotiff-1.4.0-2.fc21.x86_64 (@updates) Not found You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Expected results: A working gdal compiled against libgeotiff.so.1.4 Additional info:
A workaround is to stay with libgeotiff-1.2.5 yum erase gdal* yum upgrade yum downgrade libgeotiff yum install gdal
*** This bug has been marked as a duplicate of bug 1179222 ***