From 1509cc8c8e011e619e2fc64db31aee876c522554 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Wed, 14 Aug 2024 03:31:39 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0license=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tzing_t --- python-pyroute2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 56528c4..66cee27 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -2,7 +2,7 @@ Name: python-pyroute2 Version: 0.7.3 Release: 1 Summary: Python Netlink library -License: dual license GPLv2+ and Apache v2 +License: GPLv2+ and Apache v2 URL: https://github.com/svinota/pyroute2 Source0: https://files.pythonhosted.org/packages/9c/e6/8d163b1aea84223696fef8f8c55566adf166b79d614d602469d64af00226/pyroute2-0.7.3.tar.gz BuildArch: noarch @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 14 2024 tzing_t - 0.7.3-2 +- update licnese info + * Tue Mar 26 2024 zhengting - 0.7.3-1 - upgrade to 0.7.3 -- Gitee