Skip to content

Commit

Permalink
Fix user_namespace support detection
Browse files Browse the repository at this point in the history
Signed-off-by: Hackintosh Five <[email protected]>
  • Loading branch information
penn5 committed Jun 22, 2023
1 parent 124acb6 commit f9787d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/container-selinux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%endif

# https://github.com/containers/container-selinux/issues/203
%if 0%{?fedora} <= 37 || 0%{?rhel} <= 9
%if %{!defined fedora} && %{!defined rhel} || %{defined fedora} && 0%{?fedora} <= 37 || %{defined rhel} && 0%{?rhel} <= 9
%bcond_without no_user_namespace
%else
%bcond_with no_user_namespace
Expand Down

0 comments on commit f9787d6

Please sign in to comment.