don't own /dev/pts [release 2.3-6mamba;Sun Apr 25 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 22:18:25 +01:00
parent 81eeeba99f
commit 5a36052126

View File

@ -2,7 +2,7 @@
Name: filesystem
Version: 2.3
Release: 5mamba
Release: 6mamba
Summary: The basic directory layout for a Linux system
Group: System/Configuration
Vendor: openmamba
@ -24,7 +24,7 @@ Filesystem contains the basic directory layout for a Linux operating system, inc
%install
[ "%{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}
for dirname in %{buildroot}/usr %{buildroot}/usr/local; do
@ -143,7 +143,6 @@ fi
#/bin
%dir /boot
%dir /dev
%dir /dev/pts
%dir /etc
%dir /etc/opt
%dir /home
@ -226,6 +225,9 @@ fi
/usr/tmp
%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
- try performing migration in posttrans to fix problematic long-term updates