diff --git a/ansible-collection-microsoft-sql.spec b/ansible-collection-microsoft-sql.spec index db14c2e..0c43f4c 100644 --- a/ansible-collection-microsoft-sql.spec +++ b/ansible-collection-microsoft-sql.spec @@ -195,14 +195,21 @@ popd - Remove all code unrelated to Fedora to siplify the file - Remove bcond_with ansible because Fedora always have ansible - Replace the ansible_build_dep macro with simple ansible-packaging - - Remove %bcond_with html because Fedora always can convert md to html + - Remove %%bcond_with html because Fedora always can convert md to html - Remove conditions related to RHEL - Replace ansible_collection_build_install with biult-in build & install - Remove unrelated to Fedora Provides - Remove all loops because this RPM contains only one role - Remove definition of ansible_collection_files as its part of ansible-packaging - - Use ansible_collection_files in %files section + - Clean up %%files section + - Use ansible_collection_files in %%files section + - Remove duplicated lines and wildcards - Remove defsource - simply define the source for mssql + - Escape macros in comments with a second % + - 's|$RPM_BUILD_ROOT|%%{buildroot}|' for consistency + - Remove getarchivedir for simplicity + - Wrap description by 80 symbols and clarify it + - Remove tests/.fmf dir from the RPM Resolves: rhbz#2126901 * Thu Sep 1 2022 Sergei Petrosian - 1.2.4-1