From 9b402d24c13b47e474fce167c12756a328b271f4 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Mon, 9 May 2022 17:28:15 +0800 Subject: [PATCH] License compliance rectification --- python-django-rest-framework.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-django-rest-framework.spec b/python-django-rest-framework.spec index cde61ac..138f3fe 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 -- Gitee