From d9a2e464d8ccaf95a4f09a241e3d4bddd239ca53 Mon Sep 17 00:00:00 2001 From: HuaxinLuGitee <1539327763@qq.com> Date: Sun, 14 Mar 2021 00:58:56 +0800 Subject: [PATCH] fix rpm macros --- rpm.macros | 1 - selinux-policy.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rpm.macros b/rpm.macros index db36da3..9da4c61 100644 --- a/rpm.macros +++ b/rpm.macros @@ -39,7 +39,6 @@ Requires(post): selinux-policy-base >= %{_selinux_policy_version} \ Requires(post): libselinux-utils \ Requires(post): policycoreutils \ Requires(post): policycoreutils-python-utils \ -%endif \ %{nil} # %selinux_modules_install [-s ] [-p ] module [module]... diff --git a/selinux-policy.spec b/selinux-policy.spec index f5766fc..39e89b0 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -12,7 +12,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.14.2 -Release: 66 +Release: 67 License: GPLv2+ URL: https://github.com/fedora-selinux/selinux-policy/ @@ -734,6 +734,9 @@ exit 0 %endif %changelog +* Sat Mar 13 2021 luhuaxin <1539327763@qq.com> - 3.14.2-67 +- fix rpm macros + * Fri Mar 5 2021 luhuaxin <1539327763@qq.com> - 3.14.2-66 - selinux_requires macro shouldn't depend on policycoreutils-python - add avc for allowing systemd services to check selinux status -- Gitee