Bug 1776783
| Summary: | Cannot upgrade from libxml2-2.9.9-6.fc32.x86_64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lukas Slebodnik <lslebodn> |
| Component: | libxml2 | Assignee: | Igor Raits <igor.raits> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 32 | CC: | c.david86, grgoffe, igor.raits, jpokorny, veillard |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-02-28 12:13:53 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: | |||
|
Description
Lukas Slebodnik
2019-11-26 11:46:00 UTC
Usually, it is in the fedora-obsolete-packages for pure python packages. But it is simpler to do that in the libxml2 because python2-libxml2 and python3-libxml2 require it. Something like
> Obsoletes: python2-libxml2 < %{version}
in the spec of Fedora Rawhide/32?
(you seem to be oriented in the matter, PR would work best,
now that I gained the admin perms)
*** Bug 1769566 has been marked as a duplicate of this bug. *** (In reply to Jan Pokorný [poki] from comment #2) > Something like > > > Obsoletes: python2-libxml2 < %{version} > > in the spec of Fedora Rawhide/32? > > (you seem to be oriented in the matter, PR would work best, > now that I gained the admin perms) Here you are: https://src.fedoraproject.org/rpms/libxml2/pull-request/8 This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32. $ repoquery --repo=fedora --releasever 32 --whatobsoletes python2-libxml2 fedora-obsolete-packages-0:32-36.noarch $ repoquery --repo=fedora --releasever 32 --obsoletes fedora-obsolete-packages | grep python2-libxml2 python2-libxml2 < 2.9.10-4 Lukas, Thanks for your hard work! Best regards, George... |