diff --git a/python-django-rest-framework.spec b/python-django-rest-framework.spec index cde61ac049aa1c83c751e1d2a073055f339e089e..138f3fe8f89eefd8274eebfa623a1efa6e8b1303 100644 --- a/python-django-rest-framework.spec +++ b/python-django-rest-framework.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-django-rest-framework Version: 3.13.0 -Release: 2 +Release: 3 Summary: Web APIs for Django. -License: BSD +License: BSD-3-Clause URL: https://github.com/encode/django-rest-framework Source0: https://github.com/encode/django-rest-framework/archive/refs/tags/3.13.0.tar.gz BuildArch: noarch @@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 09 2022 xigaoxinyan - 3.13.0-3 +- License compliance rectification + * Tue Apr 26 2022 liqiuyu - 3.13.0-2 - Add zlib to buildrequires