From 66c1d1342b11393e412d9d0fd9b003378ac20066 Mon Sep 17 00:00:00 2001 From: lunankun Date: Tue, 8 Sep 2020 19:27:05 +0800 Subject: [PATCH] fix source0 url --- bridge-utils.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bridge-utils.spec b/bridge-utils.spec index 8f53957..d51da2a 100644 --- a/bridge-utils.spec +++ b/bridge-utils.spec @@ -1,10 +1,10 @@ Summary: Utilities for configuring the linux ethernet bridge Name: bridge-utils Version: 1.7 -Release: 1 +Release: 2 License: GPLv2+ URL: https://wiki.linuxfoundation.org/networking/bridge -Source0: https://www.kernel.org/pub/linux/utils/net/%{name}/%{name}-%{version}.tar.gz +Source0: https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/snapshot/bridge-utils-1.7.tar.gz Patch0000: bugfix-bridge-not-check-parameters.patch Patch0001: bugfix-avoid-showmacs-memory-leak.patch @@ -37,6 +37,12 @@ autoconf %{_mandir}/man8/brctl.8* %changelog +* Tue Sep 8 2020 lunankun - 1.7-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix source0 url + * Wed Jul 22 2020 gaihuiying - 1.7-1 - Type:enhancement - ID:NA