Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 480360 Details for
Bug 678201
F14->F15 upgrade halted due to package conflicts
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Wipe out pre-existing problems before transaction
0001-Call-ts.clean-before-executing-the-transaction.patch (text/plain), 1.04 KB, created by
Panu Matilainen
on 2011-02-23 07:19:29 UTC
(
hide
)
Description:
Wipe out pre-existing problems before transaction
Filename:
MIME Type:
Creator:
Panu Matilainen
Created:
2011-02-23 07:19:29 UTC
Size:
1.04 KB
patch
obsolete
>From 52fe7c45c97278c21180c554fb9bb3d747e942b7 Mon Sep 17 00:00:00 2001 >From: Panu Matilainen <pmatilai@laiskiainen.org> >Date: Wed, 23 Feb 2011 08:44:53 +0200 >Subject: [PATCH] Call ts.clean() before executing the transaction. > >This has two effects: >- It wipes out any pre-existing problems (basically dependency problems > found in ts.check(), which cannot be filtered with ts.setProbFilter() > (stupid as it is). Which should solve #678201. >- It also lets rpm free up dependency-related data which is not needed > during the actual transaction so anaconda will use a bit less memory. >--- > pyanaconda/yuminstall.py | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/pyanaconda/yuminstall.py b/pyanaconda/yuminstall.py >index 63c2154..72e7c78 100644 >--- a/pyanaconda/yuminstall.py >+++ b/pyanaconda/yuminstall.py >@@ -1006,6 +1006,7 @@ class AnacondaYum(yum.YumBase): > > self.ts.check() > self.ts.order() >+ self.ts.clean() > > if self._run(instLog, cb, intf) == DISPATCH_BACK: > return DISPATCH_BACK >-- >1.7.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 678201
:
479264
| 480360 |
481482