import ansible-collection-microsoft-sql-1.1.1-1.el8
This commit is contained in:
parent
2cbfdd0153
commit
1d179f5784
@ -1,2 +1,2 @@
|
|||||||
99df2e20aff7ec8c244218a45bbcd3d68b791311 SOURCES/auto-maintenance-cdc706f14614ef5e80bbce8db10beb369e889df9.tar.gz
|
99df2e20aff7ec8c244218a45bbcd3d68b791311 SOURCES/auto-maintenance-cdc706f14614ef5e80bbce8db10beb369e889df9.tar.gz
|
||||||
6fd1a1faa5e3c0108b1cbc7a031b6e3e5dde76e0 SOURCES/mssql-78ea547ef9e23e20015794a1e48c7d6d21229293.tar.gz
|
faebfa1338e5f0301a87d60317e46c54739465d4 SOURCES/mssql-687c82fa4f28edf8387d59e3c7b21f273636ac66.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/auto-maintenance-cdc706f14614ef5e80bbce8db10beb369e889df9.tar.gz
|
SOURCES/auto-maintenance-cdc706f14614ef5e80bbce8db10beb369e889df9.tar.gz
|
||||||
SOURCES/mssql-78ea547ef9e23e20015794a1e48c7d6d21229293.tar.gz
|
SOURCES/mssql-687c82fa4f28edf8387d59e3c7b21f273636ac66.tar.gz
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
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: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
#Group: Development/Libraries
|
#Group: Development/Libraries
|
||||||
@ -84,7 +84,7 @@ BuildRequires: ansible >= 2.9.10
|
|||||||
%%global collection_rolenames %%{?collection_rolenames} [%{rolename%{1}}]="%{collection_rolename%{1}}"
|
%%global collection_rolenames %%{?collection_rolenames} [%{rolename%{1}}]="%{collection_rolename%{1}}"
|
||||||
}
|
}
|
||||||
|
|
||||||
%defcommit 1 78ea547ef9e23e20015794a1e48c7d6d21229293
|
%defcommit 1 687c82fa4f28edf8387d59e3c7b21f273636ac66
|
||||||
%global rolename1 mssql
|
%global rolename1 mssql
|
||||||
%global target_rolename1 sql-server
|
%global target_rolename1 sql-server
|
||||||
%global collection_rolename1 server
|
%global collection_rolename1 server
|
||||||
@ -109,7 +109,7 @@ BuildRequires: highlight
|
|||||||
# Requirements for galaxy_transform.py
|
# Requirements for galaxy_transform.py
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||||
BuildRequires: python3dist(ruamel.yaml)
|
BuildRequires: %{py3_dist ruamel.yaml}
|
||||||
%else
|
%else
|
||||||
BuildRequires: python3-ruamel-yaml
|
BuildRequires: python3-ruamel-yaml
|
||||||
%endif
|
%endif
|
||||||
@ -385,6 +385,17 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 17 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.1.1-1
|
||||||
|
- Insert the "Ansible managed" comment to the /var/opt/mssql/mssql.conf file
|
||||||
|
Resolves rhbz#2057651 (EL8)
|
||||||
|
Resolves rhbz#2064690 (EL9)
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jul 21 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.1.0-1
|
* Wed Jul 21 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.1.0-1
|
||||||
- Add support for Microsoft SQL Server 2017
|
- Add support for Microsoft SQL Server 2017
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user