This is my first email to any mailing list so pardon me for anything inappropriate and do let me know about it.
This morning when I did my usual yum makecache fast followed by yum update, I received the below error:
sumit@sumitslaptop ~$ sudo yum update
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package kmod-wl.x86_64 0:6.30.223.141-5.fc20.28 will be updated
---> Package kmod-wl.x86_64 0:6.30.223.141-6.fc20 will be an update
--> Processing Dependency: kmod-wl-3.15.4-200.fc20.x86_64 >= 6.30.223.141-6.fc20 for package: kmod-wl-6.30.223.141-6.fc20.x86_64
--> Running transaction check
---> Package kmod-wl-3.15.4-200.fc20.x86_64.x86_64 0:6.30.223.141-6.fc20 will be installed
--> Processing Dependency: kernel-uname-r = 3.15.4-200.fc20.x86_64 for package: kmod-wl-3.15.4-200.fc20.x86_64-6.30.223.141-6.fc20.x86_64
--> Finished Dependency Resolution
Error: Package: kmod-wl-3.15.4-200.fc20.x86_64-6.30.223.141-6.fc20.x86_64 (rpmfusion-nonfree-updates)
Requires: kernel-uname-r = 3.15.4-200.fc20.x86_64
Installed: kernel-3.14.9-200.fc20.x86_64 (@updates)
kernel-uname-r = 3.14.9-200.fc20.x86_64
Installed: kernel-3.15.3-200.fc20.x86_64 (@updates)
kernel-uname-r = 3.15.3-200.fc20.x86_64
Available: kernel-3.11.10-301.fc20.x86_64 (fedora)
kernel-uname-r = 3.11.10-301.fc20.x86_64
Available: kernel-debug-3.11.10-301.fc20.x86_64 (fedora)
kernel-uname-r = 3.11.10-301.fc20.x86_64+debug
Available: kernel-debug-3.15.3-200.fc20.x86_64 (updates)
kernel-uname-r = 3.15.3-200.fc20.x86_64+debug
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
The issue i think is that fedora updates repository installed kernel 3.15.3-200.fc20.x86_64 in its last update but the kmod-wl package that came today via RPMFusion updates repo is for kernel 3.15.4-200.fc20.x86_64.
Any chance this can be resolved or do I need to wait till the kernel update is pushed by Fedora updates repo?
For now, for my broadcom wireless lan card, i have used akmod-wl package to autocompile the kmod and its working fine. But this package is hindering my updates. Need guidance here.
Thanks in Advance.