Skip to content

Commit b5cd773

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make-srpm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ cat > "$SPEC" << EOF
9090
%bcond_without python2
9191
%endif
9292
93-
# build csdiff-static on 64bit RHEL-10+ and Fedora
94-
%if 0%{?__isa_bits} == 64 && (0%{?rhel} > 9 || 0%{?fedora})
93+
# build csdiff-static on 64bit RHEL-8+ and 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)