From b8a6d0f5aa4edf3a3c3c52ed97a2324aa49b5dec Mon Sep 17 00:00:00 2001 From: lixiao Date: Fri, 23 Dec 2022 09:04:51 +0000 Subject: [PATCH] add weak dep of selinux-policy-targeted Signed-off-by: lixiao --- selinux-policy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index 3a03d0b..952ba9b 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: 77 +Release: 78 License: GPLv2+ URL: https://github.com/fedora-selinux/selinux-policy/ @@ -120,6 +120,7 @@ BuildRequires: python3 gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER} Requires(post): /bin/awk /usr/bin/sha512sum Requires: rpm-plugin-selinux +Suggests: selinux-policy-targeted %description SELinux Base package for SELinux Reference Policy - modular. @@ -779,6 +780,9 @@ exit 0 %endif %changelog +* Fri Dec 23 2022 lixiao - 3.14.2-78 +- add weak dep of selinux-policy-targeted + * Sat Jun 25 2022 luhuaxin - 3.14.2-77 - allow httpd create files in /etc/httpd -- Gitee