diff --git a/python-posix_ipc.spec b/python-posix_ipc.spec index 6e32dd2..cb3a871 100644 --- a/python-posix_ipc.spec +++ b/python-posix_ipc.spec @@ -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 - 0.9.8-2 +- License compliance rectification + * Sat May 8 2021 baizhonggui - 0.9.8-1 - package init