Update role to version 2.0.0 to enhance AD integration
This commit is contained in:
parent
7d51b2f74c
commit
5fcefbfa33
3 changed files with 11 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@
|
|||
/mssql-1.3.0.tar.gz
|
||||
/auto-maintenance-73800682a3293ef5ab5ed5880329ce792cd34bbf.tar.gz
|
||||
/mssql-1.4.1.tar.gz
|
||||
/mssql-2.0.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ 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: 1.4.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: MIT
|
||||
|
||||
|
|
@ -333,6 +333,13 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2023 Sergei Petrosian <spetrosi@redhat.com> - 2.0.0-1
|
||||
- Update role to version 2.0.0 to enhance AD integration
|
||||
Resolves: RHEL-877
|
||||
Resolves: RHEL-878
|
||||
Resolves: RHEL-879
|
||||
Resolves: RHEL-880
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org>
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (auto-maintenance-73800682a3293ef5ab5ed5880329ce792cd34bbf.tar.gz) = 327a9381f7051661cd75742c3c2542d67c0220bdeb9d11bb6c982d7bf053c232d9a192511dc4a90b678bafbbd8e5b08664a8570c62ab652ddf089a98b083b99b
|
||||
SHA512 (mssql-1.4.1.tar.gz) = ea79e0e7fd25fbdebc547157b12e2c152dae7e876fb5289042b13c53637e92f203f0f2d2fb5750a6f16ea21deba977dde81f7bea3d01dc06b4c54930bc995e11
|
||||
SHA512 (mssql-2.0.0.tar.gz) = b857afae03377ff1861ec5c16ae13ad32a19831f0a22fa540486f0a665dfa7da80bde85b853693dd4f8c65439908cc762b6b8432f5e33250aa2244b0576573f3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue