systemd: add systemd-stage0 to provides
Prepare to add a systemd-stage0 package that will replace the existing bootstrap logic. First we need to let systemd provide systemd-stage0 and wait until the new binary packages are built.
In follow-up patches (!6440 (merged)), a systemd-stage0 package will be introduced (that does not depend on systemd-enabled dbus or polkit). The systemd/dbus and systemd/polkit will be changed to use systemd-stage0-dev and systemd-stage0-libs as makedepends. This makes the following bootstrap work when building without a binary repository:
- systemd-stage0
- dbus
- polkit
- systemd
If we already have the binary repository, dbus and polkit will be built against systemd proper as it provides systemd-stage0 packages with this patch.
CC: @craftyguy, @jane400, @kcxt