Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 299987 Details for
Bug 440159
[PATCH] provide better feedback when a package is replaced due to obsoletes.
[?]
New
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.rh83 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]
Patch to provide better feedback when a package is replaced due to obsoletes.
0001-Note-when-a-package-is-obsoleted-that-the-obsoleting.patch (text/plain), 964 bytes, created by
Todd Zullinger
on 2008-04-01 22:52:09 UTC
(
hide
)
Description:
Patch to provide better feedback when a package is replaced due to obsoletes.
Filename:
MIME Type:
Creator:
Todd Zullinger
Created:
2008-04-01 22:52:09 UTC
Size:
964 bytes
patch
obsolete
>From 870a4447d24a02e794d76be607d1883b1ac643d7 Mon Sep 17 00:00:00 2001 >From: Todd Zullinger <tmz@pobox.com> >Date: Tue, 1 Apr 2008 18:42:34 -0400 >Subject: [PATCH] Note when a package is obsoleted that the obsoleting package will be installed instead > >--- > yum/__init__.py | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/yum/__init__.py b/yum/__init__.py >index 48a7da7..1d948e6 100644 >--- a/yum/__init__.py >+++ b/yum/__init__.py >@@ -2186,6 +2186,8 @@ class YumBase(depsolve.Depsolve): > if thispkgobsdict.has_key(po.pkgtup): > obsoleting = thispkgobsdict[po.pkgtup][0] > obsoleting_pkg = self.getPackageObject(obsoleting) >+ self.verbose_logger.warning(_('Package %s is obsoleted by %s, installing %s instead'), >+ po.name, obsoleting_pkg.name, obsoleting_pkg) > self.install(po=obsoleting_pkg) > continue > >-- >1.5.4.5 >
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 440159
: 299987 |
299989
|
299990
|
302322
|
302323