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=467655 --- Comment #98 from Nicolas Chauvet (kwizart) <kwizart@xxxxxxxxx> 2011-01-25 06:11:52 EST --- (In reply to comment #96) > Sorry again: of course I meant: > > Obsoletes: %{yname} < %{version} That will not work given that %version-%release of the last %{yname} package to Obsoletes (0.1.1-3) is higher than %version of the Obsoletes directive (0.1.1). Usually, it's better to hardcode the Obsoletes field to a value. Specially if you can consider that no yafaray package will not be created anymore from a given %version %release. So I would suggest that: #Introduced in F-15, Can be dropped by F-17 Obsoletes: yafray < 0.1.0 Provides: yafray = %{version}-%{release} Obsoletes: %{yname} < 0.1.1-4 Provides: %{yname} = %{version}-%{release} But I would keep the Provides %{yname} = %{version}-%{release} to avoid case sensitive mess. -- 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. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review