Bug 850912
Summary: | RFE: support updateinfo | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Jaša <djasa> |
Component: | dnf | Assignee: | Radek Holy <rholy> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | ahmadsamir3891, akozumpl, baptiste.millemathias, djasa, jzeleny, mattdm, matteo, tim.lauridsen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | dnf-0.6.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-12 07:16:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1066867, 1086288, 1101029, 1109915, 1121946 |
Description
David Jaša
2012-08-22 17:15:45 UTC
This is a nice idea, the only thing preventing me from implementing now is there's yet no support for parsing other.xml in libsolv (the repodata file containing the changelogs). Yum in fact does already parse and understand this data, but not exaclty in the manner you suggest here. Let's keep this open until we can parse other.xml (or decide we will never do that). David, how does what you propose differ from yum's updateinfo? (In reply to Ales Kozumplik from comment #2) > David, how does what you propose differ from yum's updateinfo? I was not aware of updateinfo at the time of bug filing. If dnf already supports that (I didn't look at dnf for quite a long time), consider this fixed. :) It is not supported yet but I just wanted to make sure whether you're asking for something else. Radek can you please take a look at this? There is support built in C hawkey for it already---hy_package_get_update*() so all that is left is adding the Python bindings (with which I can help) and integrating in DNF. |