On Wed, Dec 03, Sagi Ben-Akiva wrote:
> Is there a way to mark in the spec that this package upgrades a different
> package ?
Its usually done this way:
Name: X
Version: N
Provides: Y = %{version}
Obsoletes: Y < %{version}
But if for some reason Y had a higher version than X the Obsoletes: has
to be adjusted.
Olaf