License compliance rectification

(cherry picked from commit 86f5813e7140b5c1459b67b0af9da3d2da584d62)
This commit is contained in:
starlet-dx 2022-05-11 16:15:07 +08:00 committed by openeuler-sync-bot
parent 3a22c4106f
commit ba249a0280

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0
Name: python-cmdln
Version: 2.0.0
Release: 1
Release: 2
Summary: An improved cmd.py for writing multi-command scripts and shells.
License: http://www.opensource.org/licenses/mit-license.php
License: MIT
URL: http://github.com/trentm/cmdln
Source0: https://files.pythonhosted.org/packages/26/23/7654219ac89aa48190341b7c7114fea21e21889693def5f625ef2a218d5d/cmdln-2.0.0.zip
BuildArch: noarch
@ -85,5 +85,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed May 11 2022 yaoxin <yaoxin30@h-partners.com> - 2.0.0-2
- License compliance rectification
* Sat Oct 17 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated