Red Hat Bugzilla – Bug 200418
libdrm-devel is not installable
Last modified: 2007-11-30 17:11:38 EST
Description of problem: libdrm-devel is not installable. Current version of libdrm is 2.0.2 and libdrm-devel is 2.0.1 and so it can't find the version 2.0.1 of libdrm Version-Release number of selected component (if applicable): 2.0.1 How reproducible: 100% Steps to Reproduce: 1. yum install libdrm-devel 2. 3. Actual results: yum will not install because libdrm 2.0.1 is not found libdrm-devel needs to be version bumped to 2.0.2 Expected results: libdrm-devel installs Additional info:
The binary libdrm and libdrm-devel packages are both produced from a single src.rpm, like all other libraries in the distribution. This means that when a library is updated, such as libdrm to version 2.0.2, when it is built, the output of rpm is 2 packages: libdrm-2.0.2 and libdrm-devel-2.0.2. They are not version-bumped independently. If yum is not finding both of them, then you are using a broken yum repository. Closing as NOTABUG