On 05/06/2014 11:42 PM, Steve Underwood wrote:
Hi Andrew,

On 05/01/2014 11:48 AM, Andrew Greene wrote:
Pidora 2014 (Raspberry Pi Fedora Remix) Release

We're excited to announce the release of Pidora 2014 --
an optimized Fedora Remix for the Raspberry Pi.
It is based on a brand new build of Fedora for the ARMv6
architecture with greater speed and includes packages
from the Fedora 20 package set.
Fedora for the Raspberry Pi kinda sucked before, as most of it was built for ARM v5, and performance was very poor compared to distros built properly for ARM v6. This new build is looking pretty nice, except for one thing (at least so far)....

Many RPMs are looking for an installed RPM called kernel-devel, but the installed package is called raspberrypi-kernel-devel. This prevents me installing many of the available RPMs.

Regards,
Steve

_______________________________________________
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

This was the issue, I referred too earlier, workaround was with a direct koji path rpm kernel install, then also picking up the headers & devel using yum. The rest followed nicely for a complete update ;

============================================================================================================================================================
 Package                 Arch         Version                                    Repository                                                            Size
============================================================================================================================================================
Installing:
 raspberrypi-kernel      armv6hl      3.12.17-1.20140415git1782035.rpfr20        /raspberrypi-kernel-3.12.17-1.20140415git1782035.rpfr20.armv6hl       36 M
     replacing  raspberrypi-kernel.armv6hl 3.12.7-2.20140119gitda8d7c7.rpfr20
 raspberrypi-kernel      armv6hl      3.12.17-1.20140415git1782035.rpfr20        /raspberrypi-kernel-3.12.17-1.20140415git1782035.rpfr20.armv6hl       36 M
     replacing  raspberrypi-kernel.armv6hl 3.12.7-2.20140119gitda8d7c7.rpfr20

Transaction Summary
============================================================================================================================================================
Install  2 Packages

Total size: 71 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
ERROR with transaction check vs depsolve:
raspberrypi-kernel < 3.12.17-1.20140415git1782035.rpfr20 is obsoleted by raspberrypi-kernel-3.12.17-1.20140415git1782035.rpfr20.armv6hl

 You could try running: rpm -Va --nofiles --nodigest
Your transaction was saved, rerun it with:
 yum load-transaction /tmp/yum_save_tx.2014-04-17.14-17._QiqYE.yumtx
[root@mb6ibk ~]# rpm -Uvh --nodeps --force http://japan.proximity.on.ca/kojifiles/packages/raspberrypi-kernel/3.12.17/1.20140415git1782035.rpfr20/armv6hl/raspberrypi-kernel-3.12.17-1.20140415git1782035.rpfr20.armv6hl.rpm
Retrieving http://japan.proximity.on.ca/kojifiles/packages/raspberrypi-kernel/3.12.17/1.20140415git1782035.rpfr20/armv6hl/raspberrypi-kernel-3.12.17-1.20140415git1782035.rpfr20.armv6hl.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:raspberrypi-kernel-3.12.17-1.2014################################# [ 50%]
Cleaning up / removing...
   2:raspberrypi-kernel-3.12.7-2.20140################################# [100%]

Adrian ... vk4tux