Update role to version 2.2.1 to enhance running on EL 9

- Support installing SQL Server 2022 on RHEL 9 and running as a
selinux-confined application
  Resolves: RHEL-16342
This commit is contained in:
Sergei Petrosian 2024-01-29 15:01:48 +01:00
parent eec79c3314
commit 82eae05ead
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@ BuildRequires: ansible-core >= 2.11.0
Name: ansible-collection-microsoft-sql
Url: https://github.com/linux-system-roles/mssql
Summary: The Ansible collection for Microsoft SQL Server management
Version: 2.2.0
Version: 2.2.1
Release: 1%{?dist}
License: MIT
@ -333,6 +333,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
%endif
%changelog
* Mon Jan 29 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.1-1
- Update role to version 2.2.1 to enhance running on EL 9
Resolves: RHEL-16342
* Mon Dec 11 2023 Sergei Petrosian <spetrosi@redhat.com> - 2.2.0-1
- Support installing SQL Server 2022 on RHEL 9 and running as a selinux-confined application
Resolves: RHEL-16342