diff --git a/python-django.spec b/python-django.spec index b9c1c50866f16fe2db34e93830f1dcbfe492508d..2cf9e86e788eba5fa24c1eb2f5f9f1e9384691ba 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