Revert ExcludeArch: i686 due to TFT-2460

This commit is contained in:
Sergei Petrosian 2024-02-27 17:02:40 +01:00 committed by root
parent c1fd5f4278
commit f4ca8e9065
2 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1 @@
b0ee52fd3c4f8d57f2414bee6b1a944f9002b13f auto-maintenance-eadd06cfa98d244b096cff24cd11b668428b1613.tar.gz

View File

@ -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 <spetrosi@redhat.com> - 2.2.3-2
- Revert ExcludeArch: i686 due to TFT-2460
Resolves: RHEL-16342
* Thu Feb 22 2024 Sergei Petrosian <spetrosi@redhat.com> - 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