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:
parent
4004f74d60
commit
4a0f350d70
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/hwdata-0.244.tar.bz2
|
||||
/hwdata-0.245.tar.bz2
|
||||
/hwdata-0.246.tar.bz2
|
||||
/hwdata-0.247.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user