From 89103411fec6e673eb8fdd1843b082b5d1abdc1bac8e36314e9411e31c7ee698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 14:55:24 +0000 Subject: [PATCH] - Conflict with python2-cx_Freeze as we are no longer update-alternatives set up package but provide only py3 variant OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=7 --- python-cx_Freeze.changes | 6 ++++++ python-cx_Freeze.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/python-cx_Freeze.changes b/python-cx_Freeze.changes index 02ac507..fe89bcd 100644 --- a/python-cx_Freeze.changes +++ b/python-cx_Freeze.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 14:55:04 UTC 2019 - Tomáš Chvátal + +- Conflict with python2-cx_Freeze as we are no longer update-alternatives + set up package but provide only py3 variant + ------------------------------------------------------------------- Fri Sep 13 13:27:50 UTC 2019 - Jan Engelhardt diff --git a/python-cx_Freeze.spec b/python-cx_Freeze.spec index 79219ae..c295e5d 100644 --- a/python-cx_Freeze.spec +++ b/python-cx_Freeze.spec @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define oldpython python Name: python-cx_Freeze Version: 6.0 Release: 0 @@ -36,6 +37,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: chrpath BuildRequires: fdupes BuildRequires: python-rpm-macros +# we provide same binary like the deprecated py2 variant +Conflicts: %{oldpython}-cx_Freeze %python_subpackages %description