On Mon, 2012-02-27 at 22:05 -0800, Brian Cook wrote:
> example
> 
> 
> [root@ipasvr yum.repos.d]# yum list freeipa-server
> Loaded plugins: langpacks, presto, refresh-packagekit
> Available Packages
> freeipa-server.i686
> 2.1.4-1.20120209T0216Zgit11c25a4.fc16                     ipa-devel
> freeipa-server.x86_64                     2.1.4-5.fc16
>                                updates  
> [root@ipasvr yum.repos.d]# 

This is happening because the upstream repo has the same version in the
sources as what's in Fedora (this is why I always bump the version
number for SSSD to the next release as soon as I build a tarball). Then
the ipa-devel repo would be guaranteed to match as "newer" than what is
in the standard repositories.

In other words, the FreeIPA git sources should be producing
2.1.5-0.20120209T0216Zgit11c25a4.fc16 instead of 2.1.4-1 (which is less
than 2.1.4-5.fc16 as yum reckons things).

In the meantime, you should be able to work around this by doing 'yum
install freeipa-server-2.1.4-1.20120209T0216Zgit11c25a4.fc16.x86_64' (I
think).

Of course, if the version number has changed since you originally sent
this, do the yum search again. Note that you have to expressly
say .x86_64 when specifying the package to install.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Freeipa-users mailing list
Freeipa-users@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-users

Reply via email to