hwdata-vl.spec 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. Name: hwdata
  2. Summary: Hardware identification and configuration data
  3. Summary(ja): ハードウエアの識別・設定情報データ
  4. Version: 0.232.1
  5. Release: 1%{?_dist_release}
  6. License: GPL/MIT
  7. Group: System Environment/Base
  8. Source0: %{name}-%{version}.tar.bz2
  9. BuildArch: noarch
  10. Conflicts: Xconfigurator < 4.9.42
  11. Conflicts: kernel-pcmcia-cs
  12. Conflicts: kudzu < 1.1.86
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: daisuke
  17. %description
  18. hwdata contains various hardware identification and configuration data,
  19. such as the pci.ids database, the X.Org X11 Cards and MonitorsDb databases.
  20. %description -l ja
  21. hwdata には、様々なハードウエアの識別や設定情報が含まれています。
  22. たとえば、pci.ids データベースや X.Org X11 のカードとモニターのデータ
  23. ベースを提供しています。
  24. 以前は Xconfiguratorやkudzuがそれぞれ提供していたハードウエアに
  25. 関するデータベースをまとめたものが hwdata パッケージになります。
  26. %prep
  27. %setup -q
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. make install DESTDIR=$RPM_BUILD_ROOT
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files
  34. %defattr(-,root,root)
  35. %doc LICENSE COPYING
  36. %dir %{_datadir}/hwdata
  37. %config(noreplace) %{_sysconfdir}/modprobe.d/blacklist.conf
  38. %config %{_datadir}/hwdata/*
  39. %changelog
  40. * Sat Nov 16 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.232.1-1
  41. - forked from fedora package
  42. - update pci.ids, usb.ids, pnp.ids, oui.txt
  43. - add floppy to blacklist.conf
  44. * Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.232-1
  45. - update to 0.232
  46. - update pci.ids, usb.ids
  47. * Sun Jun 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.225-3
  48. - add eepro100 to blacklist again.
  49. - update pci.ids
  50. * Mon May 04 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.225-2
  51. - set BuildArch to noarch again, since arch-dependent patch doesn't
  52. exist anymore
  53. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.225-1
  54. - new upstream release
  55. - update {pci,usb,oui}.ids
  56. - rename blacklist to blacklist.conf
  57. * Sat Mar 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.222-1
  58. - new upstream release
  59. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.146.28-1vl5
  60. - applied new versioning policy, spec in utf-8
  61. * Fri Dec 21 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.28-0vl1
  62. - update Patch100 for ppc
  63. * Thu Dec 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.27-0vl1
  64. - update pcitable/Cards
  65. - use vesa for Intel GM965
  66. * Wed Dec 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.26-0vl1
  67. - update pcitable
  68. - add forcedeth-0.62 device ids
  69. - update pcitable/Cards
  70. - use vesa for Radeon Xpress 1100 IGP
  71. * Thu Nov 22 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.25-0vl1
  72. - update pcitable
  73. - add sata_nv device ids (MCP61)
  74. * Wed Nov 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.24-0vl1
  75. - import 0.146.23-0vl2 changes to cvs
  76. * Wed Nov 07 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.23-0vl2
  77. - update Patch100 for ppc
  78. * Wed Nov 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.23-0vl1
  79. - update pcitable
  80. - add bnx2 driver
  81. - add atl1 driver
  82. * Tue Nov 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.22-0vl1
  83. - add eepro100 to blacklist (<BTS:497>)
  84. * Tue Nov 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.21-0vl1
  85. - update pcitable
  86. - add e1000e device ids
  87. * Sat Nov 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.20-0vl1
  88. - update pcitable
  89. - add more device infomation for 2.6.16-0vl76.14
  90. * Sat Nov 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.19-0vl1
  91. - update pci.ids
  92. - update Cards and pcitables
  93. - add intel/radeonhd/via driver
  94. - update MonitorsDB
  95. * Thu Dec 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.18-0vl1
  96. - update pci.ids
  97. - long device information may cause kudzu/pciutils crash
  98. (this should be fixed in pci.ids handling codes)
  99. - update MonitorsDB
  100. - add some Sony displays
  101. - update blacklist
  102. - add ivtv
  103. * Thu Nov 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.17-0vl1
  104. - update pcitable
  105. - fix LSILogic Fusion MPT device entries
  106. * Mon Nov 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.16-0vl1
  107. - update pcitable and Cards
  108. - update NVIDIA GeForce/Quadro entries
  109. * Sun Oct 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.15-0vl1
  110. - update blacklist
  111. - add r8169 (We prefer r1000 driver)
  112. * Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.14-0vl1
  113. - update pcitable
  114. - add new pciids for e1000, e100, sky2, skge, tg3, 8139too, cciss
  115. * Wed Oct 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.13-0vl1
  116. - update Cards
  117. - fix typo
  118. - disable DDC for Intel 8xx/9xx by default.
  119. * Wed Oct 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.12-0vl1
  120. - update MonitorsDB
  121. - add Toshiba dynabook SS S30 monitor
  122. - update Cards
  123. - add Option "DDC" "off" for Intel 945
  124. * Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.11-0vl1
  125. - update pcitable
  126. - use megaraid instead of megaraid_mbox for some older cards
  127. - use r1000 for Realtek Gigabit ethernet cards
  128. * Mon Oct 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.10-0vl1
  129. - update MonitoreDB (<BTS:244>)
  130. - add Iiyama monitors
  131. - update inf2mondb.py from upstream
  132. * Sat Oct 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.9-0vl1
  133. - update MonitorsDB (<BTS:244>)
  134. - add Sharp monitors
  135. - add TOTOKU monitors
  136. * Sat Sep 30 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.8-0vl2
  137. - update Patch100 for ppc
  138. * Sat Sep 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.8-0vl1
  139. - update hwdata to add radeon pciids (X700,X800,X850,XPRESS200..)
  140. * Sat Sep 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.7-0vl1
  141. - update MonitorsDB
  142. - update pcitable to add newer devices for r8169
  143. * Thu Sep 14 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.6-0vl2
  144. - modify Patch100 for ppc (place Apple monitors first on ppc)
  145. * Sat Sep 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.6-0vl1
  146. - update MonitorsDB
  147. * Sat Sep 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.5-0vl1
  148. - update pcitable, Cards
  149. * Fri Sep 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.4-0vl1
  150. - update pci.ids
  151. - update pcitable to add newer GeForce cards.
  152. * Wed Sep 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.3-0vl1
  153. - add more Generic LCD Panels to MonitorsDB
  154. * Sat Sep 02 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.2-0vl2
  155. - reorder Apple displays for convenience
  156. * Sat Sep 02 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.146.2-0vl1
  157. - now the rpm is not noarch
  158. - add Patch100 for ppc (most ati/radeon neees UseFBDev)
  159. * Sun Aug 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146.1-0vl1
  160. - move blacklist to /etc/modprobe.d
  161. - TODO: change versioning scheme before 4.0 release.
  162. * Sun Aug 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.146-0vl1
  163. - hwdata is now maintained on vinelinux.org cvs.
  164. - update for new kudzu
  165. - merge changes from RHEL package.
  166. - update blacklist, MonitorsDB, pcitable
  167. * Mon Sep 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl15
  168. - update pcitable
  169. * Mon Sep 5 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl14
  170. - update pcitable for new sk98lin driver
  171. * Sat Sep 3 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl13
  172. - update pcitable
  173. * Thu Sep 1 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl12
  174. - update pcitable
  175. * Wed Aug 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl11
  176. - update pcitable, Cards
  177. - add 915GM/945G to use i810 driver
  178. - add more tg3 entries
  179. * Tue Aug 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl10
  180. - update pcitable
  181. * Mon Aug 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl9
  182. - update Cards, pcitable, pci.ids
  183. * Thu Aug 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl8
  184. - update MonitorsDB
  185. * Fri Aug 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl7
  186. - update Cards, pci.ids, pcitable, MonitorsDB
  187. (TODO: update upgradelist for kernel-2.6)
  188. * Wed Jan 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl6
  189. - update Cards and pcitable for XOrg-6.8.1
  190. * Wed Jan 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl5
  191. - update pcitable to fix typo (via82cxx_audio -> via82cxxx_audio)
  192. - add more Apple displays to MonitorsDB
  193. * Thu Oct 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl4
  194. - update pcitable to add new broadcom tg3 cards and ati radeon cards.
  195. * Sun Aug 01 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl3
  196. - update pcitable/Cards to add VIA CLE266/VT7205
  197. - update pci.ids
  198. * Tue Jul 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl2
  199. - small update vine patch
  200. * Tue Jul 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.123-0vl1
  201. - merged with new upstream
  202. - update vine patch
  203. * Thu May 6 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.118-0vl1
  204. - merged with new upstream release
  205. - update vine patch
  206. - TODO: libata driver should be added in pcitable
  207. * Sun Feb 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.107-0vl1
  208. - merged with new upstream release
  209. * Tue Nov 5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1vl2
  210. - oops, Vine specific patches are not applied..
  211. * Tue Nov 5 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1vl1
  212. - initial package for Vine Linux.
  213. - add Patch0-4 to sync with Vine Linux's pci/card/monitor database.
  214. - see also Xconfigurator/kudzu package for past changelogs.
  215. * Thu Sep 5 2002 Bill Nottingham <notting@redhat.com> 0.47-1
  216. - pci.ids updates
  217. - add msw's wireless card
  218. * Tue Sep 3 2002 Jeremy Katz <katzj@redhat.com> 0.46-1
  219. - Card entries in pcitable need matching in Cards
  220. * Sun Sep 1 2002 Mike A. Harris <mharris@redhat.com> 0.45-1
  221. - Update G450 entry in Cards
  222. * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 0.44-1
  223. - fix some of the Dell entries
  224. - add cardbus controller id (#71198)
  225. - add audigy mapping
  226. - add NEC monitor (#71320)
  227. * Tue Aug 13 2002 Preston Brown <pbrown@redhat.com> 0.43-1
  228. - pci.id for SMC wireless PCI card (#67346)
  229. * Sat Aug 10 2002 Mike A. Harris <mharris@redhat.com> 0.42-1
  230. - Change default driver for old S3 based "Miro" card for bug (#70743)
  231. * Fri Aug 9 2002 Preston Brown <pbrown@redhat.com> 0.41-1
  232. - fix tabs in pci.ids
  233. - Change pci ids for the PowerEdge 4 series again...
  234. * Tue Aug 6 2002 Preston Brown <pbrown@redhat.com> 0.39-1
  235. - Dell PERC and SCSI pci.id additions
  236. * Tue Aug 6 2002 Mike A. Harris <mharris@redhat.com> 0.38-1
  237. - Removed and/or invalid entries from Cards database BLOCKER (#70802)
  238. * Mon Aug 5 2002 Mike A. Harris <mharris@redhat.com> 0.37-1
  239. - Changed Matrox G450 driver default options to fix bug (#66697)
  240. - Corrected S3 Trio64V2 bug in Cards file (#66492)
  241. * Tue Jul 30 2002 Bill Nottingham <notting@redhat.com> 0.36-1
  242. - tweaks for Dell Remote Assisstant cards (#60376)
  243. * Thu Jul 26 2002 Mike A. Harris <mharris@redhat.com> 0.35-1
  244. - Updated Cards db for CT69000
  245. - Various ATI cleanups and additions to Cards and pcitable
  246. - Updated S3 Trio3D to default to "vesa" driver (#59956)
  247. * Tue Jul 23 2002 Bill Nottingham <notting@redhat.com> 0.33-1
  248. - Eizo monitor updates (#56080, <triad@df.lth.se>)
  249. - pci.ids updates, corresponding pcitable updates
  250. - pcilint for pcitable
  251. * Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 0.32-1
  252. - switch de4x5 back to tulip
  253. * Mon Jun 24 2002 Mike A. Harris <mharris@redhat.com> 0.31-1
  254. - Modified ATI entries in pcitable to be able to autodetect the FireGL 8700
  255. and FireGL 8800 which both have the same ID, but different subdevice ID's.
  256. Added entries to Cards database for the 8700/8800 as well.
  257. * Tue May 28 2002 Mike A. Harris <mharris@redhat.com> 0.30-1
  258. - Reconfigured Cards database to default to XFree86 4.x for ALL video
  259. hardware, since 3.3.6 support is being removed. Video cards not
  260. supported natively by 4.x will be changed to use the vesa or vga
  261. driver, or completely removed as unsupported.
  262. * Tue Apr 17 2002 Michael Fulbright <msf@redhat.com> 0.14-1
  263. - another megaraid variant
  264. * Mon Apr 15 2002 Michael Fulbright <msf@redhat.com> 0.13-1
  265. - fix monitor entry for Dell 1600X Laptop Display Panel
  266. * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 0.13-1
  267. - more aacraid
  268. * Tue Apr 9 2002 Bill Nottingham <notting@redhat.com> 0.12-1
  269. - another 3ware, another megaraid
  270. * Fri Apr 5 2002 Mike A. Harris <mharris@redhat.com> 0.11-1
  271. - Added commented out line for some Radeon 7500 cards to Cards database.
  272. * Tue Apr 2 2002 Mike A. Harris <mharris@redhat.com> 0.10-1
  273. - Fixed i830 entry to use driver "i810" not "i830" which doesn't exist
  274. * Mon Apr 1 2002 Bill Nottingham <notting@redhat.com> 0.9-1
  275. - fix rebuild (#62459)
  276. - SuperSavage ids (#62101)
  277. - updates from pci.ids
  278. * Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.8-2
  279. - fix errant space (#61363)
  280. * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.8-1
  281. - nVidia updates
  282. * Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 0.7-1
  283. - lots of pcitable updates
  284. * Tue Mar 5 2002 Mike A. Harris <mharris@redhat.com> 0.6-1
  285. - Updated Cards database
  286. * Mon Mar 4 2002 Mike A. Harris <mharris@redhat.com> 0.5-1
  287. - Built new package with updated database files for rawhide.
  288. * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> 0.3-1
  289. - return of XFree86-3.3.x
  290. * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.1-1
  291. - initial build