Bug 1755570

Summary: add Obsoletes for maven-site-plugin in rawhide
Product: [Fedora] Fedora Reporter: Fabio Valentini <decathorpe>
Component: fedora-obsolete-packagesAssignee: Jason Tibbitts <j>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: j, mhroncok, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: fedora-obsolete-packages-32-21 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-26 16:07:13 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: 1755563    

Description Fabio Valentini 2019-09-25 17:39:12 UTC
Description of problem:
maven-site-plugin was retired for fedora 31+, and it starts to cause issues with broken dependencies when users upgrade to rawhide (and eventually, fedora 32). This is caused by the removal of the maven-doxia-module-markdown subpackage in rawhide / f32.

For example:

Problem 1: package maven-doxia-1.9-1.fc32.noarch obsoletes maven-doxia-module-markdown < 1.9-1.fc32 provided by maven-doxia-module-markdown-1.7-12.fc32.noarch
  - package maven-site-plugin-3.6-6.fc30.noarch requires mvn(org.apache.maven.doxia:doxia-module-markdown), but none of the providers can be installed
  - cannot install the best update candidate for package maven-doxia-1.7-12.fc32.noarch
  - problem with installed package maven-site-plugin-3.6-6.fc30.noarch


The last build of maven-site-plugin available in fedora is (in fedora 30):
maven-site-plugin-3.6-6.fc30

So I think maven-site-plugin < 3.6-7 should be obsoleted?

Comment 1 Fabio Valentini 2019-10-26 17:54:03 UTC
Thanks! :)