Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=490132 --- Comment #2 from Richard W.M. Jones <rjones@xxxxxxxxxx> 2009-03-13 11:22:39 EDT --- (In reply to comment #1) > > #BuildRequires: qt-devel = %{version} Stupid, can't write this ... > > Use: > BuildRequires: qt4-devel = %{version} > > Otherwise, you'd have to add the Epoch, i.e.: > BuildRequires: qt-devel = 1:%{version} No the problem is we want to buildrequire the same version of Fedora's native Qt package, but any release. The reason is that we want to use the natively compiled 'moc' program. However 'moc' only works with a matching version of Qt (eg. all Qt 4.5.0 or whatever). Now we cannot BuildRequire a specific version-release of qt-devel (or qt4-devel) because this comes from a different package, so we would constantly have to chase the native Fedora package every time they did a new release. What we want to do is to BR "%{version}-*", but AFAIK there is no way to do this in RPM. $ rpm -q --provides qt-devel | grep qt4-devel qt4-devel = 4.4.3-10.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review