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 155472 Details for
Bug 234880
yum-rhn-plugin does not send up removed package data during an update or an obsolete
[?]
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.
rhn yum plugin patch for dependency package support
yum_rhn_plug_dep.patch (text/x-patch), 1.28 KB, created by
Shannon Hughes
on 2007-05-25 18:28:29 UTC
(
hide
)
Description:
rhn yum plugin patch for dependency package support
Filename:
MIME Type:
Creator:
Shannon Hughes
Created:
2007-05-25 18:28:29 UTC
Size:
1.28 KB
patch
obsolete
>Index: rhnplugin.py >=================================================================== >--- rhnplugin.py (revision 116817) >+++ rhnplugin.py (working copy) >@@ -315,19 +315,31 @@ > pkgtup = __rhn_pkg_tup_from_po(package) > delta["added"].append(pkgtup) > >- # TODO: are old versions of updated package in the removed list? >- # What happens on the rhn side? >- # updated package might get messed up in the profile >+ for ts_member in ts_info.depinstalled: >+ package = ts_member.po >+ pkgtup = __rhn_pkg_tup_from_po(package) >+ delta["added"].append(pkgtup) >+ > for ts_member in ts_info.updated: > package = ts_member.po > pkgtup = __rhn_pkg_tup_from_po(package) > delta["added"].append(pkgtup) > >+ for ts_member in ts_info.depupdated: >+ package = ts_member.po >+ pkgtup = __rhn_pkg_tup_from_po(package) >+ delta["added"].append(pkgtup) >+ > for ts_member in ts_info.removed: > package = ts_member.po > pkgtup = __rhn_pkg_tup_from_po(package) > delta["removed"].append(pkgtup) > >+ for ts_member in ts_info.removed: >+ package = ts_member.po >+ pkgtup = __rhn_pkg_tup_from_po(package) >+ delta["removed"].append(pkgtup) >+ > return delta > > def __rhn_pkg_tup_from_po(package):
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 Raw
Actions:
View
Attachments on
bug 234880
: 155472