bridge-utils-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Summary: Utilities for configuring the linux ethernet bridge.
  2. Summary(ja): イーサネットブリッジ設定ユーティリティ
  3. Name: bridge-utils
  4. Version: 1.7.1
  5. Release: 1%{?_dist_release}
  6. Group: system,admin-tools,network
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPLv2+
  10. URL: https://wiki.linuxfoundation.org/networking/bridge
  11. Source0: https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.xz
  12. BuildRequires: autoconf
  13. BuildRequires: kernel-headers >= 2.6.16
  14. %description
  15. This package contains utilities for configuring the linux ethernet
  16. bridge. The linux ethernet bridge can be used for connecting multiple
  17. ethernet devices together. The connecting is fully transparent: hosts
  18. connected to one ethernet device see hosts connected to the other
  19. ethernet devices directly.
  20. Install bridge-utils if you want to use the linux ethernet bridge.
  21. %debug_package
  22. %prep
  23. %setup -q
  24. %autopatch -p1
  25. %build
  26. autoconf
  27. %configure
  28. make %{?_smp_mflags}
  29. %install
  30. make DESTDIR=%{buildroot} SUBDIRS="brctl doc" install
  31. %clean
  32. [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
  33. %files
  34. %defattr (-,root,root)
  35. %license COPYING
  36. %doc AUTHORS doc/FAQ doc/HOWTO
  37. %{_sbindir}/brctl
  38. %{_mandir}/man8/*
  39. %changelog
  40. * Sat Oct 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.1-1
  41. - new upstream release.
  42. - dropped all patches.
  43. * Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6-1
  44. - new upstream release.
  45. * Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.5-1
  46. - new upstream release
  47. - import bugfix patches from Fedora
  48. - drop -devel subpackage (use sane kernel headers)
  49. * Mon Jun 22 2009 Shu KONNO <owa@bg.wakwak.com> 1.0.6-2
  50. - spec in utf-8
  51. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.6-1vl5
  52. - applied new versioning policy, spec in utf-8
  53. * Mon Mar 28 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.6-0vl1
  54. - new upsteam release based Fedora
  55. * Thu Aug 26 2004 David Woodhouse <dwmw2@redhat.com> 1.0.4-4
  56. - BuildRequires: sysfsutils-devel to make the horrid autoconf script
  57. magically change the entire package's behaviour just because it
  58. happens to find slightly different header files lying around.
  59. - Include our own kernel-derived headers
  60. * Thu Jul 1 2004 David Woodhouse <dwmw2@redhat.com>
  61. - Update to 1.0.4
  62. - s/Copyright/License/
  63. * Sat Oct 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.3-1vl1
  64. - initial release