Author: blues Date: Thu Oct 25 13:23:51 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - introduced initial blacklist support
---- Files affected: SPECS: module-init-tools.spec (1.57 -> 1.58) ---- Diffs: ================================================================ Index: SPECS/module-init-tools.spec diff -u SPECS/module-init-tools.spec:1.57 SPECS/module-init-tools.spec:1.58 --- SPECS/module-init-tools.spec:1.57 Tue Feb 13 07:46:54 2007 +++ SPECS/module-init-tools.spec Thu Oct 25 15:23:46 2007 @@ -10,11 +10,12 @@ Summary(uk.UTF-8): Утиліти для роботи з модулями ядра Name: module-init-tools Version: 3.2.2 -Release: 3 +Release: 3.1 License: GPL Group: Applications/System Source0: http://kernel.org/pub/linux/utils/kernel/module-init-tools/%{name}-%{version}.tar.bz2 # Source0-md5: a1ad0a09d3231673f70d631f3f5040e9 +Source1: %{name}-blacklist # TODO: # - update manual to this patch too Patch0: %{name}-modutils.patch @@ -63,7 +64,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/etc/{cron.d,modprobe.d},%{_mandir}/man{5,8}} +install -d $RPM_BUILD_ROOT{%{_sysconfdir}/{cron.d,modprobe.d},%{_mandir}/man{5,8}} %{__make} install install-am \ DESTDIR=$RPM_BUILD_ROOT \ @@ -72,6 +73,8 @@ :> $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.conf +install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/blacklist + %clean rm -rf $RPM_BUILD_ROOT @@ -85,6 +88,7 @@ %defattr(644,root,root,755) %doc ChangeLog NEWS README %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modprobe.conf +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modprobe.d/blacklist %dir %{_sysconfdir}/modprobe.d %attr(755,root,root) %{_sbindir}/* %{_mandir}/man*/* @@ -95,6 +99,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.58 2007/10/25 13:23:46 blues +- introduced initial blacklist support + Revision 1.57 2007/02/13 06:46:54 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/module-init-tools.spec?r1=1.57&r2=1.58&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
