#9 Conditionalize arches for RHEL
Merged 4 months ago by ckelley. Opened 4 months ago by yselkowitz.
rpms/ yselkowitz/fasterxml-oss-parent rawhide  into  rawhide

file modified
+1 -1
@@ -14,7 +14,7 @@ 

  BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)

  

  BuildArch:     noarch

- %if 0%{?fedora}

+ %if 0%{?fedora} || 0%{?rhel} >= 10

  ExclusiveArch:  %{java_arches} noarch

  %endif

  

RHEL 10 has dropped Java on i686, and therefore ELN, c10s, and RHEL 10 (and newer) builds must also be limited to %java_arches.

Pull-Request has been merged by ckelley

4 months ago
Metadata