mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
scst*.spec: Set default attributes for directories
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7376 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -218,7 +218,7 @@ dkms remove -m %{kmod_name} -v %{dkms_version} --rpm_safe_upgrade --all
|
||||
true
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,0755)
|
||||
/usr/src/%{kmod_name}-%{dkms_version}/
|
||||
|
||||
%files userspace
|
||||
@@ -231,7 +231,7 @@ true
|
||||
%dir /var/lib/scst/vdev_mode_pages
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,0755)
|
||||
%dir /usr/include/scst
|
||||
/usr/include/scst/Module.symvers
|
||||
/usr/include/scst/scst.h
|
||||
|
||||
@@ -173,7 +173,7 @@ rm -rf /usr/local/include/scst
|
||||
/sbin/depmod -a %{kversion}
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root)
|
||||
%defattr(0644,root,root,0755)
|
||||
/lib/modules/%{kversion}/extra/fcst.ko
|
||||
/lib/modules/%{kversion}/extra/ib_srpt.ko
|
||||
/lib/modules/%{kversion}/extra/iscsi-scst.ko
|
||||
@@ -192,7 +192,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)
|
||||
%defattr(-,root,root,0755)
|
||||
%{_mandir}/man5/iscsi-scstd.conf.5.gz
|
||||
%{_mandir}/man8/iscsi-scst-adm.8.gz
|
||||
%{_mandir}/man8/iscsi-scstd.8.gz
|
||||
@@ -202,7 +202,7 @@ rm -rf /usr/local/include/scst
|
||||
%dir /var/lib/scst/vdev_mode_pages
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,0755)
|
||||
%dir /usr/include/scst
|
||||
/usr/include/scst/Module.symvers
|
||||
/usr/include/scst/backport.h
|
||||
|
||||
@@ -67,7 +67,7 @@ rm -f /usr/local/man/man5/scst.5*
|
||||
rm -f /usr/local/man/man5/scst.conf.5*
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,0755)
|
||||
%config(noreplace) /etc/default/scst
|
||||
/etc/init.d/scst
|
||||
%{_sbindir}/scstadmin
|
||||
|
||||
Reference in New Issue
Block a user