We have determined that this package uses the Ansible Collection macros from ansible-packaging but does not directly BuildRequire it. These macros used to be part of ansible 2.9 and ansible-core before they were split out. In order to ease this transition, we implemented a compatibility layer to pull in ansible-packaging along with ansible 2.9 or ansible-core. We will be removing this compatibility layer in the coming weeks; packages must be amended to directly depend on ansible-packaging. Please replace any build requirement on ansible or ansible-core with a single `BuildRequires: ansible-packaging` line. This change should be made in distgit as soon as possible; rebuilding the package after making this change is not necessary. Please close this bug after the necessary change has been pushed to all active distgit branches. Thank you for your cooperation!
The %ansible_collection_build_install macro defined in this package is also problematic. Building should occur in %build and installation should occur in %install. Please use %ansible_collection_build and %ansible_collection_install in the appropriate places.
(In reply to Maxwell G from comment #1) > The %ansible_collection_build_install macro defined in this package is also > problematic. Building should occur in %build and installation should occur > in %install. Please use %ansible_collection_build and > %ansible_collection_install in the appropriate places. I meant to leave this comment in https://bugzilla.redhat.com/show_bug.cgi?id=2126901. I'm sorry about that.
This bug appears to have been reported against 'rawhide' during the Fedora Linux 38 development cycle. Changing version to 38.
This has been fixed, see https://src.fedoraproject.org/rpms/ansible-collection-microsoft-sql/blob/rawhide/f/ansible-collection-microsoft-sql.spec#_7 Thank you