From f4ca8e906558f98e1676ed0fcad0a752f4571c1a Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Tue, 27 Feb 2024 17:02:40 +0100 Subject: [PATCH] Revert ExcludeArch: i686 due to TFT-2460 --- .ansible-collection-microsoft-sql.metadata | 1 + ansible-collection-microsoft-sql.spec | 13 +++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .ansible-collection-microsoft-sql.metadata diff --git a/.ansible-collection-microsoft-sql.metadata b/.ansible-collection-microsoft-sql.metadata new file mode 100644 index 0000000..2b11483 --- /dev/null +++ b/.ansible-collection-microsoft-sql.metadata @@ -0,0 +1 @@ +b0ee52fd3c4f8d57f2414bee6b1a944f9002b13f auto-maintenance-eadd06cfa98d244b096cff24cd11b668428b1613.tar.gz diff --git a/ansible-collection-microsoft-sql.spec b/ansible-collection-microsoft-sql.spec index e7e6fd6..3b3f2b5 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-16342 + * 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-16342