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