Petr Sabata acf5cf
Summary:        Utilities for configuring the linux ethernet bridge
Petr Sabata acf5cf
Name:           bridge-utils
Petr Sabata acf5cf
Version:        1.5
Petr Sabata b0d107
Release:        2%{?dist}
Petr Sabata acf5cf
License:        GPLv2+
Petr Sabata acf5cf
URL:            http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
Petr Sabata acf5cf
Group:          System Environment/Base
Petr Sabata acf5cf
Source:         http://dl.sf.net/bridge/%{name}-%{version}.tar.gz
Petr Sabata b0d107
Patch0:         bridge-utils-1.5-fix-incorrect-command-in-manual.patch
Petr Sabata b0d107
Patch1:         bridge-utils-1.5-fix-error-message-for-incorrect-command.patch
Petr Sabata b0d107
Patch2:         bridge-utils-1.5-check-error-returns-from-write-to-sysfs.patch
Petr Sabata b0d107
Patch10:        bridge-utils-1.0.4-inc.patch
Petr Sabata acf5cf
BuildRequires:  libsysfs-devel autoconf
Petr Sabata acf5cf
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
Patrick Laughton 5ba387
%setup -q
cvsdist f4a4ab
%patch0 -p1
David Woodhouse e609fa
%patch1 -p1
Petr Sabata b0d107
%patch2 -p1
Petr Sabata b0d107
%patch10 -p1
cvsdist f556c6
cvsdist f556c6
%build
David Woodhouse 2e08e7
autoconf
David Woodhouse 28f907
%configure
cvsdist f556c6
make
cvsdist f556c6
cvsdist f556c6
%install
Petr Sabata acf5cf
make DESTDIR=%{buildroot} SUBDIRS="brctl doc" install
cvsdist f556c6
cvsdist f556c6
%files
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
Petr Sabata b0d107
* Mon May 30 2011 Petr Sabata <contyk@redhat.com> - 1.5-2
Petr Sabata b0d107
- Add three latest bugfixes from upstream git on top of 1.5
Petr Sabata b0d107
- Dropping params patch (included upstream variant)
Petr Sabata b0d107
Petr Sabata acf5cf
* Mon May 30 2011 Petr Sabata <contyk@redhat.com> - 1.5-1
Petr Sabata acf5cf
- 1.5 bump
Petr Sabata acf5cf
- BuildRoot and defattr cleanup
Petr Sabata acf5cf
- Use macros in Sources
Petr Sabata acf5cf
- Drop show-ports and foreach patches -- those have been included upstream
Petr Sabata acf5cf
Dennis Gilmore 528e69
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-10
Dennis Gilmore 528e69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 528e69
Bill Nottingham fe24cb
* Wed Jan 20 2010 Bill Nottingham <notting@redhat.com> - 1.2-9
Bill Nottingham fe24cb
- Fix URL (#248086)
Bill Nottingham fe24cb
Jesse Keating 089760
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8
Jesse Keating 089760
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating 089760
Jesse Keating d70e4e
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7
Jesse Keating d70e4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating d70e4e
David Woodhouse c2a04d
* Thu Jul 03 2008 David Woodhouse <david.woodhouse@intel.com> 1.2-6
David Woodhouse c2a04d
- Fix location of bridge parameters in sysfs
David Woodhouse c2a04d
David Woodhouse 1e36be
* Wed Mar 05 2008 David Woodhouse <dwmw2@redhat.com> 1.2-5
David Woodhouse 1e36be
- Fix handling of bridge named 'bridge' (#436120)
David Woodhouse 1e36be
Jesse Keating 720c3f
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2-4
Jesse Keating 720c3f
- Autorebuild for GCC 4.3
Jesse Keating 720c3f
Patrick Laughton 5ba387
* Mon Dec 10 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.2-3
Patrick Laughton 5ba387
- Minor tweaks as recommended in merge review (BZ#225625)
Patrick Laughton 5ba387
David Woodhouse 18ed4c
* Wed Aug 22 2007 David Woodhouse <dwmw2@redhat.com> 1.2-2
David Woodhouse 18ed4c
- Update licence
David Woodhouse 18ed4c
David Woodhouse 2e08e7
* Wed Aug 22 2007 David Woodhouse <dwmw2@redhat.com> 1.2-1
David Woodhouse 2e08e7
- Update to 1.2
David Woodhouse 2e08e7
David Woodhouse e609fa
* Sat Sep 09 2006 David Woodhouse <dwmw2@redhat.com> 1.1-2
David Woodhouse e609fa
- Fix setportprio command (#205810)
David Woodhouse e609fa
- Other updates from bridge-utils git tree
David Woodhouse e609fa
Jesse Keating 32341d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1-1.1
Jesse Keating 32341d
- rebuild
Jesse Keating 32341d
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