[Bug 225301] Merge Review: automake17

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 18 19:03:58 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Merge Review: automake17


https://bugzilla.redhat.com/show_bug.cgi?id=225301





------- Additional Comments From pertusus at free.fr  2007-09-18 15:03 EST -------
(In reply to comment #10)
> Stepan Kasal suggested using checking for versions  < 1.8 to catch all upgrades
> from automake-1.7.*.
> It would also match if automake-1.6.* is still installed, but that should be
> replaced by automake16 anyhow.
> 
> Something like
> Conflicts:  automake < 1.8
> Obsoletes:  automake < 1.8

The Conflict is not useful, since the Obsolete will cause the
older automake to be removed.

> would disallow concurrent installation of automake17 with automake-1.6.* as 
> well as automake-1.7.* but allows installation of automake16 and automake17.
> I think I'll change it accoring to his suggestions.

But then if you have automake-1.6.3 installed, you have 2
package that obsolete it, automake16 and automake17. I am not sure
that it is right. 
Maybe
Obsoletes:  automake = 1.7.1, automake = 1.7.2, automake = 1.7.3
Obsoletes:  automake = 1.7.4, automake = 1.7.5, automake = 1.7.6
Obsoletes:  automake = 1.7.7, automake = 1.7.8, automake = 1.7.9

It is ugly, but may be more correct.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list