system roles 1.88.7-0.2

Resolves: RHEL-57100 : podman - fails to configure and run containers with podman rootless using different username and groupname
fapolicyd - fix method used to read from journald to determine when daemon is listening
storage - fix tests to use blkid instead of lsblk to get partition table
storage - skip stratis tests on el8
logging - tests_combination.yml needs fact gathering
same as 1.88.7-0.1 but needed to bump N-V-R and rebuild for exception
This commit is contained in:
Rich Megginson 2024-09-04 12:16:30 -06:00
parent e16b9d4586
commit 9748536c79

View File

@ -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.88.7
Release: 0.1%{?dist}
Release: 0.2%{?dist}
License: GPLv3+ and MIT and BSD and Python
%global _pkglicensedir %{_licensedir}/%{name}
@ -687,6 +687,14 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
%endif
%changelog
* Wed Sep 4 2024 Rich Megginson <rmeggins@redhat.com> - 1.88.7-0.2
- Resolves: RHEL-57100 : podman - fails to configure and run containers with podman rootless using different username and groupname
- fapolicyd - fix method used to read from journald to determine when daemon is listening
- storage - fix tests to use blkid instead of lsblk to get partition table
- storage - skip stratis tests on el8
- logging - tests_combination.yml needs fact gathering
- same as 1.88.7-0.1 but needed to bump N-V-R and rebuild for exception
* Wed Sep 4 2024 Rich Megginson <rmeggins@redhat.com> - 1.88.7-0.1
- Resolves: RHEL-57100 : podman - fails to configure and run containers with podman rootless using different username and groupname
- fapolicyd - fix method used to read from journald to determine when daemon is listening