Compare commits

..

2 Commits

Author SHA1 Message Date
Sergei Petrosian f4ca8e9065 Revert ExcludeArch: i686 due to TFT-2460 2024-02-28 01:09:34 +00:00
Sergei Petrosian c1fd5f4278 Upload sources
Resolves: RHEL-16342
2024-02-22 21:49:09 +01:00
1 changed files with 11 additions and 2 deletions

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