Skip to content

Commit

Permalink
don't just warn, fail the build
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 27, 2023
1 parent 9c0c9d0 commit f6e5ec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
%endif

%if 0%{?el7}%{?el8}
echo CentOS / RHEL 7.x and 8.x are no longer supported
echo "RHEL 7.x and 8.x are no longer supported"
exit 1
%endif

%if 0%{?xpra_revision_no}
Expand Down

0 comments on commit f6e5ec5

Please sign in to comment.