From 5a7a3866eed264322188f8e0c75436e9cf25b0b2 Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Tue, 27 Feb 2024 17:00:32 +0100 Subject: [PATCH] Revert ExcludeArch: i686 due to TFT-2460 Revert ExcludeArch: i686 due to TFT-2460 Resolves: RHEL-17080 --- ansible-collection-microsoft-sql.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ansible-collection-microsoft-sql.spec b/ansible-collection-microsoft-sql.spec index c0a9575..98ee341 100644 --- a/ansible-collection-microsoft-sql.spec +++ b/ansible-collection-microsoft-sql.spec @@ -15,7 +15,7 @@ Name: ansible-collection-microsoft-sql Url: https://github.com/linux-system-roles/mssql Summary: The Ansible collection for Microsoft SQL Server management Version: 2.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT @@ -63,7 +63,12 @@ BuildArch: noarch # there is no ansible on i686, so when we get a builder that uses # this arch, the build fails with # No matching package to install: 'ansible-core >= 2.11.0' -ExcludeArch: i686 +# unfortunately, this causes the src rpm build tasks to be reported +# with the arch of the builder :-( which causes problems with internal +# test infrastructure - while we get those issues sorted out, revert +# this change - this means that centpkg builds may fail and may have +# to be retried +# ExcludeArch: i686 # Requirements for galaxy_transform.py BuildRequires: python3 @@ -316,6 +321,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ %endif %changelog +* Thu Feb 27 2024 Sergei Petrosian - 2.2.3-2 +- Revert ExcludeArch: i686 due to TFT-2460 + Resolves: RHEL-17080 + * Thu Feb 22 2024 Sergei Petrosian - 2.2.3-1 - Add support for running SQL Server as a SELinux unconfined application with SELinux in enforcing mode on RHEL 9 Resolves: RHEL-17080