import rhel-system-roles-1.21.2-1.el8_8
This commit is contained in:
parent
bfd57292a0
commit
0afba46f9c
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,7 +19,7 @@ SOURCES/nbde_server-1.3.3.tar.gz
|
|||||||
SOURCES/network-1.11.2.tar.gz
|
SOURCES/network-1.11.2.tar.gz
|
||||||
SOURCES/podman-1.1.2.tar.gz
|
SOURCES/podman-1.1.2.tar.gz
|
||||||
SOURCES/postfix-1.3.3.tar.gz
|
SOURCES/postfix-1.3.3.tar.gz
|
||||||
SOURCES/rhc-1.1.1.tar.gz
|
SOURCES/rhc-1.1.3.tar.gz
|
||||||
SOURCES/selinux-1.5.6.tar.gz
|
SOURCES/selinux-1.5.6.tar.gz
|
||||||
SOURCES/ssh-1.1.12.tar.gz
|
SOURCES/ssh-1.1.12.tar.gz
|
||||||
SOURCES/storage-1.9.6.tar.gz
|
SOURCES/storage-1.9.6.tar.gz
|
||||||
|
@ -19,7 +19,7 @@ cf27267d3d54f1537ddda89f6d4db7abbe55b357 SOURCES/nbde_client-1.2.10.tar.gz
|
|||||||
857b1c3ea5a1a48dc964fb5c139861ba01c9e732 SOURCES/network-1.11.2.tar.gz
|
857b1c3ea5a1a48dc964fb5c139861ba01c9e732 SOURCES/network-1.11.2.tar.gz
|
||||||
fe48a68775bcb87daf3f62ab58a1998ffaa4e6be SOURCES/podman-1.1.2.tar.gz
|
fe48a68775bcb87daf3f62ab58a1998ffaa4e6be SOURCES/podman-1.1.2.tar.gz
|
||||||
9244301089661fecca31dfee431b32d4876063be SOURCES/postfix-1.3.3.tar.gz
|
9244301089661fecca31dfee431b32d4876063be SOURCES/postfix-1.3.3.tar.gz
|
||||||
d96fbd17bc40b40787cc77be61499ea1b15e07fd SOURCES/rhc-1.1.1.tar.gz
|
2340277be032405d0ed2be00ff3971837180c5cb SOURCES/rhc-1.1.3.tar.gz
|
||||||
bac983e0dcc5041a4c7d4d25849ed31aaf462df7 SOURCES/selinux-1.5.6.tar.gz
|
bac983e0dcc5041a4c7d4d25849ed31aaf462df7 SOURCES/selinux-1.5.6.tar.gz
|
||||||
1bb35bc413249ce3209e471687afd60e0e25dddb SOURCES/ssh-1.1.12.tar.gz
|
1bb35bc413249ce3209e471687afd60e0e25dddb SOURCES/ssh-1.1.12.tar.gz
|
||||||
0eea1b45136cb807740fa12435b02eccdb35a7ac SOURCES/storage-1.9.6.tar.gz
|
0eea1b45136cb807740fa12435b02eccdb35a7ac SOURCES/storage-1.9.6.tar.gz
|
||||||
|
@ -1,6 +1,18 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
[1.21.2] - 2023-06-12
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
- none
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- [rhc - activation key registration fails if system is already registered](https://bugzilla.redhat.com/show_bug.cgi?id=2214283)
|
||||||
|
- [rhc - system role does not apply Insights tags](https://bugzilla.redhat.com/show_bug.cgi?id=2214287)
|
||||||
|
|
||||||
[1.21.1] - 2023-03-16
|
[1.21.1] - 2023-03-16
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Name: linux-system-roles
|
|||||||
%endif
|
%endif
|
||||||
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.21.1
|
Version: 1.21.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+ and MIT and BSD and Python
|
License: GPLv3+ and MIT and BSD and Python
|
||||||
@ -180,7 +180,7 @@ Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar
|
|||||||
%deftag 22 1.0.2
|
%deftag 22 1.0.2
|
||||||
|
|
||||||
%global rolename23 rhc
|
%global rolename23 rhc
|
||||||
%deftag 23 1.1.1
|
%deftag 23 1.1.3
|
||||||
|
|
||||||
%global rolename24 journald
|
%global rolename24 journald
|
||||||
%deftag 24 1.0.0
|
%deftag 24 1.0.0
|
||||||
@ -753,6 +753,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2023 Rich Megginson <rmeggins@redhat.com> - 1.21.2-1
|
||||||
|
- Resolves:rhbz#2214283 : rhc - activation key registration fails if system is already registered
|
||||||
|
- Resolves:rhbz#2214287 : rhc - system role does not apply Insights tags
|
||||||
|
|
||||||
* Thu Mar 16 2023 Rich Megginson <rmeggins@redhat.com> - 1.21.1-1
|
* Thu Mar 16 2023 Rich Megginson <rmeggins@redhat.com> - 1.21.1-1
|
||||||
- Resolves:rhbz#2144877 : rhc - new role for subscription management/registration/insights
|
- Resolves:rhbz#2144877 : rhc - new role for subscription management/registration/insights
|
||||||
- includes the fix for tests_proxy.yml selinux and some test refactoring
|
- includes the fix for tests_proxy.yml selinux and some test refactoring
|
||||||
|
Loading…
Reference in New Issue
Block a user