From 015a3fd98a7081b6fb57dc2c7a515b61ef2ede8f Mon Sep 17 00:00:00 2001 From: lunankun Date: Thu, 10 Sep 2020 14:27:07 +0800 Subject: [PATCH] fix source0 url --- libnl3.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libnl3.spec b/libnl3.spec index 4541981..d7c8375 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -1,11 +1,10 @@ -%define ver 3_5_0 Name: libnl3 Version: 3.5.0 -Release: 1 +Release: 2 Summary: Providing APIs to netlink protocol based Linux kernel interfaces License: LGPLv2 URL: http://www.infradead.org/~tgr/libnl/ -Source: https://github.com/thom311/libnl/releases/download/libnl%{uver}/libnl-%{version}.tar.gz +Source: https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-3.5.0.tar.gz Patch9000: solve-redefinition-of-struct-ipv6_mreq.patch @@ -107,6 +106,12 @@ cd python %{python2_sitearch}/netlink-*.egg-info %changelog +* Thu Sep 10 2020 lunankun - 3.5.0-2 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: fix Source0 url + * Sun Jan 12 2020 openEuler Buildteam - 3.5.0-1 - update software to 3.5.0 -- Gitee