system roles 1.100.1-1.1
Resolves: RHEL-94444 : ansible-core and rhel-system-roles incompatible
(cherry picked from commit 1f11ced3b0)
This commit is contained in:
parent
58a3a9aaa2
commit
dc33941efe
@ -1,7 +1,7 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
[1.100.1] - 2025-05-20
|
||||
[1.100.1] - 2025-05-29
|
||||
----------------------------
|
||||
|
||||
### New Features
|
||||
@ -15,6 +15,7 @@ Changelog
|
||||
### Bug Fixes
|
||||
|
||||
- [docs links should not use rhel-system-roles.github](https://issues.redhat.com/browse/RHEL-85569)
|
||||
- [ansible-core and rhel-system-roles incompatible](https://issues.redhat.com/browse/RHEL-94444)
|
||||
- [ad_integration - Introduced option to skip package installation [rhel-9]](https://issues.redhat.com/browse/RHEL-88314)
|
||||
- [ha_cluster - fix: restart qdevice when its certificates have been regenerated [rhel-9]](https://issues.redhat.com/browse/RHEL-88251)
|
||||
- [ha_cluster - ha_cluster: 404 on removing qnetd certificate on rhel9.4 client vm [rhel-9]](https://issues.redhat.com/browse/RHEL-88241)
|
||||
|
||||
@ -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.100.1
|
||||
Release: 0.1%{?dist}
|
||||
Release: 1.1%{?dist}
|
||||
|
||||
License: GPLv3+ and MIT and BSD and Python
|
||||
%global _pkglicensedir %{_licensedir}/%{name}
|
||||
@ -426,6 +426,10 @@ fi
|
||||
# we vendor-in all of the dependencies on rhel, so remove them
|
||||
rm -f lsr_role2collection/collection_requirements.txt
|
||||
# but leave bindep.txt
|
||||
# rhel 9 requires 2.14.0 - see https://issues.redhat.com/browse/RHEL-94046
|
||||
%if 0%{?rhel} == 9
|
||||
sed 's/^requires_ansible:.*/requires_ansible: ">=2.14.0"/' -i lsr_role2collection/runtime.yml
|
||||
%endif
|
||||
%else
|
||||
./galaxy_transform.py "%{collection_namespace}" "%{collection_name}" "%{collection_version}" \
|
||||
"Linux System Roles Ansible Collection" \
|
||||
@ -691,6 +695,9 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 29 2025 Rich Megginson <rmeggins@redhat.com> - 1.100.1-1.1
|
||||
- Resolves: RHEL-94444 : ansible-core and rhel-system-roles incompatible
|
||||
|
||||
* Tue May 20 2025 Rich Megginson <rmeggins@redhat.com> - 1.100.1-0.1
|
||||
- Resolves: RHEL-61488 : snapshot - add snapshot-manager provider
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user