Update to 2.5.2-1
- Use new adutil functionality to enable AES encryption Resolves: RHEL-68490 - Add mssql_tools_versions, mssql_tls_self_sign to allow installing different versions of mssql-tools Resolves: RHEL-68468 - Deprecate mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula Resolves: RHEL-69315
This commit is contained in:
parent
287857e659
commit
f4b630dca8
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
|||||||
/mssql-2.2.3.tar.gz
|
/mssql-2.2.3.tar.gz
|
||||||
/mssql-2.3.1.tar.gz
|
/mssql-2.3.1.tar.gz
|
||||||
/auto-maintenance-8cca913b1e61bff48163296d6ab2921d1d42bd17.tar.gz
|
/auto-maintenance-8cca913b1e61bff48163296d6ab2921d1d42bd17.tar.gz
|
||||||
|
/mssql-2.5.2.tar.gz
|
||||||
|
/auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz
|
||||||
|
@ -14,8 +14,8 @@ BuildRequires: ansible-core >= 2.11.0
|
|||||||
Name: ansible-collection-microsoft-sql
|
Name: ansible-collection-microsoft-sql
|
||||||
Url: https://github.com/linux-system-roles/mssql
|
Url: https://github.com/linux-system-roles/mssql
|
||||||
Summary: The Ansible collection for Microsoft SQL Server management
|
Summary: The Ansible collection for Microsoft SQL Server management
|
||||||
Version: 2.3.1
|
Version: 2.5.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ Requires: rhel-system-roles
|
|||||||
Requires: linux-system-roles
|
Requires: linux-system-roles
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global mainid 8cca913b1e61bff48163296d6ab2921d1d42bd17
|
%global mainid e92f7e4b3a9d09f75c3bfc257705506562083336
|
||||||
# Use either hash or tag for source1id
|
# Use either hash or tag for source1id
|
||||||
# %%global source1id 50edba099ab2c8b25b225fe760cb5a459b320030
|
# %%global source1id 50edba099ab2c8b25b225fe760cb5a459b320030
|
||||||
%global source1id %{version}
|
%global source1id %{version}
|
||||||
@ -321,6 +321,14 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 20 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.5.2-1
|
||||||
|
- Use new adutil functionality to enable AES encryption
|
||||||
|
Resolves: RHEL-68490
|
||||||
|
- Add mssql_tools_versions, mssql_tls_self_sign to allow installing different versions of mssql-tools
|
||||||
|
Resolves: RHEL-68468
|
||||||
|
- Deprecate mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula
|
||||||
|
Resolves: RHEL-69315
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com>
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com>
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (auto-maintenance-8cca913b1e61bff48163296d6ab2921d1d42bd17.tar.gz) = d5cd519c8c195f7bab8e939efd5147742ff8954c8bb6f3ce4901992f0a05267b296eae81138dbce0395dbfa1627603f3ffab0f982a20efc684354813960db6a8
|
SHA512 (auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz) = 7d1b4d0337309f06df5530f2206de687510e4b4fe7b590d7d56d93264cbb0871e93d1f9767a43d580e1c16e78d01c53509a592e3042c5e5a4d8596e940a3d927
|
||||||
SHA512 (mssql-2.3.1.tar.gz) = 5bc44cbb9e934acc560ac0f59d636cde56bfa172f56d91f04c7a0412cd3be11a43e9269c9b7077c195f1090611f5300554b27cb52d6f96b84096bb96bdaf9399
|
SHA512 (mssql-2.5.2.tar.gz) = 7ea9f9a8039d527154492694f1cf8290677fe4ab1219343d0ce5be35024d9a48829ab27f27655cf0177fa109ad0ea46becd8795a8ef7236974de43f71e50d8fd
|
||||||
|
Loading…
Reference in New Issue
Block a user