!4 License compliance rectification

From: @penelope_y 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-05-16 09:13:33 +00:00 committed by Gitee
commit 997e874e6b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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