import ansible-collection-microsoft-sql-1.3.0-3.el8
This commit is contained in:
parent
c9844f160c
commit
3c2cf299ac
@ -1,2 +1,2 @@
|
|||||||
06bdf4fd47cd57661f657fa4f29ec3031198ba11 SOURCES/auto-maintenance-73800682a3293ef5ab5ed5880329ce792cd34bbf.tar.gz
|
06bdf4fd47cd57661f657fa4f29ec3031198ba11 SOURCES/auto-maintenance-73800682a3293ef5ab5ed5880329ce792cd34bbf.tar.gz
|
||||||
178972d35f088095707890c603410276418b8800 SOURCES/mssql-1.3.0.tar.gz
|
43136931b6fa02984e7e0c30564f8202114ed2bd SOURCES/mssql-1.3.0.tar.gz
|
||||||
|
@ -25,7 +25,7 @@ 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.3.0
|
Version: 1.3.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
@ -76,9 +76,12 @@ Requires: linux-system-roles
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global mainid 73800682a3293ef5ab5ed5880329ce792cd34bbf
|
%global mainid 73800682a3293ef5ab5ed5880329ce792cd34bbf
|
||||||
|
# Use either hash or tag for source1id
|
||||||
|
# %%global source1id 50edba099ab2c8b25b225fe760cb5a459b320030
|
||||||
|
%global source1id %{version}
|
||||||
%global parenturl https://github.com/linux-system-roles
|
%global parenturl https://github.com/linux-system-roles
|
||||||
Source: %{parenturl}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
|
Source: %{parenturl}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
|
||||||
Source1: %{parenturl}/%{rolename}/archive/%{version}/%{rolename}-%{version}.tar.gz
|
Source1: %{parenturl}/%{rolename}/archive/%{source1id}/%{rolename}-%{source1id}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -122,7 +125,7 @@ end
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -a1 -n auto-maintenance-%{mainid}
|
%setup -q -a1 -n auto-maintenance-%{mainid}
|
||||||
|
|
||||||
mv %{rolename}-%{version} %{rolename}
|
mv %{rolename}-%{source1id} %{rolename}
|
||||||
|
|
||||||
# Remove symlinks in tests/roles
|
# Remove symlinks in tests/roles
|
||||||
if [ -d %{rolename}/tests/roles ]; then
|
if [ -d %{rolename}/tests/roles ]; then
|
||||||
@ -347,6 +350,11 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2023 Sergei Petrosian <spetrosi@redhat.com> - 1.3.0-3
|
||||||
|
- Spec: add functionality to build from a commit hash
|
||||||
|
- Use latest 1.3.0 to add flexibility to AD integration functionality
|
||||||
|
Resolves: rhbz#2163696
|
||||||
|
|
||||||
* Thu Feb 16 2023 Sergei Petrosian <spetrosi@redhat.com> - 1.3.0-2
|
* Thu Feb 16 2023 Sergei Petrosian <spetrosi@redhat.com> - 1.3.0-2
|
||||||
- Replace fedora.linux_system_roles/redhat.rhel_system_roles and
|
- Replace fedora.linux_system_roles/redhat.rhel_system_roles and
|
||||||
linux-system-roles.mssql with microsoft.sql.server in the role.
|
linux-system-roles.mssql with microsoft.sql.server in the role.
|
||||||
|
Loading…
Reference in New Issue
Block a user