Skip to content

Commit cf3b19c

Browse files
committed
make-srpm.sh: unify condition format across spec file
1 parent aeec46a commit cf3b19c

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
@@ -106,7 +106,7 @@ BuildRequires: gcc-c++
106106
BuildRequires: help2man
107107
BuildRequires: make
108108
109-
%if 0%{?rhel} && 0%{?rhel} <= 8
109+
%if 0%{?rhel} && 0%{?rhel} < 9
110110
Provides: bundled(boost_nowide)
111111
%endif
112112

0 commit comments

Comments
 (0)