import selinux-policy-3.14.3-94.el8

This commit is contained in:
CentOS Sources 2022-03-11 22:12:25 +00:00 committed by Stepan Oksanichenko
parent 6b1418ae16
commit d329b24f22
3 changed files with 13 additions and 8 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-642155b.tar.gz
SOURCES/selinux-policy-contrib-0e4a7a0.tar.gz
SOURCES/selinux-policy-ab10edf.tar.gz
SOURCES/selinux-policy-contrib-422a80e.tar.gz

View File

@ -1,3 +1,3 @@
e531ed72bd4055f40cb0152b1f81842c96af37c5 SOURCES/container-selinux.tgz
26b6cee1e1baf47309bfc5055781869abb589a2d SOURCES/selinux-policy-642155b.tar.gz
17a4e399dbf5dd7266a5bf3904aad633e3889351 SOURCES/selinux-policy-contrib-0e4a7a0.tar.gz
5b3ea2de327ac5aea47d9194afddfb80d128cf8a SOURCES/container-selinux.tgz
63370b22c1c8e54e56b2636c09d124754cb0f2d4 SOURCES/selinux-policy-ab10edf.tar.gz
4f96294698bdc5bffec25fdaf138bc99cf17ae55 SOURCES/selinux-policy-contrib-422a80e.tar.gz

View File

@ -1,11 +1,11 @@
# github repo with selinux-policy base sources
%global git0 https://github.com/fedora-selinux/selinux-policy
%global commit0 642155b226a48d3edbdc1a13fb9a9fece74140f7
%global commit0 ab10edf9d09f671f038fbc4446ddc7d8ceb1a266
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# github repo with selinux-policy contrib sources
%global git1 https://github.com/fedora-selinux/selinux-policy-contrib
%global commit1 0e4a7a0e5879fd49a239fb71e000c4967fe98eca
%global commit1 422a80eb3fdf133d1b51b603c574a6da854d6906
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
%define distro redhat
@ -29,7 +29,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.14.3
Release: 93%{?dist}
Release: 94%{?dist}
License: GPLv2+
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@ -717,6 +717,11 @@ exit 0
%endif
%changelog
* Thu Mar 10 2022 Nikola Knazekova nknazeko@redhat.com - 3.14.3-94
- Allow chronyd send a message to sosreport over datagram socket
- Allow systemd-logind dbus chat with sosreport
Resolves: rhbz#1949493
* Thu Feb 24 2022 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-93
- Allow systemd-networkd dbus chat with sosreport
Resolves: rhbz#1949493