From c95a6f54f67caf983c1cb738c33227fc07e15c83db088dcafb7d8c04f811b723 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Sat, 11 Nov 2023 02:52:03 +0000 Subject: [PATCH] Accepting request 1124794 from home:ecsos:python - Macro %{?sle15_python_module_pythons} must at beginn of spec to fix build error in Leap. OBS-URL: https://build.opensuse.org/request/show/1124794 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=45 --- python-tldextract.changes | 6 ++++++ python-tldextract.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-tldextract.changes b/python-tldextract.changes index 7ef295f..1d73ae1 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 10 07:40:00 UTC 2023 - ecsos + +- Macro %{?sle15_python_module_pythons} must at beginn of spec to + fix build error in Leap. + ------------------------------------------------------------------- Mon Nov 6 23:25:32 UTC 2023 - Mia Herkt diff --git a/python-tldextract.spec b/python-tldextract.spec index 503895f..b24056d 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -17,6 +17,7 @@ %define oldpython python +%{?sle15_python_module_pythons} Name: python-tldextract Version: 5.1.0 Release: 0 @@ -48,7 +49,7 @@ Requires(post): update-alternatives Requires(postun):update-alternatives Obsoletes: %{oldpython}-tldextract <= 2.0.1 BuildArch: noarch -%{?sle15_python_module_pythons} + %python_subpackages %description