SPECS: pcmciautils.spec - hotplug .agent/.rc files must be executable

qboosh qboosh at pld-linux.org
Thu Jan 25 13:52:33 CET 2007


Author: qboosh                       Date: Thu Jan 25 12:52:33 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- hotplug .agent/.rc files must be executable

---- Files affected:
SPECS:
   pcmciautils.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/pcmciautils.spec
diff -u SPECS/pcmciautils.spec:1.12 SPECS/pcmciautils.spec:1.13
--- SPECS/pcmciautils.spec:1.12	Thu Jan 25 13:44:37 2007
+++ SPECS/pcmciautils.spec	Thu Jan 25 13:52:28 2007
@@ -77,7 +77,8 @@
 %if %{with udev}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/60-pcmcia.rules
 %else
-%{_sysconfdir}/hotplug/*
+%attr(755,root,root) %{_sysconfdir}/hotplug/*.agent
+%attr(755,root,root) %{_sysconfdir}/hotplug/*.rc
 %endif
 %attr(755,root,root) /sbin/lspcmcia
 %attr(755,root,root) /sbin/pccardctl
@@ -94,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2007/01/25 12:52:28  qboosh
+- hotplug .agent/.rc files must be executable
+
 Revision 1.12  2007/01/25 12:44:37  glen
 - %if %{without ...} works fine
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pcmciautils.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list