own root dir with 0755 permissions [release 2.2-18mamba;Tue Dec 11 2018]
This commit is contained in:
parent
1b0d59ccc4
commit
6413264346
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 17mamba
|
Release: 18mamba
|
||||||
Summary: The basic directory layout for a Linux system
|
Summary: The basic directory layout for a Linux system
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -63,6 +63,7 @@ ln -s ../mail %{buildroot}/var/spool/mail
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%attr(0755,root,root) %dir /
|
||||||
%dir /bin
|
%dir /bin
|
||||||
%dir /boot
|
%dir /boot
|
||||||
%dir /dev
|
%dir /dev
|
||||||
@ -146,6 +147,9 @@ ln -s ../mail %{buildroot}/var/spool/mail
|
|||||||
/usr/tmp
|
/usr/tmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 11 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-18mamba
|
||||||
|
- own root dir with 0755 permissions
|
||||||
|
|
||||||
* Sun Oct 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-17mamba
|
* Sun Oct 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-17mamba
|
||||||
- own /usr, /etc, /opt, /var and more directories
|
- own /usr, /etc, /opt, /var and more directories
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user