- rename /etc/modprobe.d/blacklist to /etc/modprobe.d/blacklist.conf
authorKarsten Hopp <karsten@redhat.com>
Thu, 19 Mar 2009 19:39:24 +0000 (20:39 +0100)
committerKarsten Hopp <karsten@redhat.com>
Thu, 19 Mar 2009 19:39:24 +0000 (20:39 +0100)
Makefile
hwdata.spec

index cb87b1952fba23080c5ee4c5a55fb8f1212a4763..1e4f929bfd47e16305ae507c870cd334a6bdbf99 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ install:
        done
        mkdir -p -m 755 $(datadir)/$(NAME)/videoaliases
        mkdir -p -m 755 $(sysconfdir)/modprobe.d
-       install -m 644 blacklist $(sysconfdir)/modprobe.d
+       install -m 644 blacklist $(sysconfdir)/modprobe.d/blacklist.conf
 
 tag:
        @git tag -a -m "Tag as $(NAME)-$(VERSION)-$(RELEASE)" $(NAME)-$(VERSION)-$(RELEASE)
index bb1a3f5a11489bfdb613a4a98f5f38fe2f837a5d..bd0fd971d85685ea1fa1d7c0800e2a841773c2de 100644 (file)
@@ -1,6 +1,6 @@
 Name: hwdata
 Summary: Hardware identification and configuration data
-Version: 0.222
+Version: 0.223
 Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
@@ -33,10 +33,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc LICENSE COPYING
 %dir %{_datadir}/%{name}
-%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist
+%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist.conf
 %{_datadir}/%{name}/*
 
 %changelog
+* Thu Mar 19 2009 Karsten Hopp <karsten@redhat.com> 0.223-1
+- update usb.ids pci.ids oui.txt
+- rename /etc/modprobe.d/blacklist to /etc/modprobe.d/blacklist.conf
+
 * Wed Jan 28 2009 Karsten Hopp <karsten@redhat.com> 0.222-1
 - update usb.ids pci.ids oui.txt and build for all current releases
   Fixes p.e. #465440