F10 anaconda incompatible with current F10 yum - WTF

Xavier Toth txtoth at gmail.com
Thu Jul 2 15:31:48 UTC 2009


On Wed, Jul 1, 2009 at 5:47 PM, Kevin Kofler<kevin.kofler at chello.at> wrote:
> Xavier Toth wrote:
>> So I do a yum update, pickup a yum that isn't compatible with the
>> original anaconda and then can no longer make installable DVD's. This
>> is busted! If anaconda is dependent on a specific version of yum then
>> it's Requires need to be equal to that version and not greater than or
>> equal to.
>
> That would just replace the runtime error with a broken dependency. The only
> solution is to release an anaconda update matching the yum update. We
> really need anaconda updates for the benefit of respins! Anaconda not
> working with the current update yum is a serious regression and we need a
> matching Anaconda update ASAP.
>
>        Kevin Kofler
>
> --
> fedora-devel-list mailing list
> fedora-devel-list at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-devel-list
>

It's a one liner.

--- anaconda-11.5.0.12/yuminstall.py.orig       2009-06-30
09:05:19.000000000 -0500
+++ anaconda-11.5.0.12/yuminstall.py    2009-06-30 09:06:03.000000000 -0500
@@ -575,8 +575,7 @@
         YumSorter.getReposFromConfig(self)

     # Override this method so yum doesn't nuke our existing logging config.
-    def doLoggingSetup(self, debuglevel, errorlevel, syslog_indent=None,
-                       syslog_facility=None):
+    def doLoggingSetup(self, *args, **kwargs):
         pass

     def doConfigSetup(self, fn='/tmp/anaconda-yum.conf', root='/'):


Ted




More information about the devel mailing list