(This bug was filed manually.) The java-21-openjdk-headless fails to install in F42/Rawhide since copy-jdk-configs was retired: https://src.fedoraproject.org/rpms/copy-jdk-configs/c/445658b211c80dae753dff0eb328c59c66ecfad1?branch=rawhide How to reproduce: $ mock -r fedora-42-x86_64 --config-opts mirrored=False install java-21-openjdk-headless […] Problem: conflicting requests - nothing provides copy-jdk-configs >= 4.0 needed by java-21-openjdk-headless-1:21.0.6.0.7-1.fc42.x86_64 from local Reproducible: Always
Looks like this was resolved by unretiring copy-jdk-configs: $ mock -r fedora-42-x86_64 --config-opts mirrored=False install java-21-openjdk-headless […] Complete! Thanks!