On Thu, 2007-10-18 at 13:16 +0200, Christoph Thiel wrote: > Hey everyone, > > to get the latests yum (3.2.7) to run on openSUSE, I had to patch > yum/rpmtrans.py like this: > > --- yum/rpmtrans.py > +++ yum/rpmtrans.py > @@ -165,7 +165,7 @@ > fcntl.fcntl(self._readpipe.fileno(), > fcntl.F_GETFL) | os.O_NONBLOCK) > self._writepipe = os.fdopen(w, 'w') > - self.base.ts.ts.scriptFd = self._writepipe.fileno() > + self.base.ts.scriptFd = self._writepipe.fileno() > rpm.setVerbosity(rpm.RPMLOG_INFO) > rpm.setLogFile(self._writepipe) >
odd that this works on fedora rpm but I'll apply it -sv _______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
