#328: depcheck: should not test packages from both x86_64 and iX86 unless needed --------------------+------------------------------------------------------- Reporter: tflink | Owner: Type: defect | Status: new Priority: major | Milestone: Hot issues Component: tests | Resolution: Keywords: | --------------------+------------------------------------------------------- Comment (by tflink):
Replying to [comment:5 jlaska]:
If I'm reading ticket#284 correctly, it sounds like the spec file
intends that the two packages cannot be installed together?
Yeah, that's how I'm reading it.
Which confuses me ... shouldn't ''yum install wine-wow.i686 wine-
wow.x86_64'' honor that conflicts and complain, or at least not attempt to install the i686 version? (see full output at http://fpaste.org/1Vc5/)?
One would think so, yes. I get the same thing on my F14 x86_64 machine, though.
If I take the example from #324 and attempt 'yum install zabbix-server- mysql zabbix-server-pgsql zabbix-server-sqlite3', yum fails and (correctly) tells me that I can't do that - there are conflicts. So yum is catching conflicts but something about the wine conflict isn't getting caught during dependency resolution.
My guess at this point is that this is a specific issue to packages like wine where the conflicts is within an ifarch block of the spec file.