[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py
skvidal at osuosl.org
skvidal at osuosl.org
Fri Oct 24 21:15:18 UTC 2008
yum/__init__.py | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit c547fac1b1efef4ba38b3a867a6799531847cc56
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Fri Oct 24 17:14:53 2008 -0400
comment about allowdowngrade/downgrade in general
diff --git a/yum/__init__.py b/yum/__init__.py
index 7aafb84..25e1353 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -2643,6 +2643,12 @@ class YumBase(depsolve.Depsolve):
if requiringPo:
txmbr.setAsDep(requiringPo)
tx_return.append(txmbr)
+
+ #else:
+ #magically make allowdowngrade work here
+ # yum --allow-downgrade update something-specific here
+ # could work but we will need to be careful with it
+ # maybe a downgrade command is necessary
return tx_return
More information about the Yum-commits
mailing list