diff --git a/persist-queue.spec b/persist-queue.spec index 11d862ae6712398ecce4d57cc7d02feb96944f75..b3d377555a47e9d0359b19430aa37976d6f90c60 100644 --- a/persist-queue.spec +++ b/persist-queue.spec @@ -2,9 +2,9 @@ %global common_desc persist-queue A thread-safe, disk-based queue for Python Name: python-persist-queue Version: 0.5.1 -Release: 1 +Release: 2 Summary: A thread-safe disk based persistent queue in Python. -License: BSD +License: BSD-3-Clause URL: http://github.com/peter-wangxu/persist-queue Source0: https://files.pythonhosted.org/packages/ab/fb/34a1b089a197beaedd6b7bf8e3f439685dda1e0162bf5a6b52ce86fc3010/persist-queue-0.5.1.tar.gz BuildArch: noarch @@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 houyingchao - 0.5.1-2 +- License compliance rectification + * Tue Jul 20 2021 OpenStack_SIG - 0.5.1-1 - Package Spec generate