From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] util-linux: Do no create /run/uuidd Date: Fri, 17 Mar 2023 16:10:08 +0100 Message-ID: <20230317151008.314534-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5487299049248737574==" List-Id: --===============5487299049248737574== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit The folder will be created by systemd and violates the FSH. Signed-off-by: Stefan Schantl --- util-linux/util-linux.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util-linux/util-linux.nm b/util-linux/util-linux.nm index 684e57b0a..f5290c1c8 100644 --- a/util-linux/util-linux.nm +++ b/util-linux/util-linux.nm @@ -6,7 +6,7 @@ name = util-linux ver_maj = 2.38 version = %{ver_maj}.1 -release = 1 +release = 2 maintainer = Stefan Schantl groups = System/Base @@ -70,7 +70,6 @@ build %{BUILDROOT}/var/lib/libuuid \ %{BUILDROOT}/var/lib/hwclock \ %{BUILDROOT}/usr/share/man/man8 \ - %{BUILDROOT}/run/uuidd \ %{BUILDROOT}/var/log touch %{BUILDROOT}/var/log/lastlog -- 2.30.2 --===============5487299049248737574==--