c9448e7 moved to build only on %%{java_arches}

1 file Authored by jvanek 2 years ago, Committed by pmikova 2 years ago,
    moved to build only on %%{java_arches}
    
    -- https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
    - reverted :
    -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild (always mess up release)
    -- Try to build on x86 again by creating a husk of a JDK which does not depend on itself
    -- Exclude x86 from builds as the bootstrap JDK is now completely broken and unusable
    -- Replaced binaries and .so files with bash-stubs on i686
    - added ExclusiveArch:  %%{java_arches}
    -- this now excludes i686
    -- this is safely backport-able to older fedoras, as the macro was  backported proeprly (with i686 included)
    - https://bugzilla.redhat.com/show_bug.cgi?id=2104125
    
        
file modified
+19 -86