From e7158ebbff0bcc147ac39e35ad58e275ccc36b9b Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Mon, 8 Feb 2021 08:47:55 +0000 Subject: [PATCH] Fix python3 package name issue --- python-django.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-django.spec b/python-django.spec index b9c1c50..2cf9e86 100644 --- a/python-django.spec +++ b/python-django.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-django Version: 2.2.3 -Release: 1 +Release: 2 Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design. License: BSD-3-Clause and OFL-1.1 and Apache-2.0 and MIT URL: https://github.com/django/django @@ -19,7 +19,7 @@ A high-level Python Web framework that encourages rapid development and clean, p %package -n python3-Django Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design. -Provides: python-Django +Provides: python-Django, python3-django BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-Django @@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tus Feb 09 2021 wangxiyuan +- Add python3-django for correct package name. Due to backward compatibility, the python3-Django is kept and it should be removed in the future. + * Fri Jan 08 2021 Python_Bot - Package Spec generated -- Gitee