packit: include _selinux_policy_version for centos 8

for whatever reason centos 8 on copr says undefined macro.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2023-02-10 18:11:29 +05:30
parent 24761d467f
commit 586b681dfe

View File

@ -18,6 +18,10 @@
# Format must contain '$x' somewhere to do anything useful
%global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done;
%if 0%{?centos} == 8
%global _selinux_policy_version 3.14.3-111.el8
%endif
# Hooked up to autobuilder, please check with @lsm5 before updating
Name: container-selinux
Epoch: 2