Bug 1755563
| Summary: | maven-doxia does not update without '--best --allowerasing' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Jaegermann <michal.jnn> |
| Component: | maven-doxia | Assignee: | Stewardship SIG <stewardship-sig> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | akurtako, dbhole, decathorpe, java-sig-commits, mefoster, mhroncok, mizdebsk, sochotni, stewardship-sig |
| 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: | 2019-10-26 17:54:34 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: | 1755570 | ||
| Bug Blocks: | |||
|
Description
Michal Jaegermann
2019-09-25 17:03:43 UTC
These are actually two different issues: - maven-site-plugin was retired - maven-doxia-module-itext was removed but not obsoleted I will push a maven-doxia build fixing the second issue to rawhide later. I think the first issue qualifies as a case where maven-site-plugin should be added to fedora-obsolete-packages, since its presence is actually causing upgrade issues in / to rawhide. I will submit a Pull Request. Alright, I fixed the issue with the removed -itext module in this build: https://koji.fedoraproject.org/koji/taskinfo?taskID=37861034 I also filed a request to add maven-site-plugin to the list of obsolete packages in fedora 32. (In reply to Fabio Valentini from comment #2) > Alright, I fixed the issue with the removed -itext module in this build: > https://koji.fedoraproject.org/koji/taskinfo?taskID=37861034 > > I also filed a request to add maven-site-plugin to the list of obsolete > packages in fedora 32. Looking at related stuff it seem that there are also hanging around packages like maven-downloader-1.1-16.fc29.noarch maven-jxr-2.5-8.fc29.noarch maven-plugin-jxr-2.5-8.fc29.noarch which seems to be gone. Maybe they should be added to obsolete packages too? Are these packages causing dependency issues as well? If not, then there's no reason to obsolete them. (In reply to Fabio Valentini from comment #4) > Are these packages causing dependency issues as well? > If not, then there's no reason to obsolete them. They do not seem to be available any longer and a past experience indicates that some day they will become dependency issues. Your call. Unless they cause upgrade issues, there's no reason to obsolete them.
Only broken packages should be removed from user's systems this way.
> maven-downloader-1.1-16.fc29.noarch
> maven-jxr-2.5-8.fc29.noarch
> maven-plugin-jxr-2.5-8.fc29.noarch
Also, I'm not really the right person to do / decide this, since I am not associated with these 3 packages at all :)
Alright, the original two problems are fixed now. |