Re: F10 anaconda incompatible with current F10 yum - WTF

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jul 1, 2009 at 5:47 PM, Kevin Kofler<kevin.kofler@xxxxxxxxx> 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@xxxxxxxxxx
> 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

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux