From 67cd6d50762d28f7ddf1fc7a1117694d39167202 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 9 Jun 2004 22:26:10 +0000 Subject: disable upgrade warning on < 6.2 hopefully people aren't using <= Red Hat Linux 6.2 anymore which means this only will get triggered on RHEL upgrades (which have similar numbering. oops, should have bumped the epoch probably) --- upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upgrade.py') diff --git a/upgrade.py b/upgrade.py index e71fc3891..f3824d0cc 100644 --- a/upgrade.py +++ b/upgrade.py @@ -539,7 +539,7 @@ def upgradeFindPackages(intf, method, id, instPath, dir): else: supportedUpgradeVersion = 1 - if supportedUpgradeVersion == 0: + if 0 and supportedUpgradeVersion == 0: rc = intf.messageWindow(_("Warning"), _("Upgrades for this version of %s " "are only supported from Red Hat Linux " -- cgit