This commit is contained in:
Bill Nottingham 2005-07-13 15:05:35 +00:00
parent b7e8a8c083
commit cf57d4ef7d
3 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
hwdata-0.160.tar.gz
hwdata-0.162.tar.gz

View File

@ -1,12 +1,12 @@
Name: hwdata
Summary: Hardware identification and configuration data
Version: 0.160
Version: 0.162
Release: 1
License: GPL/MIT
Group: System Environment/Base
Source: hwdata-%{version}.tar.gz
BuildArch: noarch
Conflicts: Xconfigurator < 4.9.42-1, kernel-pcmcia-cs < 3.1.31-11, kudzu < 1.1.86
Conflicts: Xconfigurator < 4.9.42-1, pcmcia-cs, kudzu < 1.1.86
Requires: module-init-tools >= 3.2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -29,14 +29,15 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%doc LICENSE COPYING
%dir /usr/share/hwdata
%dir /etc/pcmcia
%config(noreplace) /etc/modprobe.d/blacklist
%config /etc/pcmcia/config
%config /usr/share/hwdata/*
# This file is screaming to be moved into /usr/share/hwdata sometime <g>
/usr/X11R6/lib/X11/Cards
%changelog
* Wed Jul 13 2005 Bill Nottingham <notting@redhat.com> - 0.162-1
- remove /etc/pcmcia/config, conflict with pcmcia-cs
* Fri Jul 7 2005 Bill Nottingham <notting@redhat.com> - 0.160-1
- move blacklist to /etc/modprobe.d, require new module-init-tools
- add LG monitors (#162466, #161734)

View File

@ -1 +1 @@
a91b17cd7713fee61da053650d8b3e99 hwdata-0.160.tar.gz
fb0ec0e0bcdf3faba4193d325bcc2a1a hwdata-0.162.tar.gz