We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599bd41 commit e013098Copy full SHA for e013098
cie-middleware.spec
@@ -38,10 +38,10 @@ Patch22: cie-middleware-PINManager-fix-error-path.patch
38
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} && 0%{?rhel} < 10)
42
-BuildRequires: maven-local-openjdk11
43
-%else
+%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
44
BuildRequires: maven-local
+%else
+BuildRequires: maven-local-openjdk11
45
%endif
46
BuildRequires: cmake
47
BuildRequires: git
0 commit comments