Bug 478697
Summary: | RFE: Be able to find packages with NVR greater than that in repo(s) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bruno Wolff III <bruno> | ||||
Component: | yum-utils | Assignee: | Seth Vidal <skvidal> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | rawhide | CC: | beland, james.antill, pmatilai, tim.lauridsen | ||||
Target Milestone: | --- | Keywords: | FutureFeature, Patch | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Enhancement | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-04-29 12:43:20 UTC | Type: | --- | ||||
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: | 473302 | ||||||
Attachments: |
|
Description
Bruno Wolff III
2009-01-03 17:58:53 UTC
Created attachment 328149 [details]
Script to show newer packages than are in rawhide
I thougyht skvidal was working on something that did this with bodhi/koji trees, so we could tell things like "is anything in F9 newer than what is in F10" ... but anyway, this does what I think we/you want for current => rawhide.
On my F9 box it just gives:
% ../yum-newer-than-rawhide.py
Loaded plugins: post-transaction-actions
Newer Packages
xorg-x11-drv-mouse.x86_64 1.3.0-2.fc9 installed
which seems to be true:
Installed Packages
xorg-x11-drv-mouse.x86_64 1.3.0-2.fc9 installed
Available Packages
xorg-x11-drv-mouse.x86_64 1.3.0-1.20081222git.fc11 rawhide
xorg-x11-drv-mouse.x86_64 1.3.0-2.fc9 fedora
xorg-x11-drv-mouse-debuginfo.x86_64 1.3.0-2.fc9 fedora-debuginfo
Note that with the latest yum in rawhide you can now do: yum distro-sync ...which will tell you what is "different" and will probably just dtrt. anyway if you hit yes. |