From lutter at watzmann.net Thu Mar 15 15:14:31 2007 From: lutter at watzmann.net (David Lutterkort) Date: Thu, 15 Mar 2007 12:14:31 -0700 Subject: [Ruby-rpm-devel] Dependency.satisfy? Message-ID: <1173986071.842.44.camel@localhost.localdomain> Do any of you guys use the Dependency.satisfy? method ? After staring at it for awhile, it seems rather strange (and buggy) One thing that doesn't make sense is that for a call like 'a.satisy?(b)' it calls rpmdsCompare with the name of a for both arguments. I doubt it's intentional, and I wantto fix it, but want to make sure nobody is relying on the old buggy behavior. David