From c8f4359eb303cd04382c853563f351ac6a3c7730 Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Mon, 21 Oct 2024 14:45:41 -0700 Subject: [PATCH] weak usergroup added --- yjl-lfs-rpm-macros | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yjl-lfs-rpm-macros b/yjl-lfs-rpm-macros index 6a3862f..f9ff6f7 100644 --- a/yjl-lfs-rpm-macros +++ b/yjl-lfs-rpm-macros @@ -16,4 +16,8 @@ # Most distros use OpenSSL for the OpenSSL API %libresslAPI true +# Do not require systemd-sysusers management of users/groups +# # when building packages +%_use_weak_usergroup_deps 1 + ####### End Yellow Jacket GNU/Linux RPM Macros