moved blacklist.con

from /etc/modprobe.d to /usr/lib/modprobe.d as dist-blacklist.conf.
/usr/lib/modprobe.d is a directory for distro-defined defaults for modprobe.
Resolves: 734884
This commit is contained in:
Michal Minar 2013-03-27 09:00:59 +01:00
parent 4004f74d60
commit 4a0f350d70
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/hwdata-0.244.tar.bz2
/hwdata-0.245.tar.bz2
/hwdata-0.246.tar.bz2
/hwdata-0.247.tar.bz2

View File

@ -1,6 +1,6 @@
Name: hwdata
Summary: Hardware identification and configuration data
Version: 0.246
Version: 0.247
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
@ -29,11 +29,13 @@ rm -rf $RPM_BUILD_ROOT
%files
%doc LICENSE COPYING
%dir %{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist.conf
%{_prefix}/lib/modprobe.d/dist-blacklist.conf
%{_datadir}/%{name}/*
%changelog
* Wed Mar 27 2013 Michal Minar <miminar@redhat.com> 0.246-1
* Wed Mar 27 2013 Michal Minar <miminar@redhat.com> 0.247-1
- Moved blacklist.conf from /etc/modprobe.d to /usr/lib/modprobe.d.
- Renamed it to dist-blacklist.conf.
- Data files update
* Mon Mar 18 2013 Michal Minar <miminar@redhat.com> 0.245-1

View File

@ -1,3 +1 @@
bab206d2e66aeb7e6dd6043c802d0fac hwdata-0.244.tar.bz2
2b505f104a1d5bf4f1291599c671f866 hwdata-0.245.tar.bz2
699db5814ca698eaa4e305c2902cf633 hwdata-0.246.tar.bz2
6190f7eba0ed78661ea963271f736aeb hwdata-0.247.tar.bz2