Update to 2.5.2
This commit is contained in:
parent
2c87dcc7b7
commit
daf9afbb08
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@
|
|||||||
/auto-maintenance-eadd06cfa98d244b096cff24cd11b668428b1613.tar.gz
|
/auto-maintenance-eadd06cfa98d244b096cff24cd11b668428b1613.tar.gz
|
||||||
/mssql-2.2.2.tar.gz
|
/mssql-2.2.2.tar.gz
|
||||||
/mssql-2.2.3.tar.gz
|
/mssql-2.2.3.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.2.3
|
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 eadd06cfa98d244b096cff24cd11b668428b1613
|
%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,7 +321,17 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 27 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.3-2
|
* Wed Nov 20 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.5.2-1
|
||||||
|
- Fail on RHEL or CentOS 10 because it's not supported
|
||||||
|
Resolves: RHEL-67804
|
||||||
|
- Use new adutil functionality to enable AES encryption
|
||||||
|
Resolves: RHEL-67807
|
||||||
|
- Add mssql_tools_versions, mssql_tls_self_sign to allow installing different versions of mssql-tools
|
||||||
|
Resolves: RHEL-68374
|
||||||
|
- Deprecate mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula
|
||||||
|
Resolves: RHEL-69311
|
||||||
|
|
||||||
|
* Tue Feb 27 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.3-2
|
||||||
- Revert ExcludeArch: i686 due to TFT-2460
|
- Revert ExcludeArch: i686 due to TFT-2460
|
||||||
Resolves: RHEL-16342
|
Resolves: RHEL-16342
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (auto-maintenance-eadd06cfa98d244b096cff24cd11b668428b1613.tar.gz) = 0e5e45f8d7a05a4fee7916edb5628cdb105bab9f7770bb752fd229d13ea0d586b2938d8de5d60c14b2ff9d28d5f1bca7201b6197abf2af1e223404f0a8742068
|
SHA512 (auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz) = 7d1b4d0337309f06df5530f2206de687510e4b4fe7b590d7d56d93264cbb0871e93d1f9767a43d580e1c16e78d01c53509a592e3042c5e5a4d8596e940a3d927
|
||||||
SHA512 (mssql-2.2.3.tar.gz) = 6a9d17b0ae87d20e79c8c8a64eac5e43aba8f742dcf02d14444fc3c5564bea99ff898c8837b0316b956dba06f304a621008526083c19e7695787be69459fb4fb
|
SHA512 (mssql-2.5.2.tar.gz) = 7ea9f9a8039d527154492694f1cf8290677fe4ab1219343d0ce5be35024d9a48829ab27f27655cf0177fa109ad0ea46becd8795a8ef7236974de43f71e50d8fd
|
||||||
|
Loading…
Reference in New Issue
Block a user