|
|
ea08d5 |
Summary: Utilities for configuring the linux ethernet bridge
|
|
|
ea08d5 |
Name: bridge-utils
|
|
|
ea08d5 |
Version: 1.5
|
|
|
ea08d5 |
Release: 9%{?dist}
|
|
|
ea08d5 |
License: GPLv2+
|
|
|
ea08d5 |
URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
|
|
|
ea08d5 |
Group: System Environment/Base
|
|
|
ea08d5 |
Source: http://downloads.sourceforge.net/bridge/%{name}-%{version}.tar.gz
|
|
|
ea08d5 |
Patch0: bridge-utils-1.5-fix-incorrect-command-in-manual.patch
|
|
|
ea08d5 |
Patch1: bridge-utils-1.5-fix-error-message-for-incorrect-command.patch
|
|
|
ea08d5 |
Patch2: bridge-utils-1.5-check-error-returns-from-write-to-sysfs.patch
|
|
|
ea08d5 |
Patch10: bridge-utils-1.0.4-inc.patch
|
|
|
ea08d5 |
Patch11: bridge-utils-1.5-linux_3.8.x.patch
|
|
|
ea08d5 |
BuildRequires: libsysfs-devel autoconf
|
|
|
ea08d5 |
BuildRequires: kernel-headers >= 2.6.16
|
|
|
ea08d5 |
|
|
|
ea08d5 |
%description
|
|
|
ea08d5 |
This package contains utilities for configuring the linux ethernet
|
|
|
ea08d5 |
bridge. The linux ethernet bridge can be used for connecting multiple
|
|
|
ea08d5 |
ethernet devices together. The connecting is fully transparent: hosts
|
|
|
ea08d5 |
connected to one ethernet device see hosts connected to the other
|
|
|
ea08d5 |
ethernet devices directly.
|
|
|
ea08d5 |
|
|
|
ea08d5 |
Install bridge-utils if you want to use the linux ethernet bridge.
|
|
|
ea08d5 |
|
|
|
ea08d5 |
%prep
|
|
|
ea08d5 |
%setup -q
|
|
|
ea08d5 |
%patch0 -p1
|
|
|
ea08d5 |
%patch1 -p1
|
|
|
ea08d5 |
%patch2 -p1
|
|
|
ea08d5 |
%patch10 -p1
|
|
|
ea08d5 |
%patch11 -p1
|
|
|
ea08d5 |
|
|
|
ea08d5 |
%build
|
|
|
ea08d5 |
autoconf
|
|
|
ea08d5 |
%configure
|
|
|
ea08d5 |
make
|
|
|
ea08d5 |
|
|
|
ea08d5 |
%install
|
|
|
ea08d5 |
make DESTDIR=%{buildroot} SUBDIRS="brctl doc" install
|
|
|
ea08d5 |
|
|
|
ea08d5 |
%files
|
|
|
ea08d5 |
%doc AUTHORS COPYING doc/FAQ doc/HOWTO
|
|
|
ea08d5 |
%{_sbindir}/brctl
|
|
|
ea08d5 |
%{_mandir}/man8/brctl.8*
|
|
|
ea08d5 |
|
|
|
ea08d5 |
%changelog
|
|
|
ea08d5 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.5-9
|
|
|
ea08d5 |
- Mass rebuild 2014-01-24
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.5-8
|
|
|
ea08d5 |
- Mass rebuild 2013-12-27
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Tue Mar 26 2013 Thomas Woerner <twoerner@redhat.com> - 1.5-7
|
|
|
ea08d5 |
- fixed build with kernel 3.8.x using upstream fix by Russell Senior
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-6
|
|
|
ea08d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Mon Nov 19 2012 Nils Philippsen <nils@redhat.com> - 1.5-5
|
|
|
ea08d5 |
- update sourceforge download URL
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
|
|
|
ea08d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3
|
|
|
ea08d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Mon May 30 2011 Petr Sabata <contyk@redhat.com> - 1.5-2
|
|
|
ea08d5 |
- Add three latest bugfixes from upstream git on top of 1.5
|
|
|
ea08d5 |
- Dropping params patch (included upstream variant)
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Mon May 30 2011 Petr Sabata <contyk@redhat.com> - 1.5-1
|
|
|
ea08d5 |
- 1.5 bump
|
|
|
ea08d5 |
- BuildRoot and defattr cleanup
|
|
|
ea08d5 |
- Use macros in Sources
|
|
|
ea08d5 |
- Drop show-ports and foreach patches -- those have been included upstream
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-10
|
|
|
ea08d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Jan 20 2010 Bill Nottingham <notting@redhat.com> - 1.2-9
|
|
|
ea08d5 |
- Fix URL (#248086)
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8
|
|
|
ea08d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7
|
|
|
ea08d5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Thu Jul 03 2008 David Woodhouse <david.woodhouse@intel.com> 1.2-6
|
|
|
ea08d5 |
- Fix location of bridge parameters in sysfs
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Mar 05 2008 David Woodhouse <dwmw2@redhat.com> 1.2-5
|
|
|
ea08d5 |
- Fix handling of bridge named 'bridge' (#436120)
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2-4
|
|
|
ea08d5 |
- Autorebuild for GCC 4.3
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Mon Dec 10 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.2-3
|
|
|
ea08d5 |
- Minor tweaks as recommended in merge review (BZ#225625)
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Aug 22 2007 David Woodhouse <dwmw2@redhat.com> 1.2-2
|
|
|
ea08d5 |
- Update licence
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Aug 22 2007 David Woodhouse <dwmw2@redhat.com> 1.2-1
|
|
|
ea08d5 |
- Update to 1.2
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Sat Sep 09 2006 David Woodhouse <dwmw2@redhat.com> 1.1-2
|
|
|
ea08d5 |
- Fix setportprio command (#205810)
|
|
|
ea08d5 |
- Other updates from bridge-utils git tree
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1-1.1
|
|
|
ea08d5 |
- rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Jun 07 2006 David Woodhouse <dwmw2@redhat.com> 1.1-1
|
|
|
ea08d5 |
- Update to 1.1
|
|
|
ea08d5 |
- BR libsysfs-devel instead of sysfsutils-devel
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Jun 07 2006 David Woodhouse <dwmw2@redhat.com> 1.0.6-2
|
|
|
ea08d5 |
- Use sane kernel headers, drop -devel package
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.6-1.2
|
|
|
ea08d5 |
- bump again for double-long bug on ppc(64)
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.6-1.1
|
|
|
ea08d5 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Dec 21 2005 David Woodhouse <dwmw2@redhat.com> 1.0.6-1
|
|
|
ea08d5 |
- Update to 1.0.6
|
|
|
ea08d5 |
- Cleanups from Matthias Saou (#172774)
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
ea08d5 |
- rebuilt
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Mar 2 2005 David Woodhouse <dwmw2@redhat.com> 1.0.4-6
|
|
|
ea08d5 |
- Rebuild with gcc 4
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Tue Feb 15 2005 David Woodhouse <dwmw2@redhat.com> 1.0.4-5
|
|
|
ea08d5 |
- Rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Thu Aug 26 2004 David Woodhouse <dwmw2@redhat.com> 1.0.4-4
|
|
|
ea08d5 |
- BuildRequires: sysfsutils-devel to make the horrid autoconf script magically
|
|
|
ea08d5 |
change the entire package's behaviour just because it happens to find
|
|
|
ea08d5 |
slightly different header files lying around.
|
|
|
ea08d5 |
- Include our own kernel-derived headers
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Thu Jul 1 2004 David Woodhouse <dwmw2@redhat.com>
|
|
|
ea08d5 |
- Update to 1.0.4
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
ea08d5 |
- rebuilt
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
ea08d5 |
- rebuilt
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
ea08d5 |
- rebuilt
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
ea08d5 |
- support change to call sysconf() to get HZ
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Tue Sep 16 2003 David Woodhouse <dwmw2@redhat.com> 0.9.6-1
|
|
|
ea08d5 |
- Update to 0.9.6
|
|
|
ea08d5 |
- Detect lack of kernel bridge support or EPERM and exit with appropriate code.
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
ea08d5 |
- rebuilt
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
ea08d5 |
- rebuilt
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 0.9.3-7
|
|
|
ea08d5 |
- Rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
ea08d5 |
- automated rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
ea08d5 |
- automated rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Mon Mar 04 2002 Benjamin LaHaise <bcrl@redhat.com>
|
|
|
ea08d5 |
- manual rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
ea08d5 |
- automated rebuild
|
|
|
ea08d5 |
|
|
|
ea08d5 |
* Wed Nov 07 2001 Matthew Galgoci <mgalgoci@redhat.com>
|
|
|
ea08d5 |
- initial cleanup of spec file from net release
|
|
|
ea08d5 |
|