diff --git a/python-stem.spec b/python-stem.spec index ec3ec8f39f33aba3a7fad2ac4eb6d9e3044c740b..d25e6f683f8c83580abaea86715e146f21908c86 100644 --- a/python-stem.spec +++ b/python-stem.spec @@ -3,10 +3,10 @@ Name: python-%{pypi_name} Version: %{pypi_version} -Release: 1 +Release: 2 Summary: Python controller library for Tor -License: LGPL-3.0 +License: LGPL-3.0-only URL: https://stem.torproject.org/ Source0: https://github.com/torproject/stem/archive/refs/tags/%{pypi_version}.tar.gz#/%{pypi_name}-%{pypi_version}.tar.gz BuildArch: noarch @@ -74,5 +74,8 @@ rm -rf html/.{doctrees,buildinfo} %changelog +* Wed Jun 21 2023 liukuo - 1.8.0-2 +- License compliance rectification + * Wed Sep 29 2021 herengui - 1.8.0-1 -- Initial package. \ No newline at end of file +- Initial package.