From dc28d934d32f2f7b63d4dc202d7bb5cd901ad39f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 12 Apr 2016 13:47:58 +0000 Subject: [PATCH] scst.spec.in: Disable executable flag again for kernel modules git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6859 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scst.spec.in b/scst.spec.in index 5376f17a7..31df8353c 100644 --- a/scst.spec.in +++ b/scst.spec.in @@ -163,7 +163,7 @@ rm -rf /usr/local/include/scst /sbin/depmod -a %{kversion} %files -%defattr(-,root,root) +%defattr(0644,root,root) %dir /lib/modules/%{kversion}/extra /lib/modules/%{kversion}/extra/fcst.ko /lib/modules/%{kversion}/extra/ib_srpt.ko @@ -183,6 +183,7 @@ rm -rf /usr/local/include/scst /lib/modules/%{kversion}/extra/dev_handlers/scst_tape.ko /lib/modules/%{kversion}/extra/dev_handlers/scst_user.ko /lib/modules/%{kversion}/extra/dev_handlers/scst_vdisk.ko +%defattr(-,root,root) %{_mandir}/man5/iscsi-scstd.conf.5.gz %{_mandir}/man8/iscsi-scst-adm.8.gz %{_mandir}/man8/iscsi-scstd.8.gz