public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/systemd] rawhide: Move portabled to systemd-container subpackage
Date: Fri, 03 Jul 2026 15:48:29 GMT	[thread overview]
Message-ID: <178309370900.1.1076095581336868427.rpms-systemd-483064184482@fedoraproject.org> (raw)

            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|

                 reply	other threads:[~2026-07-03 15:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178309370900.1.1076095581336868427.rpms-systemd-483064184482@fedoraproject.org \
    --to=git-commits@fedoraproject.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