We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183bcf0 commit d513a61Copy full SHA for d513a61
1 file changed
cie-middleware.spec
@@ -39,7 +39,11 @@ Patch23: cie-middleware-AbilitaCIE-fix-error-path.patch
39
Patch24: cie-middleware-cieid-jframe-set-icon-and-title.patch
40
41
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
42
+%if 0%{?fedora} > 42 || 0%{?rhel} > 10
43
+BuildRequires: maven-local-openjdk25
44
+%else
45
BuildRequires: maven-local
46
+%endif
47
%else
48
BuildRequires: maven-local-openjdk11
49
%endif
0 commit comments