From bfeb92d7ad9f644c7afd47fdafc5da4d4156850c Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 8 Nov 2022 20:11:38 -0600 Subject: [PATCH] Escape macro in comment --- ansible-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-core.spec b/ansible-core.spec index 7c099b6..7e03a9e 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -203,7 +203,7 @@ cp examples/ansible.cfg %{buildroot}/etc/ansible/ mkdir -p %{buildroot}/%{_mandir}/man1 cp -v docs/man/man1/*.1 %{buildroot}/%{_mandir}/man1/ -# These files are needed for the unit tests, so we don't remove them in %prep +# These files are needed for the unit tests, so we don't remove them in %%prep find %{buildroot}/%{python3_sitelib} -name .travis.yml -type f -delete