From 7ad3b6eb11f249d836877921db03e7a6e187b3e6 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Wed, 14 Aug 2024 07:16:47 +0000 Subject: [PATCH] update license info (cherry picked from commit acf01108d90d8a0c30f4a92ffd22c5e553dc7250) --- python-pyroute2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 56528c4..89bce7c 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,8 +1,8 @@ Name: python-pyroute2 Version: 0.7.3 -Release: 1 +Release: 2 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 zhengting - 0.7.3-2 +- update license info + * Tue Mar 26 2024 zhengting - 0.7.3-1 - upgrade to 0.7.3 -- Gitee