Skip to content

Commit e013098

Browse files
committed
Fix maven-local BR
Signed-off-by: Luca Magrone <[email protected]>
1 parent 599bd41 commit e013098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cie-middleware.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Patch22: cie-middleware-PINManager-fix-error-path.patch
3838
Patch23: cie-middleware-AbilitaCIE-fix-error-path.patch
3939
Patch24: cie-middleware-cieid-jframe-set-icon-and-title.patch
4040

41-
%if 0%{?fedora} < 40 || (0%{?rhel} && 0%{?rhel} < 10)
42-
BuildRequires: maven-local-openjdk11
43-
%else
41+
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
4442
BuildRequires: maven-local
43+
%else
44+
BuildRequires: maven-local-openjdk11
4545
%endif
4646
BuildRequires: cmake
4747
BuildRequires: git

0 commit comments

Comments
 (0)