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.
csdiff-static
1 parent 2791d44 commit c6b2f95Copy full SHA for c6b2f95
make-srpm.sh
@@ -91,7 +91,7 @@ cat > "$SPEC" << EOF
91
%endif
92
93
# build csdiff-static on 64bit RHEL-10+ and Fedora
94
-%if 0%{?__isa_bits} == 64 && (0%{?rhel} > 9 || 0%{?fedora})
+%if 0%{?__isa_bits} == 64 && (0%{?rhel} > 7 || 0%{?fedora})
95
%bcond_without static
96
%else
97
%bcond_with static
0 commit comments