From patchwork Fri Mar 17 15:10:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6703 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PdSHG6pnlz3wkG for ; Fri, 17 Mar 2023 15:10:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PdSHF0Tw7zwd; Fri, 17 Mar 2023 15:10:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PdSHD6jhkz30Hx; Fri, 17 Mar 2023 15:10:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PdSHD0Zm3z2xNW for ; Fri, 17 Mar 2023 15:10:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PdSHC481WzM6; Fri, 17 Mar 2023 15:10:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1679065815; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dgKkrmlFe+Z+380HsEsl/tTN7lDSYgFzLUJQAqKs6sY=; b=5NvsJREjDOr+wgjXixaTuAYEYHk0bUtnRdmzH1z5QjwSGZZoot0p7eM1VVRkHcgP9SSTFG WCCMfnRk5mqy2UDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1679065815; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dgKkrmlFe+Z+380HsEsl/tTN7lDSYgFzLUJQAqKs6sY=; b=wSVDG/w0NSLHDmixccoj5WyGHm/UWVyTlkG0td465hXNa3FBSllbX8gOs2DHYFUyf+eXx2 dxqUq5BAFzAMW9EP1Uyegg0wygsEkF8nXOpR0TDDACdw9C2yB8cdgye0ilOTBlZT2YAXnM Xd7CWPptlXOtigB/As6XcVXfPriW/bveI6UQYIaU+VhFN14Qu2qTz8GMjjKzdakpR/i9E9 RGNaSJ1Ke8l+NXJymDMzTAnMEjTR8SvVchqUGRNWk6ZJQrHj+aQHqsLlrFy0rxBKDo8dyo KSUUWz6BBB97ma7G85QGAuBfkmzWZ7FJ5urjH8DosuwjIIiSXIMdWj5Qg5vcPw== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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