From 9ebe79d15a91bbca0191129f679117374f21796a Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Thu, 19 Mar 2009 20:39:24 +0100 Subject: [PATCH] - rename /etc/modprobe.d/blacklist to /etc/modprobe.d/blacklist.conf --- Makefile | 2 +- hwdata.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cb87b19..1e4f929 100644 --- 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) diff --git a/hwdata.spec b/hwdata.spec index bb1a3f5..bd0fd97 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -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 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 0.222-1 - update usb.ids pci.ids oui.txt and build for all current releases Fixes p.e. #465440 -- 2.25.1