Skip to content

Commit

Permalink
replace 'or' keyword with proper '||'
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilHanlon committed Dec 20, 2022
1 parent d60eb8e commit 1a32910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oz.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Requires: libvirt >= 0.9.7
Requires: python3-requests
Requires: genisoimage
Requires: mtools
%if 0%{?fedora} < 26 or 0%{?rhel} < 8
%if 0%{?fedora} < 26 || 0%{?rhel} < 8
Requires: python-uuid
%endif
Requires: openssh-clients
Expand Down

0 comments on commit 1a32910

Please sign in to comment.