Summary: Utilities for configuring the linux ethernet bridge Name: bridge-utils Version: 1.2 Release: 6%{?dist} License: GPLv2+ URL: http://bridge.sourceforge.net/ Group: System Environment/Base Source: http://dl.sf.net/bridge/bridge-utils-%{version}.tar.gz Patch0: bridge-utils-1.0.4-inc.patch Patch1: bridge-utils-1.2-show-ports.patch Patch2: bridge-utils-1.2-foreach.patch Patch3: bridge-utils-1.2-params.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: libsysfs-devel 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. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %build autoconf %configure make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=${RPM_BUILD_ROOT} SUBDIRS="brctl doc" install %clean rm -rf $RPM_BUILD_ROOT %files %defattr (-,root,root,0755) %doc AUTHORS COPYING doc/FAQ doc/HOWTO %{_sbindir}/brctl %{_mandir}/man8/brctl.8* %changelog * Thu Jul 03 2008 David Woodhouse 1.2-6 - Fix location of bridge parameters in sysfs * Wed Mar 05 2008 David Woodhouse 1.2-5 - Fix handling of bridge named 'bridge' (#436120) * Mon Feb 18 2008 Fedora Release Engineering - 1.2-4 - Autorebuild for GCC 4.3 * Mon Dec 10 2007 Patrick "Jima" Laughton 1.2-3 - Minor tweaks as recommended in merge review (BZ#225625) * Wed Aug 22 2007 David Woodhouse 1.2-2 - Update licence * Wed Aug 22 2007 David Woodhouse 1.2-1 - Update to 1.2 * Sat Sep 09 2006 David Woodhouse 1.1-2 - Fix setportprio command (#205810) - Other updates from bridge-utils git tree * Wed Jul 12 2006 Jesse Keating - 1.1-1.1 - rebuild * Wed Jun 07 2006 David Woodhouse 1.1-1 - Update to 1.1 - BR libsysfs-devel instead of sysfsutils-devel * Wed Jun 07 2006 David Woodhouse 1.0.6-2 - Use sane kernel headers, drop -devel package * Fri Feb 10 2006 Jesse Keating - 1.0.6-1.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 1.0.6-1.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Wed Dec 21 2005 David Woodhouse 1.0.6-1 - Update to 1.0.6 - Cleanups from Matthias Saou (#172774) * Fri Dec 09 2005 Jesse Keating - rebuilt * Wed Mar 2 2005 David Woodhouse 1.0.4-6 - Rebuild with gcc 4 * Tue Feb 15 2005 David Woodhouse 1.0.4-5 - Rebuild * Thu Aug 26 2004 David Woodhouse 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 - Update to 1.0.4 * Tue Jun 15 2004 Elliot Lee - rebuilt * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Sat Oct 25 2003 Florian La Roche - support change to call sysconf() to get HZ * Tue Sep 16 2003 David Woodhouse 0.9.6-1 - Update to 0.9.6 - Detect lack of kernel bridge support or EPERM and exit with appropriate code. * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt * Fri Dec 13 2002 Elliot Lee 0.9.3-7 - Rebuild * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Mon Mar 04 2002 Benjamin LaHaise - manual rebuild * Wed Jan 09 2002 Tim Powers - automated rebuild * Wed Nov 07 2001 Matthew Galgoci - initial cleanup of spec file from net release