From b06c092525286d5270c78a42943f6c04f525e863 Mon Sep 17 00:00:00 2001 From: xinghe Date: Wed, 19 Oct 2022 05:54:40 +0000 Subject: [PATCH] remove useless file (cherry picked from commit 379378d5cbb6b9cd9925b50a732bb424aaeb9ab0) --- bridge-utils.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bridge-utils.spec b/bridge-utils.spec index 08de701..b27889e 100644 --- a/bridge-utils.spec +++ b/bridge-utils.spec @@ -1,7 +1,7 @@ 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 @@ -30,13 +30,18 @@ autoconf %make_install SUBDIRS="brctl doc" %files -%{!?_licensedir:%global license %%doc} %license COPYING %doc AUTHORS doc/FAQ doc/HOWTO %{_sbindir}/brctl %{_mandir}/man8/brctl.8* %changelog +* Wed Oct 19 2022 xinghe - 1.7-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove useless file + * Wed Aug 19 2020 gaihuiying - 1.7-1 - Type:enhancement - ID:NA -- Gitee