From 505ca6ee150ca11a19580f3fc228a01592daaa6f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 15 Jul 2022 09:25:36 +0200 Subject: [PATCH] spec: clean comments after macros This caused a non-fatal syntax errors on newer systems. --- python-progress.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-progress.spec b/python-progress.spec index 7b35399..4735194 100644 --- a/python-progress.spec +++ b/python-progress.spec @@ -53,7 +53,7 @@ Summary: %summary %{?python_provide:%python_provide python2-%{pypi_name}} %description -n python2-%{pypi_name} %_description -%endif # python2 +%endif %if 0%{with python3} @@ -62,7 +62,7 @@ Summary: Easy to use progress bars %description -n python3-%{pypi_name} Collection of easy to use progress bars and spinners. -%endif # python3 +%endif %prep