From 63f6f81ac1d377fad4525350584e0240f471fee5 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 29 Nov 2024 09:40:10 +0300 Subject: [PATCH] import ansible-collection-microsoft-sql-2.5.2-1.el10 --- .ansible-collection-microsoft-sql.metadata | 4 ++-- .gitignore | 4 ++-- SPECS/ansible-collection-microsoft-sql.spec | 16 ++++++++++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.ansible-collection-microsoft-sql.metadata b/.ansible-collection-microsoft-sql.metadata index 7f36bec..8fc7bf1 100644 --- a/.ansible-collection-microsoft-sql.metadata +++ b/.ansible-collection-microsoft-sql.metadata @@ -1,2 +1,2 @@ -99d878f540c878e94023f3854d1e8d4692fa9aba SOURCES/auto-maintenance-8cca913b1e61bff48163296d6ab2921d1d42bd17.tar.gz -ad5a2972be959c5faff9dee0523b448f364de688 SOURCES/mssql-2.3.1.tar.gz +6102040190e8d6aaf89d24348e1e030ea944ec4a SOURCES/auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz +f1c485bf296f1cb960287f9b2fadfb11565db471 SOURCES/mssql-2.5.2.tar.gz diff --git a/.gitignore b/.gitignore index 52f2b42..84cce39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/auto-maintenance-8cca913b1e61bff48163296d6ab2921d1d42bd17.tar.gz -SOURCES/mssql-2.3.1.tar.gz +SOURCES/auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz +SOURCES/mssql-2.5.2.tar.gz diff --git a/SPECS/ansible-collection-microsoft-sql.spec b/SPECS/ansible-collection-microsoft-sql.spec index 2a0b71d..5e4755f 100644 --- a/SPECS/ansible-collection-microsoft-sql.spec +++ b/SPECS/ansible-collection-microsoft-sql.spec @@ -14,7 +14,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.3.1 +Version: 2.5.2 Release: 1%{?dist} License: MIT @@ -47,7 +47,7 @@ Requires: rhel-system-roles Requires: linux-system-roles %endif -%global mainid 8cca913b1e61bff48163296d6ab2921d1d42bd17 +%global mainid e92f7e4b3a9d09f75c3bfc257705506562083336 # Use either hash or tag for source1id # %%global source1id 50edba099ab2c8b25b225fe760cb5a459b320030 %global source1id %{version} @@ -321,6 +321,18 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ %endif %changelog +* Wed Nov 20 2024 Sergei Petrosian - 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 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Oct 25 2024 MSVSphere Packaging Team - 2.3.1-1 - Rebuilt for MSVSphere 10