From 5a36052126aa3656d42e6f01bf7360d2625ec56d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:18:25 +0100 Subject: [PATCH] don't own /dev/pts [release 2.3-6mamba;Sun Apr 25 2021] --- filesystem.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index 5f03d8d..8a2d8fa 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -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 2.3-6mamba +- don't own /dev/pts + * Mon Apr 19 2021 Silvan Calarco 2.3-5mamba - try performing migration in posttrans to fix problematic long-term updates