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