diff --git a/.gitignore b/.gitignore index b702fa2..9f89801 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/container-selinux.tgz -SOURCES/selinux-policy-contrib-9544da1.tar.gz -SOURCES/selinux-policy-f9bc2a9.tar.gz +SOURCES/selinux-policy-4724b04.tar.gz +SOURCES/selinux-policy-contrib-13b4327.tar.gz diff --git a/.selinux-policy.metadata b/.selinux-policy.metadata index 122af65..33b5020 100644 --- a/.selinux-policy.metadata +++ b/.selinux-policy.metadata @@ -1,3 +1,3 @@ -8c39ed1b9fd117b5fa4627d2b9d9c2bedd1cb20c SOURCES/container-selinux.tgz -54a05dd9b48a5650880d0f0e707085fd19a2a0a2 SOURCES/selinux-policy-contrib-9544da1.tar.gz -eadc28cd8759a604e18e4207d0036c1c86d025b8 SOURCES/selinux-policy-f9bc2a9.tar.gz +16ca5bbf84ae31bce9b8e6d105ec9480a4a60586 SOURCES/container-selinux.tgz +e1cfefdcbc50b38ada1b81361fc1b69a9f0a63d7 SOURCES/selinux-policy-4724b04.tar.gz +ca97024528972bf42a08edd5b9aa1ca5bb7c85e5 SOURCES/selinux-policy-contrib-13b4327.tar.gz diff --git a/SPECS/selinux-policy.spec b/SPECS/selinux-policy.spec index b7eeb03..230e6ed 100644 --- a/SPECS/selinux-policy.spec +++ b/SPECS/selinux-policy.spec @@ -1,11 +1,11 @@ # github repo with selinux-policy base sources %global git0 https://github.com/fedora-selinux/selinux-policy -%global commit0 f9bc2a968b1527e2f2edeaa2551d86fd1bf771d7 +%global commit0 4724b0433c74e6bbffe5a09bb6e711bfe579decd %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 9544da116dfcea27acf7dba8b91e9ffe01520eca +%global commit1 13b432763e62dfe0a6ea8eda685581d7f8566fa0 %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: 41%{?dist}.2 +Release: 41%{?dist}.4 License: GPLv2+ Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz @@ -715,6 +715,14 @@ exit 0 %endif %changelog +* Thu May 14 2020 Zdenek Pytela - 3.14.3-41.4 +- Allow gluster geo-replication in rsync mode +Resolves: rhbz#1831109 + +* Mon Apr 27 2020 Zdenek Pytela - 3.14.3-41.3 +- Allow init_t set the nice level of all domains +Resolves: rhbz#1827637 + * Thu Apr 16 2020 Zdenek Pytela - 3.14.3-41.2 - Allow glusterd synchronize between master and slave Resolves: rhbz#1824662