From d4e55c7b7a4e63739da60de38132072a9a972afa Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Mon, 28 Oct 2013 12:03:32 +0100 Subject: [PATCH] Fix spec file to use systemd_context instead of sytemd_context --- selinux-policy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index 4a1a1aad..5834f466 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -230,7 +230,7 @@ ln -sf /etc/selinux/%1/policy/policy.%{POLICYVER} %{buildroot}%{_sysconfdir}/se %config %{_sysconfdir}/selinux/%1/contexts/virtual_domain_context \ %config %{_sysconfdir}/selinux/%1/contexts/virtual_image_context \ %config %{_sysconfdir}/selinux/%1/contexts/lxc_contexts \ -%config %{_sysconfdir}/selinux/%1/contexts/sytemd_contexts \ +%config %{_sysconfdir}/selinux/%1/contexts/systemd_contexts \ %config %{_sysconfdir}/selinux/%1/contexts/sepgsql_contexts \ %config(noreplace) %{_sysconfdir}/selinux/%1/contexts/default_type \ %config(noreplace) %{_sysconfdir}/selinux/%1/contexts/failsafe_context \