From 3aaeca7561786209e7c99f2a0a67d439d27cef54 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Wed, 11 May 2022 18:44:59 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 6cfc081227aba44c7a7fbeb7e8e68bc877b89f21) --- python-yaql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-yaql.spec b/python-yaql.spec index 8716979..baa3746 100644 --- a/python-yaql.spec +++ b/python-yaql.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-yaql Version: 1.1.3 -Release: 1 +Release: 2 Summary: YAQL - Yet Another Query Language -License: Apache Software License +License: Apache-2.0 URL: http://yaql.readthedocs.io Source0: https://files.pythonhosted.org/packages/77/89/cfee017cf4f2d6f5e7159bbf13fe4131c7dbf20d675b78c9928ae9aa9df8/yaql-1.1.3.tar.gz BuildArch: noarch @@ -85,5 +85,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 xigaoxinyan - 1.1.3-2 +- License compliance rectification + * Mon Aug 24 2020 Python_Bot - Package Spec generated