On Fri, Oct 17, 2014 at 11:27 AM, Orion Poplawski <orion@cora.nwra.com> wrote:
I think the provides for the kernel-debug-devel package is causing issues when
installing akmods:

# repoquery --provides kernel-debug-devel
kernel-debug-devel = 3.16.6-200.fc20
kernel-debug-devel(x86-64) = 3.16.6-200.fc20
kernel-debug-devel-x86_64 = 3.16.6-200.fc20
kernel-devel = 3.16.6-200.fc20+debug
kernel-devel-uname-r = 3.16.6-200.fc20.x86_64+debug
kernel-devel-x86_64 = 3.16.6-200.fc20+debug

--> Processing Dependency: kernel-devel-uname-r for package:
akmods-0.5.1-3.fc19.noarch
---> Package kernel-debug-devel.x86_64 0:3.16.6-200.fc20 will be installed

Why does the kernel-debug-devel package have kernel-devel* provides?  Or
should akmods require something different?

https://bugzilla.redhat.com/show_bug.cgi?id=227533

Interesting... I don't know of any other requires that would work for akmods to work around the problem but it doesn't seem to be 100% reproducible. I'm running akmods on F20 and I don't have the debug package installed.

That could be because my installation predates the "bug" and the kernel-devel package still satisfies the requirement...

$ repoquery --whatprovides kernel-devel-uname-r
kernel-devel-0:3.11.10-301.fc20.x86_64
kernel-debug-devel-0:3.11.10-301.fc20.x86_64
kernel-debug-devel-0:3.16.6-200.fc20.x86_64
kernel-devel-0:3.16.6-200.fc20.x86_64

Thoughts?

Richard