that drops a %pre scriptlet that created both a user and group called 'openvpn', and replaces them with a sysusers file that appears to only create a user called 'openvpn' (but no corresponding group). ostree builds since this update went stable are failing with:
[2025-03-10 08:11:26] error: Installing packages: While applying overrides for pkg openvpn: Could not find group 'openvpn' in group file
oh, hmm. it seems that a u line "Create[s] a system user and group of the specified name should they not exist yet", so it should create the group too. but ostree builds are definitely failing.
This update was automatically created
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been submitted for stable by bodhi
I think this broke ostree build (and probably various other things), because I think it dropped creation of the 'openvpn' group: https://src.fedoraproject.org/rpms/openvpn/c/9335f5fb762fe5d933a431c47b05c880234c49c1?branch=rawhide
that drops a
%pre
scriptlet that created both a user and group called 'openvpn', and replaces them with a sysusers file that appears to only create a user called 'openvpn' (but no corresponding group). ostree builds since this update went stable are failing with:oh, hmm. it seems that a
u
line "Create[s] a system user and group of the specified name should they not exist yet", so it should create the group too. but ostree builds are definitely failing.@walters can you shed any light here?
As expected, this is affecting official composes now too. Lots of ostrees for today's Rawhide failed on this error, e.g. https://koji.fedoraproject.org/koji/taskinfo?taskID=130113239 (Silverblue) and https://koji.fedoraproject.org/koji/taskinfo?taskID=130113245 (Sericea).