Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
66be9979db
!17 convert license to SPDX
From: @xinghe_1 
Reviewed-by: @renmingshuai 
Signed-off-by: @renmingshuai
2024-08-01 11:23:08 +00:00
xh
7d38c84412 convert license to SPDX 2024-08-01 02:55:57 +00:00
openeuler-ci-bot
3d4a8dac11
!11 remove useless file
From: @xinghe_1 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
2022-10-19 07:23:26 +00:00
xinghe
fa88a451b9 remove useless file 2022-10-19 03:55:50 +00:00
openeuler-ci-bot
6c1ab3c256
!9 master 选型 bridge-utils升级到1.7.1
From: @quanhongfei 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
2022-03-21 09:09:48 +00:00
quanhongfei
c955abb72d update bridge-utils version to 1.7.1 2022-03-21 15:40:41 +08:00
openeuler-ci-bot
e6b7476af6 !6 fix source0 url
From: @lunankun
Reviewed-by: @wangxp006
Signed-off-by: @wangxp006
2020-09-15 17:26:22 +08:00
lunankun
66c1d1342b fix source0 url 2020-09-08 19:27:05 +08:00
openeuler-ci-bot
9571f22688 !4 update bridge-utils version to 1.7
Merge pull request !4 from eaglegai/master
2020-07-24 10:17:46 +08:00
eaglegai
854e939891 update bridge-utils version to 1.7 2020-07-22 14:05:13 +08:00
5 changed files with 36 additions and 25 deletions

Binary file not shown.

Binary file not shown.

BIN
bridge-utils-1.7.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +0,0 @@
diff --git a/libbridge/Makefile.in b/libbridge/Makefile.in
index 20512c4..f9c6e70 100644
--- a/libbridge/Makefile.in
+++ b/libbridge/Makefile.in
@@ -5,7 +5,7 @@ AR=ar
RANLIB=@RANLIB@
CC=@CC@
-CFLAGS = -Wall -g $(KERNEL_HEADERS)
+CFLAGS = @CFLAGS@ -g $(KERNEL_HEADERS)
prefix=@prefix@
exec_prefix=@exec_prefix@

View File

@ -1,16 +1,12 @@
Summary: Utilities for configuring the linux ethernet bridge Summary: Utilities for configuring the linux ethernet bridge
Name: bridge-utils Name: bridge-utils
Version: 1.6 Version: 1.7.1
Release: 4 Release: 3
License: GPLv2+ License: GPL-2.0-or-later
URL: https://wiki.linuxfoundation.org/networking/bridge URL: https://wiki.linuxfoundation.org/networking/bridge
Source0: https://www.kernel.org/pub/linux/utils/net/%{name}/%{name}-%{version}.tar.xz Source0: https://git.kernel.org/pub/scm/network/bridge/bridge-utils.git/snapshot/%{name}-%{version}.tar.gz
Source1: https://www.kernel.org/pub/linux/utils/net/%{name}/%{name}-%{version}.tar.sign Patch0000: bugfix-bridge-not-check-parameters.patch
Patch0001: bugfix-avoid-showmacs-memory-leak.patch
Patch0000: bridge-utils-option-cflags.patch
Patch9000: bugfix-bridge-not-check-parameters.patch
Patch9001: bugfix-avoid-showmacs-memory-leak.patch
BuildRequires: libsysfs-devel autoconf automake libtool BuildRequires: libsysfs-devel autoconf automake libtool
BuildRequires: kernel-headers >= 2.6.16 BuildRequires: kernel-headers >= 2.6.16
@ -33,13 +29,42 @@ autoconf
%make_install SUBDIRS="brctl doc" %make_install SUBDIRS="brctl doc"
%files %files
%{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%doc AUTHORS doc/FAQ doc/HOWTO %doc AUTHORS doc/FAQ doc/HOWTO
%{_sbindir}/brctl %{_sbindir}/brctl
%{_mandir}/man8/brctl.8* %{_mandir}/man8/brctl.8*
%changelog %changelog
* Thu Aug 01 2024 xinghe <xinghe2@h-partners.com> - 1.7.1-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:convert license to SPDX
* Wed Oct 19 2022 xinghe <xinghe2@h-partners.com> - 1.7.1-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:remove useless file
* Mon Mar 21 2022 quanhongfei <quanhongfei@h-partners.com> - 1.7.1-1
- Type:requirement
- ID:NA
- SUG:NA
- DESC: update bridge-utils version to 1.7.1
* Tue Sep 8 2020 lunankun <lunankun@huawei.com> - 1.7-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix source0 url
* Wed Jul 22 2020 gaihuiying <gaihuiying1@huawei.com> - 1.7-1
- Type:enhancement
- ID:NA
- SUG:restart
- DESC: update bridge-utils version to 1.7
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.4 * Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.4
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA