[Rpm-maint] [rpm-software-management/rpm] Add a man page for rpm sysusers integration (PR #4126)
Panu Matilainen
notifications at github.com
Thu Mar 12 12:30:19 UTC 2026
@pmatilai commented on this pull request.
> +By default, the generated virtual requires are _hard_ dependencies. This can be
+problematic when upgrading an existing distribution to RPM 4.19, however, so it
+is possible to weaken these requires into recommends, by setting
+*%\_use_weak_usergroup_deps* to *1* in the *rpmbuild-config*(5).
+
+# TECHNICAL DETAILS
+## Encoding
+
+RPM will generate any combination of the following virtual provides based on,
+and attached to, the packaged *sysusers.d*(5) file(s):
+
+*user(*_uname_*) = *_base64_++
+*group(*_gname_*)*[* = *_base64_]++
+*groupmember(*_uname_*/*_gname_*) = *_base64_
+
+_uname_ and _gname_ are the respective user and group name. _base64_ is a base64
...and then we can probably drop this explanation because it's obvious enough 😅
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4126#pullrequestreview-3936213338
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4126/review/3936213338 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260312/e36afde2/attachment.htm>
More information about the Rpm-maint
mailing list