diff --git a/python-debian.changes b/python-debian.changes index 108966c..4c870af 100644 --- a/python-debian.changes +++ b/python-debian.changes @@ -2,6 +2,7 @@ Mon Jul 4 13:49:00 UTC 2022 - Matej Cepl - Fix Homepage +- Rename package according to the Python packaging guidelines. ------------------------------------------------------------------- Mon Jun 27 11:39:36 UTC 2022 - Julio González Gil diff --git a/python-debian.spec b/python-debian.spec index 6837eb5..c87cb92 100644 --- a/python-debian.spec +++ b/python-debian.spec @@ -1,5 +1,5 @@ # -# spec file for package python-debian +# spec file for package python-python-debian # # Copyright (c) 2022 SUSE LLC # Copyright (c) 2017 Free Software Foundation Europe e.V. @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -Name: python-debian +Name: python-python-debian Version: 0.1.44 Release: 0 Summary: Debian package related modules @@ -33,6 +33,8 @@ Requires: python-chardet Requires: python-six Requires: zstd BuildArch: noarch +Provides: python-debian = %{version}-%{release} +Obsoletes: python-debian < %{version}-%{release} %python_subpackages %description