epiphany 1.10 rpm errors

seth vidal skvidal at phy.duke.edu
Sat Mar 6 02:48:47 UTC 2004


On Fri, 2004-03-05 at 14:52 -0500, Zach Wilkinson wrote:

> Resolving dependencies
> ....Unable to satisfy dependencies
> Package epiphany needs installed, this is not available.
> Package epiphany needs is, this is not available.
> Package epiphany needs not, this is not available.
> Package epiphany needs package, this is not available.
> 
> Is there a Bugzilla case for this?
> 

top of epiphany's spec file:
%define mozver %(rpm -q mozilla --qf "%%{name} = %%{epoch}:%%{version}")

then:
Requires: %mozver

so if mozilla wasn't installed it would output:
package mozilla is not installed.

which is consistent with the broken deps you're seeing.

-sv








More information about the test mailing list