From fb83d55729bc6989a6057c5f58ae37b124268322 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 28 2021 04:20:34 +0000 Subject: import rhel-system-roles-1.7.3-2.el8 --- diff --git a/SPECS/rhel-system-roles.spec b/SPECS/rhel-system-roles.spec index 3ca64ca..e0d9256 100644 --- a/SPECS/rhel-system-roles.spec +++ b/SPECS/rhel-system-roles.spec @@ -22,7 +22,7 @@ Name: linux-system-roles Url: https://github.com/linux-system-roles Summary: Set of interfaces for unified system management Version: 1.7.3 -Release: 1%{?dist} +Release: 2%{?dist} #Group: Development/Libraries License: GPLv3+ and MIT and BSD @@ -284,6 +284,13 @@ for rolename in %{rolenames}; do mv "$dir_from_archive" ${rolename} done +cd %{rolename2}/tests +# this test causes avcs we want to ignore +sed -r -i -e '/hosts: all/a\ + tags:\ + - tests::avc' tests_selinux_disabled.yml +cd ../.. + cd %{rolename5} %patch51 -p1 %patch52 -p1 @@ -616,6 +623,11 @@ fi %endif %changelog +* Thu Aug 26 2021 Rich Megginson - 1.7.3-2 +- selinux - tag tests_selinux_disabled.yml with tests::avc + Resolves rhbz#1996315 (EL9) + Resolves rhbz#1996317 (EL8) + * Thu Aug 26 2021 Rich Megginson - 1.7.3-1 - storage - revert the dm-vdo workaround fix for vdo testing Resolves rhbz#1978488 (EL9)