Heads up! Broken deps in Upgrade from 12 to 13

Michael Schwendt mschwendt at gmail.com
Mon Feb 22 15:15:57 UTC 2010


On Mon, 22 Feb 2010 15:10:31 +0100, Kevin wrote:

> >     kdevelop
> [snip]
> >     9:kdevelop-libs-3.5.4-6.fc12.i686  requires  kdevelop = 9:3.5.4-6.fc12
> 
> This is because kdevelop-libs is not multilib in development/13, why???

http://koji.fedoraproject.org/koji/rpminfo?rpmID=1790920

| Requires  	kdevelop-libs = 9:3.9.97-3.fc13

Most likely (= I need to guess, as I'm not intimately familiar with mash)
because above dependency in kdevelop-devel is not arch-specific.
You could use %_isa:

  Requires: kdevelop-libs%{?_isa} = %{version}-%{release}


More information about the test mailing list