import selinux-policy-3.14.3-54.el8_3.3

This commit is contained in:
CentOS Sources 2021-04-06 09:35:49 -04:00 committed by Andrew Lukoshko
parent ccc3a73eb9
commit 1923aa9cbf
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-748d9ca.tar.gz
SOURCES/selinux-policy-24ad959.tar.gz
SOURCES/selinux-policy-contrib-fd10e7c.tar.gz

View File

@ -1,3 +1,3 @@
9603ede0ef99417496fc807899a52c3de7938302 SOURCES/container-selinux.tgz
458138109d0c157b934d9e29fd20323bede7f525 SOURCES/selinux-policy-748d9ca.tar.gz
3f16b6b87b864677ce8df9f0615dcabd1bcd6ea8 SOURCES/container-selinux.tgz
2b828f00f17181c757fb4ac047ad3b2b6705d856 SOURCES/selinux-policy-24ad959.tar.gz
b3cd1635dfa8d9c1e2a207cad5df4682771d85b6 SOURCES/selinux-policy-contrib-fd10e7c.tar.gz

View File

@ -1,6 +1,6 @@
# github repo with selinux-policy base sources
%global git0 https://github.com/fedora-selinux/selinux-policy
%global commit0 748d9ca44108a85647fa3ce0d2041be22a5f1206
%global commit0 24ad959314c793b7f035584c0769ad2876e95ba7
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# github repo with selinux-policy contrib sources
@ -29,7 +29,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.14.3
Release: 54%{?dist}.2
Release: 54%{?dist}.3
License: GPLv2+
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@ -715,6 +715,10 @@ exit 0
%endif
%changelog
* Mon Mar 15 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-54.3
- Allow systemd the audit_control capability conditionally
Resolves: rhbz#1938216
* Mon Dec 7 19:32:27 CET 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-54.2
- Update systemd-sleep policy
Resolves: rhbz#1890884