diff --git a/.gitignore b/.gitignore index 8c4174a..277a4e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/container-selinux.tgz +SOURCES/selinux-policy-748d9ca.tar.gz SOURCES/selinux-policy-contrib-fd10e7c.tar.gz -SOURCES/selinux-policy-db25c0e.tar.gz diff --git a/.selinux-policy.metadata b/.selinux-policy.metadata index f9fba18..7f3bfd6 100644 --- a/.selinux-policy.metadata +++ b/.selinux-policy.metadata @@ -1,3 +1,3 @@ -96c4e7788edd3c312cf691480a58bb403d0a13ef SOURCES/container-selinux.tgz +9603ede0ef99417496fc807899a52c3de7938302 SOURCES/container-selinux.tgz +458138109d0c157b934d9e29fd20323bede7f525 SOURCES/selinux-policy-748d9ca.tar.gz b3cd1635dfa8d9c1e2a207cad5df4682771d85b6 SOURCES/selinux-policy-contrib-fd10e7c.tar.gz -4ddf11da780b6eaa124536869c85baec229640c1 SOURCES/selinux-policy-db25c0e.tar.gz diff --git a/SPECS/selinux-policy.spec b/SPECS/selinux-policy.spec index 59e5256..4c65c3b 100644 --- a/SPECS/selinux-policy.spec +++ b/SPECS/selinux-policy.spec @@ -1,6 +1,6 @@ # github repo with selinux-policy base sources %global git0 https://github.com/fedora-selinux/selinux-policy -%global commit0 db25c0eff1c59aff96dd7d14e5d3043dae2aee9e +%global commit0 748d9ca44108a85647fa3ce0d2041be22a5f1206 %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} +Release: 54%{?dist}.2 License: GPLv2+ Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz @@ -715,6 +715,16 @@ exit 0 %endif %changelog +* Mon Dec 7 19:32:27 CET 2020 Zdenek Pytela - 3.14.3-54.2 +- Update systemd-sleep policy +Resolves: rhbz#1890884 + +* Tue Oct 27 2020 Zdenek Pytela - 3.14.3-54.1 +- Add fstools_rw_swap_files() interface +Resolves: rhbz#1890884 +- Confine systemd-sleep service +Resolves: rhbz#1890884 + * Thu Sep 17 2020 Zdenek Pytela - 3.14.3-54 - Allow plymouth sys_chroot capability Resolves: rhbz#1869814