iproute-vl.spec 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. ##%define date_version 070710
  2. %define cbq_version v0.7.3
  3. Summary: Advanced IP routing and network device configuration tools
  4. Summary(ja): IP ルーティング,ネットワークデバイスの設定ツール
  5. Name: iproute
  6. Version: 3.14.0
  7. Release: 1%{?_dist_release}
  8. Group: Applications/System
  9. Source: http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.gz
  10. URL: http://kernel.org/pub/linux/utils/net/%{name}2/
  11. Source1: cbq-0000.example
  12. Source2: avpkt
  13. Patch0: man-pages.patch
  14. Patch1: iproute2-3.4.0-kernel.patch
  15. Patch2: iproute2-3.11.0-optflags.patch
  16. Patch3: iproute2-3.9.0-IPPROTO_IP_for_SA.patch
  17. Patch4: iproute2-example-cbq-service.patch
  18. Patch5: iproute2-2.6.35-print-route.patch
  19. Patch6: iproute2-3.12.0-lnstat-dump-to-stdout.patch
  20. # from RawHide <http://thread.gmane.org/gmane.linux.network/284101>
  21. Patch7: iproute2-3.11.0-tc-ok.patch
  22. Patch8: iproute2-3.11.0-rtt.patch
  23. Patch9: iproute2-3.12.0-lnstat-interval.patch
  24. # VINE
  25. Patch100: iproute2-3.14.0-platex.patch
  26. License: GPLv2+ and Public Domain
  27. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  28. BuildRequires: bison flex
  29. BuildRequires: iptables-devel >= 1.4.10, libdb-devel
  30. BuildRequires: texlive-collection-latexrecommended
  31. BuildRequires: linuxdoc-tools pkgconfig psutils
  32. Requires: iptables >= 1.4.10
  33. %description
  34. The iproute package contains networking utilities (ip and rtmon, for
  35. example) which are designed to use the advanced networking
  36. capabilities of the Linux 2.4.x and 2.6.x kernel.
  37. %description -l ja
  38. このiprouteパッケージには、カーネル 2.4.x または 2.6.x の進歩した
  39. ネットワーク技術を使うように設計された、ネットワーキングユーティリ
  40. ティ(ip, rtmon等々)が収録されています。
  41. %package doc
  42. Summary: ip and tc documentation with examples
  43. Summary(ja): ip, tcのドキュメントとサンプル
  44. Group: Applications/System
  45. License: GPLv2+
  46. %description doc
  47. The iproute documentation contains howtos and examples of settings.
  48. %package devel
  49. Summary: Libraries, includes, etc. to develop iptables
  50. Summary(ja): iproute の開発用ライブラリ,ヘッダファイル
  51. Group: Development/Libraries
  52. Requires: %{name} = %{version}
  53. %description devel
  54. Libraries, include files, etc you can use to develop iproute2.
  55. %prep
  56. %setup -q -n iproute2-%{version}
  57. %patch0 -p1
  58. %patch1 -p1 -b .kernel
  59. %patch2 -p1 -b .opt_flags
  60. %patch3 -p1 -b .ipproto
  61. %patch4 -p1 -b .fix_cbq
  62. %patch5 -p1 -b .print-route
  63. %patch6 -p1 -b .lnstat-dump-to-stdout
  64. %patch7 -p1 -b .tc_ok
  65. %patch8 -p1 -b .rtt
  66. %patch9 -p1 -b .lnstat-interval
  67. sed -i 's/^LIBDIR=/LIBDIR?=/' Makefile
  68. %patch100 -p1 -b .platex
  69. %build
  70. export LIBDIR=/%{_libdir}
  71. export IPT_LIB_DIR=/%{_lib}/xtables
  72. ./configure
  73. make %{?_smp_mflags}
  74. make -C doc
  75. %install
  76. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  77. mkdir -p \
  78. %{buildroot}%{_includedir} \
  79. %{buildroot}/sbin \
  80. %{buildroot}%{_sbindir} \
  81. %{buildroot}%{_mandir}/man3 \
  82. %{buildroot}%{_mandir}/man7 \
  83. %{buildroot}%{_mandir}/man8 \
  84. %{buildroot}%{_libdir}/tc \
  85. %{buildroot}%{_sysconfdir}/iproute2 \
  86. %{buildroot}%{_sysconfdir}/sysconfig/cbq
  87. for binary in \
  88. ip/ifcfg \
  89. ip/ip \
  90. ip/rtmon \
  91. tc/tc
  92. do install -m755 ${binary} %{buildroot}/sbin/
  93. done
  94. install -m755 examples/cbq.init-%{cbq_version} %{buildroot}/sbin/cbq
  95. for binary in \
  96. bridge/bridge \
  97. genl/genl \
  98. ip/routef \
  99. ip/routel \
  100. ip/rtpr \
  101. misc/arpd \
  102. misc/ifstat \
  103. misc/lnstat \
  104. misc/nstat \
  105. misc/rtacct \
  106. misc/ss
  107. do install -m755 ${binary} %{buildroot}%{_sbindir}
  108. done
  109. cd %{buildroot}%{_sbindir}
  110. ln -s lnstat ctstat
  111. ln -s lnstat rtstat
  112. cd -
  113. # Libs
  114. install -m644 netem/*.dist %{buildroot}%{_libdir}/tc
  115. install -m755 tc/m_xt.so %{buildroot}%{_libdir}/tc
  116. cd %{buildroot}%{_libdir}/tc
  117. ln -s m_xt.so m_ipt.so
  118. cd -
  119. # libnetlink
  120. install -m644 include/libnetlink.h %{buildroot}%{_includedir}
  121. install -m644 lib/libnetlink.a %{buildroot}%{_libdir}
  122. # Manpages
  123. iconv -f latin1 -t utf8 man/man8/ss.8 > man/man8/ss.8.utf8 &&
  124. mv man/man8/ss.8.utf8 man/man8/ss.8
  125. install -m644 man/man3/*.3 %{buildroot}%{_mandir}/man3
  126. install -m644 man/man7/*.7 %{buildroot}%{_mandir}/man7
  127. install -m644 man/man8/*.8 %{buildroot}%{_mandir}/man8
  128. # Config files
  129. install -m644 etc/iproute2/* %{buildroot}%{_sysconfdir}/iproute2
  130. for config in \
  131. %{SOURCE1} \
  132. %{SOURCE2}
  133. do install -m644 ${config} %{buildroot}%{_sysconfdir}/sysconfig/cbq
  134. done
  135. %clean
  136. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  137. %files
  138. %dir %{_sysconfdir}/iproute2
  139. %doc COPYING
  140. %doc README README.decnet README.iproute2+tc README.distribution README.lnstat
  141. %{_mandir}/man7/*
  142. %{_mandir}/man8/*
  143. %attr(644,root,root) %config(noreplace) %{_sysconfdir}/iproute2/*
  144. /sbin/*
  145. %{_sbindir}/*
  146. %dir %{_libdir}/tc/
  147. %{_libdir}/tc/*
  148. %dir %{_sysconfdir}/sysconfig/cbq
  149. %config(noreplace) %{_sysconfdir}/sysconfig/cbq/*
  150. %files doc
  151. %doc COPYING
  152. %doc doc/*.ps
  153. %doc examples
  154. %files devel
  155. %doc COPYING
  156. %{_mandir}/man3/*
  157. %{_libdir}/libnetlink.a
  158. %{_includedir}/libnetlink.h
  159. %changelog
  160. * Thu May 22 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.14.0-1
  161. - new upstream release.
  162. - replaced Patch100.
  163. * Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.38-1
  164. - update to 2.6.38.1
  165. - build with iptables-1.4.10
  166. - add BR: iptables-devel
  167. * Mon Apr 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-5
  168. - don't build/include documents. (almost same as man pages...)
  169. - remove BR: texlive ,linuxdoc-tools
  170. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> - 2.6.31-4
  171. - rebuilt with rpm-4.8.1-3
  172. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.31-3
  173. - rebuilt with gcc-4.4.3-3 on ppc
  174. * Fri Feb 5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.31-2
  175. - rebuilt with rpm-4.8.0-3 (on ppc)
  176. * Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.31-1
  177. - new upstream release
  178. - import patches from fedora package
  179. - build with db4-4.8
  180. * Fri Jun 20 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.25-2
  181. - updated to 2.6.25 based on 2.6.25-1 from Fedora
  182. - build with db4-4.6.21
  183. - keep Patch100 from 2.6.16-1vl5
  184. -changelogs for previous Vine package as follows:
  185. - Fri Apr 11 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.6.16-1
  186. - apply new versioning policy.
  187. - Thu May 10 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.16-0vl1
  188. - updated to 2.6.16 and merged several patches from FC 2.6.16-6
  189. (Patch10 not applied until VineSeed kernel goes higher versions)
  190. - rebuilt with new toolchain and db4-4.3.x
  191. - Fri Sep 15 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.15-0vl2
  192. - added Patch5 to make documents without errors
  193. - Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.15-0vl1
  194. - update to 2.6.15-060110
  195. - Mon Jun 6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.6.11-1vl3
  196. - added BuildRequires: linuxdoc-tools
  197. - Mon Jun 6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.6.11-1vl2
  198. - lib*.a is moved to %{_libdir}/iproute2 (ad-hoc?)
  199. - Sun Jun 5 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.6.11-1vl1
  200. - new upstream release
  201. - changed Group: of devel package
  202. - applyed patches from Fedora development
  203. - Wed May 26 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-16
  204. - Took tons of manpages from debian, much more complete (#123952).
  205. - added Japanese translation from spec translation project :-)
  206. - Sun Mar 23 2003 Takeru INOUE <takeru.inoue@gamma.ocn.ne.jp>
  207. - 2.2.4-14vl2
  208. - rename package name iproute to iproute2
  209. - rebuild development version
  210. * Mon Apr 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-1
  211. - update
  212. - remove patch for backward compatibility
  213. - add patch for AEAD compatibility
  214. * Thu Feb 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-4
  215. - add creating ps file again. Fix was done in texlive
  216. * Wed Feb 6 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-3
  217. - rebuild without tetex files. It isn't working in rawhide yet. Added
  218. new source for ps files.
  219. - #431179 backward compatibility for previous iproute versions
  220. * Mon Jan 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-2
  221. - rebuild with fix tetex and linuxdoc-tools -> manual pdf
  222. - clean unnecessary patches
  223. - add into spec *.so objects, new BR linux-atm-libs-devel
  224. * Wed Oct 31 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-1
  225. - new version from upstrem 2.3.23
  226. * Tue Oct 23 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.22-5
  227. - move files from /usr/lib/tc to /usr/share/tc
  228. - remove listing files twice
  229. * Thu Aug 30 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.22-3
  230. - package review #225903
  231. * Mon Aug 27 2007 Jeremy Katz <katzj@redhat.com> - 2.6.22-2
  232. - rebuild for new db4
  233. * Wed Jul 11 2007 Radek Vokál <rvokal@redhat.com> - 2.6.22-1
  234. - upgrade to 2.6.22
  235. * Mon Mar 19 2007 Radek Vokál <rvokal@redhat.com> - 2.6.20-2
  236. - fix broken tc-pfifo man page (#232891)
  237. * Thu Mar 15 2007 Radek Vokál <rvokal@redhat.com> - 2.6.20-1
  238. - upgrade to 2.6.20
  239. * Fri Dec 15 2006 Radek Vokál <rvokal@redhat.com> - 2.6.19-1
  240. - upgrade to 2.6.19
  241. * Mon Dec 11 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-5
  242. - fix snapshot version
  243. * Fri Dec 1 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-4
  244. - spec file cleanup
  245. - one more rebuilt against db4
  246. * Thu Nov 16 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-3
  247. - fix defective manpage for tc-pfifo (#215399)
  248. * Mon Nov 13 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-2
  249. - rebuilt against new db4
  250. * Tue Oct 3 2006 Radek Vokal <rvokal@redhat.com> - 2.6.18-1
  251. - upgrade to upstream 2.6.18
  252. - initcwnd patch merged
  253. - bug fix for xfrm monitor
  254. - alignment fixes for cris
  255. - documentation corrections
  256. * Mon Oct 2 2006 Radek Vokal <rvokal@redhat.com> - 2.6.16-7
  257. - fix ip.8 man page, add initcwnd option
  258. * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-6
  259. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  260. * Tue Sep 19 2006 Radek Vokal <rvokal@redhat.com> - 2.6.16-5
  261. - fix crash when resolving ip address
  262. * Mon Aug 21 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-4
  263. - add LOWER_UP and DORMANT flags (#202199)
  264. - use dist tag
  265. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-3.1
  266. - rebuild
  267. * Mon Jun 26 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-3
  268. - improve handling of initcwnd value (#179719)
  269. * Sun May 28 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-2
  270. - fix BuildRequires: flex (#193403)
  271. * Sun Mar 26 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-1
  272. - upgrade to 2.6.16-060323
  273. - don't hardcode /usr/lib in tc (#186607)
  274. * Wed Feb 22 2006 Radek Vokál <rvokal@redhat.com> - 2.6.15-2
  275. - own /usr/lib/tc (#181953)
  276. - obsoletes shapecfg (#182284)
  277. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.6.15-1.2
  278. - bump again for double-long bug on ppc(64)
  279. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.6.15-1.1
  280. - rebuilt for new gcc4.1 snapshot and glibc changes
  281. * Tue Jan 17 2006 Radek Vokal <rvokal@redhat.com> 2.6.15-1
  282. - upgrade to 2.6.15-060110
  283. * Mon Dec 12 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-11
  284. - rebuilt
  285. * Fri Dec 09 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-10
  286. - remove backup of config files (#175302)
  287. * Fri Nov 11 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-9
  288. - use tc manpages and cbq.init from source tarball (#172851)
  289. * Thu Nov 10 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-8
  290. - new upstream source
  291. * Mon Oct 31 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-7
  292. - add warning to ip tunnel add command (#128107)
  293. * Fri Oct 07 2005 Bill Nottingham <notting@redhat.com> 2.6.14-6
  294. - update from upstream (appears to fix #170111)
  295. * Fri Oct 07 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-5
  296. - update from upstream
  297. - fixed host_len size for memcpy (#168903) <Matt_Domsch@dell.com>
  298. * Fri Sep 23 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-4
  299. - add RPM_OPT_FLAGS
  300. * Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-3
  301. - forget to apply the patch :(
  302. * Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-2
  303. - make ip help work again (#168449)
  304. * Wed Sep 14 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-1
  305. - upgrade to ss050901 for 2.6.14 kernel headers
  306. * Fri Aug 26 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-3
  307. - added /sbin/cbq script and sample configuration files (#166301)
  308. * Fri Aug 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-2
  309. - upgrade to iproute2-050816
  310. * Thu Aug 11 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-1
  311. - update to snapshot for 2.6.13+ kernel
  312. * Tue May 24 2005 Radek Vokal <rvokal@redhat.com> 2.6.11-2
  313. - removed useless initvar patch (#150798)
  314. - new upstream source
  315. * Tue Mar 15 2005 Radek Vokal <rvokal@redhat.com> 2.6.11-1
  316. - update to iproute-2.6.11
  317. * Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 2.6.10-2
  318. - gcc4 rebuilt
  319. * Wed Feb 16 2005 Radek Vokal <rvokal@redhat.com> 2.6.10-1
  320. - update to iproute-2.6.10
  321. * Thu Dec 23 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-6
  322. - added arpd into sbin
  323. * Mon Nov 29 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-5
  324. - debug info removed from makefile and from spec (#140891)
  325. * Tue Nov 16 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-4
  326. - source file updated from snapshot version
  327. - endian patch adding <endian.h>
  328. * Sat Sep 18 2004 Joshua Blanton <jblanton@cs.ohiou.edu> 2.6.9-3
  329. - added installation of netem module for tc
  330. * Mon Sep 06 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-2
  331. - fixed possible buffer owerflow, path by Steve Grubb <linux_4ever@yahoo.com>
  332. * Wed Sep 01 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-1
  333. - updated to iproute-2.6.9, spec file change, patches cleared
  334. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  335. - rebuilt
  336. * Wed May 26 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-16
  337. - Took tons of manpages from debian, much more complete (#123952).
  338. * Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-15
  339. - rebuilt
  340. * Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-13.2
  341. - Built security errata version for FC1.
  342. * Wed Apr 21 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-14
  343. - Fixed -f option for ss (#118355).
  344. - Small description fix (#110997).
  345. - Added initialization of some vars (#74961).
  346. - Added patch to initialize "default" rule as well (#60693).
  347. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  348. - rebuilt
  349. * Wed Nov 05 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-12
  350. - Security errata for netlink (CAN-2003-0856).
  351. * Thu Oct 23 2003 Phil Knirsch <pknirsch@redhat.com>
  352. - Updated to latest version. Used by other distros, so seems stable. ;-)
  353. - Quite a few patches needed updating in that turn.
  354. - Added ss (#107363) and several other new nifty tools.
  355. * Tue Jun 17 2003 Phil Knirsch <pknirsch@redhat.com>
  356. - rebuilt
  357. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  358. - rebuilt
  359. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  360. - rebuilt
  361. * Thu Jan 16 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-7
  362. - Added htb3-tc patch from http://luxik.cdi.cz/~devik/qos/htb/ (#75486).
  363. * Fri Oct 11 2002 Bill Nottingham <notting@redhat.com> 2.4.7-6
  364. - remove flags patch at author's request
  365. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  366. - automated rebuild
  367. * Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-4
  368. - Don't forcibly strip binaries
  369. * Mon May 27 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-3
  370. - Fixed missing diffserv and atm support in config (#57278).
  371. - Fixed inconsistent numeric base problem for command line (#65473).
  372. * Tue May 14 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-2
  373. - Added patch to fix crosscompiling by Adrian Linkins.
  374. * Fri Mar 15 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-1
  375. - Update to latest stable release 2.4.7-now-ss010824.
  376. - Added simple man page for ip.
  377. * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
  378. - allow setting of allmulti & promisc flags (#48669)
  379. * Mon Jul 02 2001 Than Ngo <than@redhat.com>
  380. - fix build problem in beehive if kernel-sources is not installed
  381. * Fri May 25 2001 Helge Deller <hdeller@redhat.de>
  382. - updated to iproute2-2.2.4-now-ss001007.tar.gz
  383. - bzip2 source tar file
  384. - "License" replaces "Copyright"
  385. - added "BuildPrereq: tetex-latex tetex-dvips psutils"
  386. - rebuilt for 7.2
  387. * Tue May 1 2001 Bill Nottingham <notting@redhat.com>
  388. - use the system headers - the included ones are broken
  389. - ETH_P_ECHO went away
  390. * Sat Jan 6 2001 Jeff Johnson <jbj@redhat.com>
  391. - test for specific KERNEL_INCLUDE directories.
  392. * Thu Oct 12 2000 Than Ngo <than@redhat.com>
  393. - rebuild for 7.1
  394. * Thu Oct 12 2000 Than Ngo <than@redhat.com>
  395. - add default configuration files for iproute (Bug #10549, #18887)
  396. * Tue Jul 25 2000 Jakub Jelinek <jakub@redhat.com>
  397. - fix include-glibc/ to cope with glibc 2.2 new resolver headers
  398. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  399. - automatic rebuild
  400. * Sun Jun 18 2000 Than Ngo <than@redhat.de>
  401. - rebuilt in the new build environment
  402. - use RPM macros
  403. - handle RPM_OPT_FLAGS
  404. * Sat Jun 03 2000 Than Ngo <than@redhat.de>
  405. - fix iproute to build with new glibc
  406. * Fri May 26 2000 Ngo Than <than@redhat.de>
  407. - update to 2.2.4-now-ss000305
  408. - add configuration files
  409. * Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
  410. - strip binaries
  411. * Mon Aug 16 1999 Cristian Gafton <gafton@redhat.com>
  412. - first build