iproute-vl.spec 16 KB

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