public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd] rawhide: Move portabled to systemd-container subpackage
@ 2026-07-03 15:48
0 siblings, 0 replies; only message in thread
From: @ 2026-07-03 15:48 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/systemd
Branch : rawhide
Commit : 48306418448284f36d4d331b6b1abf54896a3685
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date : 2026-07-03T17:04:38+02:00
Stats : +5/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/systemd/c/48306418448284f36d4d331b6b1abf54896a3685?branch=rawhide
Log:
Move portabled to systemd-container subpackage
Previously, the idea was that portabled is in -udev because it can be
used to implement generic services, incl. basic system functionality.
But it seems that nobody is doing that… People who _are_ packing
portables, are using them more like containers, i.e. to deliver
external payloads. So let's move it to the -container subpackage to
shrink -udev which is installed almost everywhere.
Also, fix bogus comment and fix typo, effectively moving updatectl to
-udev.
---
diff --git a/split-files.py b/split-files.py
index 8d52021..71df1b1 100644
--- a/split-files.py
+++ b/split-files.py
@@ -158,6 +158,7 @@ for file in files(buildroot):
mount.ddi|
importctl|
portablectl|
+ portabled|portable1|
systemd-nspawn|
systemd\.nspawn|
systemd-vmspawn|
@@ -255,13 +256,11 @@ for file in files(buildroot):
binfmt|
sysctl|
coredump|
+ homectl|
homed|home1|
- sysupdate|updatctl|
- oomd|
- portabled|portable1
- ''', n, re.X): # coredumpctl, homectl, portablectl are included in the main package because
- # they can be used to interact with remote daemons. Also, the user could be
- # confused if those user-facing binaries are not available.
+ sysupdate|updatectl|
+ oomd
+ ''', n, re.X):
o = outputs['udev']
elif re.search(r'''/boot/efi|
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 15:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 15:48 [rpms/systemd] rawhide: Move portabled to systemd-container subpackage
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox