specfile fixes with recent rpm [release 2.2-21mamba;Tue Nov 24 2020]
This commit is contained in:
parent
bfafe5a462
commit
ed180c2d1a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 20mamba
|
Release: 21mamba
|
||||||
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
|
||||||
@ -20,6 +20,7 @@ The filesystem package is one of the basic packages that is installed on an open
|
|||||||
Filesystem contains the basic directory layout for a Linux operating system, including the correct permissions for the directories.
|
Filesystem contains the basic directory layout for a Linux operating system, including the correct permissions for the directories.
|
||||||
|
|
||||||
%prep -q
|
%prep -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -151,7 +152,7 @@ fi
|
|||||||
%dir /var/log
|
%dir /var/log
|
||||||
%dir /var/mail
|
%dir /var/mail
|
||||||
%dir /var/opt
|
%dir /var/opt
|
||||||
%attr(1755,root,root) %dir /var/run
|
/var/run
|
||||||
%dir /var/spool
|
%dir /var/spool
|
||||||
/var/spool/mail
|
/var/spool/mail
|
||||||
%attr(1777,root,root) %dir /var/tmp
|
%attr(1777,root,root) %dir /var/tmp
|
||||||
@ -168,6 +169,9 @@ fi
|
|||||||
/usr/tmp
|
/usr/tmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 24 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-21mamba
|
||||||
|
- specfile fixes with recent rpm
|
||||||
|
|
||||||
* Tue Jun 25 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-20mamba
|
* Tue Jun 25 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-20mamba
|
||||||
- fix /var/lock permissions to avoid conflicting with liblockdev
|
- fix /var/lock permissions to avoid conflicting with liblockdev
|
||||||
|
|
||||||
@ -222,11 +226,11 @@ fi
|
|||||||
* Tue May 27 2003 Alessandro Ramazzina <alessandro.ramazzina@qinet.it> 2.2-4qilnx
|
* Tue May 27 2003 Alessandro Ramazzina <alessandro.ramazzina@qinet.it> 2.2-4qilnx
|
||||||
- added /usr/share/empty
|
- added /usr/share/empty
|
||||||
|
|
||||||
* Tue Apr 23 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.2-3qilnx
|
* Wed Apr 23 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.2-3qilnx
|
||||||
- added /var/lock/subsys
|
- added /var/lock/subsys
|
||||||
|
|
||||||
* Tue Apr 23 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.2-2qilnx
|
* Wed Apr 23 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.2-2qilnx
|
||||||
- added /initrd
|
- added /initrd
|
||||||
|
|
||||||
* Tue Apr 14 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.2-1qilnx
|
* Mon Apr 14 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.2-1qilnx
|
||||||
- first build
|
- first build
|
||||||
|
Loading…
Reference in New Issue
Block a user