From 1ac2bb612112ba61ff3471df677ff4ca21fa98b3 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Tue, 10 May 2022 18:43:23 +0800 Subject: [PATCH] License compliance rectification --- python-geojson.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-geojson.spec b/python-geojson.spec index 56f3352..cffe8de 100644 --- a/python-geojson.spec +++ b/python-geojson.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-geojson Version: 2.5.0 -Release: 1 +Release: 2 Summary: Python bindings and utilities for GeoJSON -License: BSD +License: BSD-3-Clause URL: https://github.com/jazzband/geojson Source0: https://files.pythonhosted.org/packages/b6/8d/c42d3fe6f9b5e5bd6a55d9f03813d674d65d853cb12e6bc56f154a2ceca0/geojson-2.5.0.tar.gz BuildArch: noarch @@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 houyingchao - 2.5.0-2 +- License compliance rectification + * Tue Jul 06 2021 Python_Bot - 2.5.0-1 - Package Spec generated -- Gitee