From ca68751abb4e603d24999d458dda44bf066485a6 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 16:10:15 +0800 Subject: [PATCH] License compliance rectification --- python-httpie.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-httpie.spec b/python-httpie.spec index e945666..9237a4d 100644 --- a/python-httpie.spec +++ b/python-httpie.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-httpie Version: 2.5.0 -Release: 1 +Release: 2 Summary: HTTPie: command-line HTTP client for the API era. -License: BSD +License: BSD-3-Clause URL: https://httpie.org/ Source0: https://files.pythonhosted.org/packages/90/64/7ea8066309970f787653bdc8c5328272a5c4d06cbce3a07a6a5c3199c3d7/httpie-2.5.0.tar.gz BuildArch: noarch @@ -90,5 +90,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 xigaoxinyan - 2.5.0-2 +- License compliance rectification + * Sun Sep 12 2021 Python_Bot - 2.5.0-1 - Package Spec generated -- Gitee