From 91f2af7e06fce1e0e7b62b7dd04819e58e934f09 Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Wed, 29 Nov 2023 16:55:32 +0800 Subject: [PATCH] Correct the license --- python-shellingham.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-shellingham.spec b/python-shellingham.spec index 63503ba..6d02f7f 100644 --- a/python-shellingham.spec +++ b/python-shellingham.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-shellingham Version: 1.5.4 -Release: 1 +Release: 2 Summary: Tool to Detect Surrounding Shell. -License: MIT +License: ISC URL: https://github.com/sarugaku/shellingham Source0: https://files.pythonhosted.org/packages/58/15/8b3609fd3830ef7b27b655beb4b4e9c62313a4e8da8c676e142cc210d58e/shellingham-1.5.4.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 29 2023 Dongxing Wang - 1.5.4-2 +- Correct the license + * Wed Nov 29 2023 Dongxing Wang - 1.5.4-1 - Init package