auto-import hwdata-0.200-1 on branch devel from hwdata-0.200-1.src.rpm
This commit is contained in:
parent
3bb51e332f
commit
d1aafffd43
@ -1 +1 @@
|
||||
hwdata-0.199.tar.gz
|
||||
hwdata-0.200.tar.gz
|
||||
|
||||
12
hwdata.spec
12
hwdata.spec
@ -1,6 +1,6 @@
|
||||
Name: hwdata
|
||||
Summary: Hardware identification and configuration data
|
||||
Version: 0.199
|
||||
Version: 0.200
|
||||
Release: 1%{?dist}
|
||||
License: GPL/MIT
|
||||
Group: System Environment/Base
|
||||
@ -28,11 +28,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE COPYING
|
||||
%dir /usr/share/hwdata
|
||||
%config(noreplace) /etc/modprobe.d/blacklist
|
||||
/usr/share/hwdata/*
|
||||
%dir %{_datadir}/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist
|
||||
%{_datadir}/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 10 2007 Karsten Hopp <karsten@redhat.com> 0.200-1
|
||||
- use macros
|
||||
- update pci.ids
|
||||
|
||||
* Mon Mar 12 2007 Karsten Hopp <karsten@redhat.com> 0.199-1
|
||||
- drop %%config from data files in /usr
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user