Skip to content

Commit c6b2f95

Browse files
committed
packaging: build csdiff-static on RHEL-9 and newer
Related: csutils/csmock#216
1 parent 2791d44 commit c6b2f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-srpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ cat > "$SPEC" << EOF
9191
%endif
9292
9393
# build csdiff-static on 64bit RHEL-10+ and Fedora
94-
%if 0%{?__isa_bits} == 64 && (0%{?rhel} > 9 || 0%{?fedora})
94+
%if 0%{?__isa_bits} == 64 && (0%{?rhel} > 7 || 0%{?fedora})
9595
%bcond_without static
9696
%else
9797
%bcond_with static

0 commit comments

Comments
 (0)