From dcb4422895348422914d25c328486c6e30ff61dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 29 Mar 2021 15:49:29 +0200 Subject: [PATCH] Escape a macro in an old %changelog entry --- python-rpm-macros.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index e445285..abcab86 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -237,7 +237,7 @@ install -m 644 compileall2.py %{buildroot}%{_rpmconfigdir}/redhat/ - Add %%python_disable_dependency_generator * Wed Dec 05 2018 Miro HronĨok - 3-40 -- Workaround leaking buildroot PATH in %py_byte_compile (#1647212) +- Workaround leaking buildroot PATH in %%py_byte_compile (#1647212) * Thu Nov 01 2018 Petr Viktorin - 3-39 - Move "sleep 1" workaround from py3_build to py2_build (#1644923)