update spec file

This commit is contained in:
卢华歆 2021-03-05 10:13:52 +08:00 committed by Gitee
parent f501d86716
commit ec8e4ca78a

View File

@ -12,7 +12,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.14.2
Release: 65
Release: 66
License: GPLv2+
URL: https://github.com/fedora-selinux/selinux-policy/
@ -67,6 +67,8 @@ Patch14: add_userman_access_run_dir.patch
Patch15: add-allow-systemd-timedated-to-unlink-etc-link.patch
Patch16: add-avc-for-openEuler-1.patch
Patch17: add-firewalld-fc.patch
Patch18: backport-systemd-allow-all-systemd-services-to-check-selinux-.patch
Patch19: backport-Allow-dovecot-bind-to-smtp-ports.patch
BuildArch: noarch
BuildRequires: python3 gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-devel >= %{POLICYCOREUTILSVER} bzip2 gcc
@ -733,6 +735,11 @@ exit 0
%endif
%changelog
* 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
- add avc for allowing dovecot to bind smtp port
* Tue Dec 23 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.14.2-65
- add add-firewalld-fc.patch