David Woodhouse f64371
Summary: Utilities for configuring the linux ethernet bridge
cvsdist f556c6
Name: bridge-utils
David Woodhouse 4682d2
Version: 1.1
David Woodhouse 4682d2
Release: 1
David Woodhouse 9f340c
License: GPL
cvsdist f72318
URL: http://bridge.sourceforge.net/
cvsdist f556c6
Group: System Environment/Base
David Woodhouse f64371
Source: http://dl.sf.net/bridge/bridge-utils-%{version}.tar.gz
cvsdist f72318
Patch0: bridge-utils-1.0.4-inc.patch
David Woodhouse f64371
BuildRoot: %{_tmppath}/%{name}-%{version}-root
David Woodhouse a6535b
BuildRequires: libsysfs-devel
David Woodhouse 28f907
BuildRequires: kernel-headers >= 2.6.16
cvsdist f556c6
cvsdist f556c6
%description
cvsdist f556c6
This package contains utilities for configuring the linux ethernet
cvsdist f556c6
bridge. The linux ethernet bridge can be used for connecting multiple
cvsdist f556c6
ethernet devices together. The connecting is fully transparent: hosts
cvsdist f556c6
connected to one ethernet device see hosts connected to the other
cvsdist f556c6
ethernet devices directly.
cvsdist f556c6
cvsdist f556c6
Install bridge-utils if you want to use the linux ethernet bridge.
cvsdist f556c6
cvsdist f556c6
%prep
cvsdist f72318
%setup
cvsdist f72318
cvsdist f4a4ab
%patch0 -p1
cvsdist f556c6
cvsdist f556c6
%build
David Woodhouse 28f907
%configure
cvsdist f556c6
make
cvsdist f556c6
cvsdist f556c6
%install
David Woodhouse 28f907
make DESTDIR=${RPM_BUILD_ROOT} SUBDIRS="brctl doc" install
cvsdist f556c6
cvsdist f556c6
%clean
David Woodhouse f64371
rm -rf $RPM_BUILD_ROOT
cvsdist f556c6
cvsdist f556c6
%files
David Woodhouse f64371
%defattr (-,root,root,0755)
David Woodhouse f64371
%doc AUTHORS COPYING doc/FAQ doc/HOWTO
cvsdist f556c6
%{_sbindir}/brctl
David Woodhouse f64371
%{_mandir}/man8/brctl.8*
cvsdist f556c6
cvsdist f556c6
%changelog
David Woodhouse 4682d2
* Wed Jun 07 2006 David Woodhouse <dwmw2@redhat.com> 1.1-1
David Woodhouse 4682d2
- Update to 1.1
David Woodhouse a6535b
- BR libsysfs-devel instead of sysfsutils-devel
David Woodhouse 4682d2
David Woodhouse 28f907
* Wed Jun 07 2006 David Woodhouse <dwmw2@redhat.com> 1.0.6-2
David Woodhouse 28f907
- Use sane kernel headers, drop -devel package
David Woodhouse 28f907
Jesse Keating 0ad3f0
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.6-1.2
Jesse Keating 0ad3f0
- bump again for double-long bug on ppc(64)
Jesse Keating 0ad3f0
Jesse Keating 333bd8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.6-1.1
Jesse Keating 333bd8
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 333bd8
David Woodhouse f64371
* Wed Dec 21 2005 David Woodhouse <dwmw2@redhat.com> 1.0.6-1
David Woodhouse f64371
- Update to 1.0.6
David Woodhouse f64371
- Cleanups from Matthias Saou (#172774)
David Woodhouse f64371
Jesse Keating d9d0f0
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating d9d0f0
- rebuilt
Jesse Keating d9d0f0
David Woodhouse 9b5885
* Wed Mar 2 2005 David Woodhouse <dwmw2@redhat.com> 1.0.4-6
David Woodhouse 9b5885
- Rebuild with gcc 4
David Woodhouse 9b5885
David Woodhouse 8e9431
* Tue Feb 15 2005 David Woodhouse <dwmw2@redhat.com> 1.0.4-5
David Woodhouse 8e9431
- Rebuild
David Woodhouse 8e9431
cvsdist 70831b
* Thu Aug 26 2004 David Woodhouse <dwmw2@redhat.com> 1.0.4-4
cvsdist 70831b
- BuildRequires: sysfsutils-devel to make the horrid autoconf script magically
cvsdist 70831b
  change the entire package's behaviour just because it happens to find 
cvsdist 70831b
  slightly different header files lying around.
cvsdist 70831b
- Include our own kernel-derived headers
cvsdist 70831b
cvsdist f72318
* Thu Jul 1 2004 David Woodhouse <dwmw2@redhat.com>
cvsdist f72318
- Update to 1.0.4
cvsdist f72318
cvsdist 817c50
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 817c50
- rebuilt
cvsdist 817c50
cvsdist 15d5df
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 15d5df
- rebuilt
cvsdist 15d5df
cvsdist 15d5df
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 15d5df
- rebuilt
cvsdist 15d5df
cvsdist f4a4ab
* Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist f4a4ab
- support change to call sysconf() to get HZ
cvsdist f4a4ab
cvsdist f4a4ab
* Tue Sep 16 2003 David Woodhouse <dwmw2@redhat.com> 0.9.6-1
cvsdist f4a4ab
- Update to 0.9.6
cvsdist f4a4ab
- Detect lack of kernel bridge support or EPERM and exit with appropriate code.
cvsdist f4a4ab
cvsdist f4a4ab
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist f4a4ab
- rebuilt
cvsdist f4a4ab
cvsdist d354e6
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist d354e6
- rebuilt
cvsdist d354e6
cvsdist d354e6
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 0.9.3-7
cvsdist d354e6
- Rebuild
cvsdist d354e6
cvsdist 678af4
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 678af4
- automated rebuild
cvsdist 678af4
cvsdist ade2b8
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist ade2b8
- automated rebuild
cvsdist ade2b8
cvsdist 921c1e
* Mon Mar 04 2002 Benjamin LaHaise <bcrl@redhat.com>
cvsdist 921c1e
- manual rebuild
cvsdist 921c1e
cvsdist f556c6
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist f556c6
- automated rebuild
cvsdist f556c6
cvsdist f556c6
* Wed Nov 07 2001 Matthew Galgoci <mgalgoci@redhat.com>
cvsdist f556c6
- initial cleanup of spec file from net release
cvsdist f556c6