From aefff13afcebedffe4a8b8bda3c1659d8e497817 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Tue, 11 Jun 2024 12:42:18 +0000 Subject: [PATCH] license info rectification (cherry picked from commit 6dfe91f80d37096d19ed674ee4e25f9b125415eb) --- python-pyroute2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 225dec9..03e666c 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,8 +1,8 @@ Name: python-pyroute2 Version: 0.5.14 -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/0b/71/2920f854ef3cbb8472aa70539cf63fcc214e5c1b40f21c7cdb4910a6f5e9/pyroute2-0.5.14.tar.gz BuildArch: noarch @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 11 2024 tzing_t - 0.5.14-2 +- license info rectification + * Fri Oct 23 2020 wutao - 0.5.14-1 - upgrade and disable python2 build -- Gitee