system roles 1.94.1-0.2
Resolves: RHEL-67244 : aide - New role aide to manage system integrity checking not really related to aide - new community.general collection rhsm_repository.py module now has line lengths > 164 which causes ansible-lint errors due to vendoring fixed - skip pep8 checking
This commit is contained in:
parent
ffde7ed4fc
commit
5ff2ce9f46
@ -24,7 +24,7 @@ Name: linux-system-roles
|
||||
Url: https://github.com/linux-system-roles
|
||||
Summary: Set of interfaces for unified system management
|
||||
Version: 1.94.1
|
||||
Release: 0.1%{?dist}
|
||||
Release: 0.2%{?dist}
|
||||
|
||||
License: GPLv3+ and MIT and BSD and Python
|
||||
%global _pkglicensedir %{_licensedir}/%{name}
|
||||
@ -691,6 +691,12 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 09 2025 Rich Megginson <rmeggins@redhat.com> - 1.94.1-0.2
|
||||
- Resolves: RHEL-67244 : aide - New role aide to manage system integrity checking
|
||||
- not really related to aide - new community.general collection rhsm_repository.py
|
||||
- module now has line lengths > 164 which causes ansible-lint errors due to vendoring
|
||||
- fixed - skip pep8 checking
|
||||
|
||||
* Thu Jan 09 2025 Rich Megginson <rmeggins@redhat.com> - 1.94.1-0.1
|
||||
- Resolves: RHEL-67244 : aide - New role aide to manage system integrity checking
|
||||
- this adds cron support for aide
|
||||
|
@ -132,6 +132,7 @@ for rolename in %{rolenames}; do
|
||||
done
|
||||
|
||||
# add ansible-test ignores needed due to vendoring
|
||||
# vendoring makes rhsm_repository.py lines too long :-(
|
||||
for ansible_ver in 2.14 2.15 2.16; do
|
||||
ignore_file="podman/.sanity-ansible-ignore-${ansible_ver}.txt"
|
||||
cat >> "$ignore_file" <<EOF
|
||||
@ -140,6 +141,7 @@ plugins/module_utils/podman_lsr/podman/quadlet.py import-2.7!skip
|
||||
plugins/modules/podman_image.py compile-2.7!skip
|
||||
plugins/modules/podman_image.py import-2.7!skip
|
||||
plugins/modules/podman_play.py import-2.7!skip
|
||||
plugins/modules/rhsm_repository.py pep8!skip
|
||||
EOF
|
||||
done
|
||||
# these platforms still use python 3.5
|
||||
|
Loading…
Reference in New Issue
Block a user