don't own /dev/pts [release 2.3-6mamba;Sun Apr 25 2021]
This commit is contained in:
parent
81eeeba99f
commit
5a36052126
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 2.3
|
Version: 2.3
|
||||||
Release: 5mamba
|
Release: 6mamba
|
||||||
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
|
||||||
@ -24,7 +24,7 @@ Filesystem contains the basic directory layout for a Linux operating system, inc
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
install -d %{buildroot}/{boot,dev/pts,etc/opt,home,%_lib,mnt,proc}
|
install -d %{buildroot}/{boot,dev,etc/opt,home,%_lib,mnt,proc}
|
||||||
install -d %{buildroot}/{root,tmp,usr/local,var,opt,initrd}
|
install -d %{buildroot}/{root,tmp,usr/local,var,opt,initrd}
|
||||||
|
|
||||||
for dirname in %{buildroot}/usr %{buildroot}/usr/local; do
|
for dirname in %{buildroot}/usr %{buildroot}/usr/local; do
|
||||||
@ -143,7 +143,6 @@ fi
|
|||||||
#/bin
|
#/bin
|
||||||
%dir /boot
|
%dir /boot
|
||||||
%dir /dev
|
%dir /dev
|
||||||
%dir /dev/pts
|
|
||||||
%dir /etc
|
%dir /etc
|
||||||
%dir /etc/opt
|
%dir /etc/opt
|
||||||
%dir /home
|
%dir /home
|
||||||
@ -226,6 +225,9 @@ fi
|
|||||||
/usr/tmp
|
/usr/tmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3-6mamba
|
||||||
|
- don't own /dev/pts
|
||||||
|
|
||||||
* Mon Apr 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3-5mamba
|
* Mon Apr 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3-5mamba
|
||||||
- try performing migration in posttrans to fix problematic long-term updates
|
- try performing migration in posttrans to fix problematic long-term updates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user