License compliance rectification

This commit is contained in:
penelope 2022-05-10 19:14:35 +08:00
parent ddd0b1a822
commit 01456964f1

View File

@ -2,9 +2,9 @@
%global with_python2 0
Name: python-posix_ipc
Version: 0.9.8
Release: 1
Release: 2
Summary: POSIX IPC primitives (semaphores and shared memory) for Python
License: BSD
License: BSD-3-Clause
URL: http://semanchuk.com/philip/posix_ipc/
Source0: http://semanchuk.com/philip/posix_ipc/posix_ipc-%{version}.tar.gz
BuildRequires: gcc
@ -69,5 +69,8 @@ find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
%endif
%changelog
* Tue May 10 2022 yangping <yangping69@h-partners> - 0.9.8-2
- License compliance rectification
* Sat May 8 2021 baizhonggui <baizhonggui@huawei.com> - 0.9.8-1
- package init