From ed180c2d1a81231fdb990212a3ea618445a52b85 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:18:25 +0100 Subject: [PATCH] specfile fixes with recent rpm [release 2.2-21mamba;Tue Nov 24 2020] --- filesystem.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index d4580ca..9bda07c 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -2,7 +2,7 @@ Name: filesystem Version: 2.2 -Release: 20mamba +Release: 21mamba Summary: The basic directory layout for a Linux system Group: System/Configuration 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. %prep -q + %build %install @@ -151,7 +152,7 @@ fi %dir /var/log %dir /var/mail %dir /var/opt -%attr(1755,root,root) %dir /var/run +/var/run %dir /var/spool /var/spool/mail %attr(1777,root,root) %dir /var/tmp @@ -168,6 +169,9 @@ fi /usr/tmp %changelog +* Tue Nov 24 2020 Silvan Calarco 2.2-21mamba +- specfile fixes with recent rpm + * Tue Jun 25 2019 Silvan Calarco 2.2-20mamba - fix /var/lock permissions to avoid conflicting with liblockdev @@ -222,11 +226,11 @@ fi * Tue May 27 2003 Alessandro Ramazzina 2.2-4qilnx - added /usr/share/empty -* Tue Apr 23 2003 Silvan Calarco 2.2-3qilnx +* Wed Apr 23 2003 Silvan Calarco 2.2-3qilnx - added /var/lock/subsys -* Tue Apr 23 2003 Silvan Calarco 2.2-2qilnx +* Wed Apr 23 2003 Silvan Calarco 2.2-2qilnx - added /initrd -* Tue Apr 14 2003 Silvan Calarco 2.2-1qilnx +* Mon Apr 14 2003 Silvan Calarco 2.2-1qilnx - first build