Author: blues Date: Fri Nov 2 20:00:08 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.5 - it seems that the only allowed is *.conf
---- Files affected: SPECS: module-init-tools.spec (1.60 -> 1.61) ---- Diffs: ================================================================ Index: SPECS/module-init-tools.spec diff -u SPECS/module-init-tools.spec:1.60 SPECS/module-init-tools.spec:1.61 --- SPECS/module-init-tools.spec:1.60 Sat Oct 27 12:02:44 2007 +++ SPECS/module-init-tools.spec Fri Nov 2 21:00:03 2007 @@ -10,7 +10,7 @@ Summary(uk.UTF-8): Утиліти для роботи з модулями ядра Name: module-init-tools Version: 3.2.2 -Release: 4 +Release: 5 License: GPL Group: Applications/System Source0: http://kernel.org/pub/linux/utils/kernel/module-init-tools/%{name}-%{version}.tar.bz2 @@ -73,7 +73,7 @@ :> $RPM_BUILD_ROOT/etc/modprobe.conf -install %{SOURCE1} $RPM_BUILD_ROOT/etc/modprobe.d/blacklist +install %{SOURCE1} $RPM_BUILD_ROOT/etc/modprobe.d/blacklist.conf %clean rm -rf $RPM_BUILD_ROOT @@ -89,7 +89,7 @@ %doc ChangeLog NEWS README %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/modprobe.conf %dir /etc/modprobe.d -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/modprobe.d/blacklist +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/modprobe.d/*.conf %attr(755,root,root) %{_sbindir}/* %{_mandir}/man*/* @@ -99,6 +99,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.61 2007/11/02 20:00:03 blues +- rel.5 - it seems that the only allowed is *.conf + Revision 1.60 2007/10/27 10:02:44 blues - rel.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/module-init-tools.spec?r1=1.60&r2=1.61&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
