Description of problem: apache-parent depends on apache-resource-bundles depends on apache-parent Version-Release number of selected component (if applicable): apache-resource-bundles-36-1.el9.noarch apache-parent-26-2.el9.noarch How reproducible: Always Steps to Reproduce: 1. Build from RPM source 2. 3. Actual results: [minfrin@seawitch SPECS]$ rpmbuild -bb apache-parent.spec setting SOURCE_DATE_EPOCH=1651017600 error: Failed build dependencies: mvn(org.apache:apache-jar-resource-bundle) is needed by apache-parent-26-2.el9.noarch [minfrin@seawitch SPECS]$ rpmbuild -bb apache-resource-bundles.spec setting SOURCE_DATE_EPOCH=1651622400 error: Failed build dependencies: mvn(org.apache.maven:maven-parent:pom:) is needed by apache-resource-bundles-36-1.el9.noarch Expected results: Successful build. Additional info:
This bug appears to have been reported against 'rawhide' during the Fedora Linux 37 development cycle. Changing version to 37.
Circular dependencies are common among Java packages and are not an issue. There is nothing we can do about this, sorry.
In fact, circular dependencies are the reason for creation of https://github.com/fedora-java/javapackages-bootstrap project which is used to build maven and its dependencies in Fedora.