import rhel-system-roles-1.7.3-2.el8
This commit is contained in:
parent
c4c21f25e0
commit
a3ec6c3f2c
@ -22,7 +22,7 @@ Name: linux-system-roles
|
|||||||
Url: https://github.com/linux-system-roles
|
Url: https://github.com/linux-system-roles
|
||||||
Summary: Set of interfaces for unified system management
|
Summary: Set of interfaces for unified system management
|
||||||
Version: 1.7.3
|
Version: 1.7.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
#Group: Development/Libraries
|
#Group: Development/Libraries
|
||||||
License: GPLv3+ and MIT and BSD
|
License: GPLv3+ and MIT and BSD
|
||||||
@ -284,6 +284,13 @@ for rolename in %{rolenames}; do
|
|||||||
mv "$dir_from_archive" ${rolename}
|
mv "$dir_from_archive" ${rolename}
|
||||||
done
|
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}
|
cd %{rolename5}
|
||||||
%patch51 -p1
|
%patch51 -p1
|
||||||
%patch52 -p1
|
%patch52 -p1
|
||||||
@ -616,6 +623,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 26 2021 Rich Megginson <rmeggins@redhat.com> - 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 <rmeggins@redhat.com> - 1.7.3-1
|
* Thu Aug 26 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.3-1
|
||||||
- storage - revert the dm-vdo workaround fix for vdo testing
|
- storage - revert the dm-vdo workaround fix for vdo testing
|
||||||
Resolves rhbz#1978488 (EL9)
|
Resolves rhbz#1978488 (EL9)
|
||||||
|
Loading…
Reference in New Issue
Block a user