From 65b681b6bd2da20b8b232aeb83437d998cf896d0 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 21 Jun 2023 13:34:18 +0800 Subject: [PATCH] License compliance rectification --- python-stem.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-stem.spec b/python-stem.spec index ec3ec8f..d25e6f6 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. -- Gitee