From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] dbus: Ship our own sysusers file
Date: Wed, 29 Mar 2023 16:35:22 +0200 [thread overview]
Message-ID: <20230329143522.2559935-2-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20230329143522.2559935-1-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 908 bytes --]
The one from the project is very limited, so we
have to replace it by our own written.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
dbus/dbus.nm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dbus/dbus.nm b/dbus/dbus.nm
index d6daa5270..6761df82c 100644
--- a/dbus/dbus.nm
+++ b/dbus/dbus.nm
@@ -7,7 +7,7 @@ name = dbus
ver_major = 1
ver_minor = 15
ver_plevel = 2
-release = 1
+release = 2
version = %{ver_major}.%{ver_minor}.%{ver_plevel}
dbus_ver = %{ver_major}.%{ver_minor}.%{ver_plevel}
@@ -68,6 +68,9 @@ build
rm -rvf %{BUILDROOT}/%{unitdir}/multi-user.target.wants
rm -rvf %{BUILDROOT}/usr/lib/tmpfiles.d
+ # Remove project's own sysusers file - we have or own one.
+ rm -rvf %{BUILDROOT}%{sysusersdir}/%{name}.conf
+
# Remove daemon related folders in /var
rm -rvf %{BUILDROOT}/%{localstatedir}
end
--
2.30.2
prev parent reply other threads:[~2023-03-29 14:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 14:35 [PATCH 1/2] dbus-broker: Do not longer create user/group Stefan Schantl
2023-03-29 14:35 ` Stefan Schantl [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230329143522.2559935-2-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox