From 8aaa5524f2539bb4c8502ef40c9b361f177f3e3a8a7a48bd1ec98528a9120c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 10 Jul 2020 10:09:11 +0000 Subject: [PATCH] - Remove release requirement on libpython, it is not really needed to be equal as the abi changes with versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=12 --- python38.changes | 6 ++++++ python38.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python38.changes b/python38.changes index 4f19e2b..c61153e 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 10 10:08:48 UTC 2020 - Tomáš Chvátal + +- Remove release requirement on libpython, it is not really needed + to be equal as the abi changes with versions + ------------------------------------------------------------------- Fri Jul 10 10:07:50 UTC 2020 - Tomáš Chvátal diff --git a/python38.spec b/python38.spec index 5133919..ccc3a6d 100644 --- a/python38.spec +++ b/python38.spec @@ -290,7 +290,7 @@ Python, and Macintosh Module Reference in format for devhelp. %package -n %{python_pkg_name}-base Summary: Python 3 Interpreter and Stdlib Core -Requires: libpython%{so_version} = %{version}-%{release} +Requires: libpython%{so_version} = %{version} Requires: python-rpm-macros Recommends: %{python_pkg_name} = %{version} #Recommends: python3-ensurepip