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:
parent
24761d467f
commit
586b681dfe
@ -18,6 +18,10 @@
|
|||||||
# Format must contain '$x' somewhere to do anything useful
|
# Format must contain '$x' somewhere to do anything useful
|
||||||
%global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done;
|
%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
|
# Hooked up to autobuilder, please check with @lsm5 before updating
|
||||||
Name: container-selinux
|
Name: container-selinux
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user