Revert ExcludeArch: i686 due to TFT-2460
Revert ExcludeArch: i686 due to TFT-2460 Resolves: RHEL-17080
This commit is contained in:
parent
4fa0ba55a0
commit
5a7a3866ee
@ -15,7 +15,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: 2.2.3
|
Version: 2.2.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
@ -63,7 +63,12 @@ BuildArch: noarch
|
|||||||
# there is no ansible on i686, so when we get a builder that uses
|
# there is no ansible on i686, so when we get a builder that uses
|
||||||
# this arch, the build fails with
|
# this arch, the build fails with
|
||||||
# No matching package to install: 'ansible-core >= 2.11.0'
|
# 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
|
# Requirements for galaxy_transform.py
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
@ -316,6 +321,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 27 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.3-2
|
||||||
|
- Revert ExcludeArch: i686 due to TFT-2460
|
||||||
|
Resolves: RHEL-17080
|
||||||
|
|
||||||
* Thu Feb 22 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.3-1
|
* 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
|
- Add support for running SQL Server as a SELinux unconfined application with SELinux in enforcing mode on RHEL 9
|
||||||
Resolves: RHEL-17080
|
Resolves: RHEL-17080
|
||||||
|
Loading…
Reference in New Issue
Block a user