bridge-utils/bridge-utils.spec

59 lines
1.4 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 10:33:09 -04:00
Summary: Utilities for configuring the linux ethernet bridge
Name: bridge-utils
2020-08-19 11:55:46 +08:00
Version: 1.7
Release: 2
2019-09-30 10:33:09 -04:00
License: GPLv2+
URL: https://wiki.linuxfoundation.org/networking/bridge
2020-08-19 11:55:46 +08:00
Source0: https://www.kernel.org/pub/linux/utils/net/%{name}/%{name}-%{version}.tar.gz
2020-01-10 15:24:06 +08:00
2020-08-19 11:55:46 +08:00
Patch0: bugfix-bridge-not-check-parameters.patch
Patch1: bugfix-avoid-showmacs-memory-leak.patch
2020-01-10 15:24:06 +08:00
2019-09-30 10:33:09 -04:00
BuildRequires: libsysfs-devel autoconf automake libtool
BuildRequires: kernel-headers >= 2.6.16
%description
This package provides utilities for configuring the linux ethernet
bridge. The linux ethernet bridge can be used for connecting multiple
ethernet devices together.
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoconf
%configure
%make_build
%install
%make_install SUBDIRS="brctl doc"
%files
%license COPYING
%doc AUTHORS doc/FAQ doc/HOWTO
%{_sbindir}/brctl
%{_mandir}/man8/brctl.8*
%changelog
* Wed Oct 19 2022 xinghe <xinghe2@h-partners.com> - 1.7-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:remove useless file
2020-08-19 11:55:46 +08:00
* Wed Aug 19 2020 gaihuiying <gaihuiying1@huawei.com> - 1.7-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: update bridge-utils version to 1.7
2020-01-19 10:13:16 +08:00
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.4
2020-01-10 15:24:06 +08:00
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: delete patches
2019-09-30 10:33:09 -04:00
* Wed Sep 18 2019 Alex Chao <zhaolei746@huawei.com> - 1.6-3
- Package init