From 5770ad1fd95e7f788770e7e8929b4d5affdbf78f Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Mon, 9 May 2022 18:59:17 +0800 Subject: [PATCH] License compliance rectification --- python-django-tastypie.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-django-tastypie.spec b/python-django-tastypie.spec index e59d2d4..a3e7256 100644 --- a/python-django-tastypie.spec +++ b/python-django-tastypie.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-django-tastypie Version: 0.14.3 -Release: 2 +Release: 3 Summary: A flexible & capable API layer for Django. -License: BSD +License: BSD-3-Clause URL: https://github.com/django-tastypie/django-tastypie Source0: https://files.pythonhosted.org/packages/74/5d/a50049518dff7cc1e3da43ab8bb2c22b6bf5c13339cf7c1791c04327ca1a/django-tastypie-0.14.3.tar.gz BuildArch: noarch @@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 09 2022 xigaoxinyan - 0.14.3-3 +- License compliance rectification + * Tue Apr 26 2022 liqiuyu - 0.14.3-2 - Add zlib to buildrequires -- Gitee