fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

Fix incompatibility with RPM 4.20 #103

Closed mizdebsk closed 4 months ago

mizdebsk commented 4 months ago

RPM 4.20 creates a different BUILD directory structure than RPM 4.19 and earlier.

To avoid reliance on any particular BUILD directory strucure, create build subdir with %setup and then search BUILD directory to find the actual location of build subdir.