From 16582c0563d392e353d81567d81a3f0dc9fb3b90 Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Jun 12 2023 11:24:05 +0000 Subject: Update BuiildRequires to use ansible-core on RHEL > 8.8 Update role to version 1.4.0 to add customizable storage paths --- diff --git a/.gitignore b/.gitignore index facd916..89fa6a9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /mssql-1.2.4.tar.gz /mssql-1.3.0.tar.gz /auto-maintenance-73800682a3293ef5ab5ed5880329ce792cd34bbf.tar.gz +/mssql-1.4.1.tar.gz diff --git a/ansible-collection-microsoft-sql.spec b/ansible-collection-microsoft-sql.spec index 0cef4dd..cad5068 100644 --- a/ansible-collection-microsoft-sql.spec +++ b/ansible-collection-microsoft-sql.spec @@ -1,15 +1,12 @@ -# NOTE: Even though ansible-core is in 8.6, it is only available -# at *runtime*, not at *buildtime* - so we can't have -# ansible-core as a build_dep on RHEL8 -%if 0%{?fedora} || 0%{?rhel} >= 9 -%bcond_without ansible +# NOTE: ansible-core is in rhel-8.6 and newer, but not installable +# in buildroot as it depended on modular Python. +# It has been installable at buildtime in 8.8 and newer. %if 0%{?fedora} BuildRequires: ansible-packaging %else +%if 0%{?rhel} >= 8 BuildRequires: ansible-core >= 2.11.0 %endif -%else -%bcond_with ansible %endif %bcond_with collection_artifact @@ -24,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.3.0 -Release: 4%{?dist} +Version: 1.4.1 +Release: 1%{?dist} License: MIT @@ -336,6 +333,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ %endif %changelog +* Wed May 31 2023 Sergei Petrosian - 1.4.1-1 +- Update BuiildRequires to use ansible-core on RHEL > 8.8 +- Update role to version 1.4.1 to add customizable storage paths + * Tue May 30 2023 Sergei Petrosian - 1.3.0-4 - Move RHEL related code into an include for spec readability diff --git a/sources b/sources index 7ade16e..824cb45 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (auto-maintenance-73800682a3293ef5ab5ed5880329ce792cd34bbf.tar.gz) = 327a9381f7051661cd75742c3c2542d67c0220bdeb9d11bb6c982d7bf053c232d9a192511dc4a90b678bafbbd8e5b08664a8570c62ab652ddf089a98b083b99b -SHA512 (mssql-1.3.0.tar.gz) = 3e3d3de36efa88a6a536a70d599de87b377a0cd0b097d9db719d96eda9a8624497c68468bd03d929b3b3e59314fe003fd998768e3c5bbb4d29c57624b4d05625 +SHA512 (mssql-1.4.1.tar.gz) = ea79e0e7fd25fbdebc547157b12e2c152dae7e876fb5289042b13c53637e92f203f0f2d2fb5750a6f16ea21deba977dde81f7bea3d01dc06b4c54930bc995e11