From 29c9d82cdaff2a5ecfe4e3e2545a6b45a27861b1 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Mar 14 2017 09:48:34 +0000 Subject: Update rpm macros --- diff --git a/rpm.macros b/rpm.macros index f3be313..dbc6d0f 100644 --- a/rpm.macros +++ b/rpm.macros @@ -20,6 +20,9 @@ %_file_context_file %{_sysconfdir}/selinux/${SELINUXTYPE}/contexts/files/file_contexts %_file_context_file_pre %{_localstatedir}/lib/rpm-state/file_contexts.pre +%_file_custom_defined_booleans %{_sharedstatedir}/selinux/${_policytype}/rpmbooleans.custom +%_file_custom_defined_booleans_tmp %{_sharedstatedir}/selinux/${_policytype}/rpmbooleans.custom.tmp + # %selinux_modules_install [-s ] module [module]... %selinux_modules_install("s:") \ . /etc/selinux/config \ @@ -85,7 +88,7 @@ if [ -z "${_policytype}" ]; then \ fi \ LOCAL_MODIFICATIONS=$(semanage boolean -E) \ if [ ! -f %_file_custom_defined_booleans ]; then \ - echo "# This file is managed by selinux.macros. Do not edit it manually" > %_file_custom_defined_booleans \ + echo "# This file is managed by macros.selinux-policy. Do not edit it manually" > %_file_custom_defined_booleans \ fi \ semanage_import='' \ for boolean in %*; do \