123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- Summary: Utilities for configuring the linux ethernet bridge.
- Summary(ja): イーサネットブリッジ設定ユーティリティ
- Name: bridge-utils
- Version: 1.7.1
- Release: 1%{?_dist_release}
- Group: system,admin-tools,network
- Vendor: Project Vine
- Distribution: Vine Linux
- License: GPLv2+
- URL: https://wiki.linuxfoundation.org/networking/bridge
- Source0: https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.xz
- BuildRequires: autoconf
- BuildRequires: kernel-headers >= 2.6.16
- %description
- This package contains utilities for configuring the linux ethernet
- bridge. The linux ethernet bridge can be used for connecting multiple
- ethernet devices together. The connecting is fully transparent: hosts
- connected to one ethernet device see hosts connected to the other
- ethernet devices directly.
- Install bridge-utils if you want to use the linux ethernet bridge.
- %debug_package
- %prep
- %setup -q
- %autopatch -p1
- %build
- autoconf
- %configure
- make %{?_smp_mflags}
- %install
- make DESTDIR=%{buildroot} SUBDIRS="brctl doc" install
- %clean
- [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
- %files
- %defattr (-,root,root)
- %license COPYING
- %doc AUTHORS doc/FAQ doc/HOWTO
- %{_sbindir}/brctl
- %{_mandir}/man8/*
- %changelog
- * Sat Oct 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.1-1
- - new upstream release.
- - dropped all patches.
- * Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6-1
- - new upstream release.
- * Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.5-1
- - new upstream release
- - import bugfix patches from Fedora
- - drop -devel subpackage (use sane kernel headers)
- * Mon Jun 22 2009 Shu KONNO <owa@bg.wakwak.com> 1.0.6-2
- - spec in utf-8
- * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.6-1vl5
- - applied new versioning policy, spec in utf-8
- * Mon Mar 28 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.6-0vl1
- - new upsteam release based Fedora
- * Thu Aug 26 2004 David Woodhouse <dwmw2@redhat.com> 1.0.4-4
- - BuildRequires: sysfsutils-devel to make the horrid autoconf script
- magically change the entire package's behaviour just because it
- happens to find slightly different header files lying around.
- - Include our own kernel-derived headers
- * Thu Jul 1 2004 David Woodhouse <dwmw2@redhat.com>
- - Update to 1.0.4
- - s/Copyright/License/
- * Sat Oct 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.3-1vl1
- - initial release
|