Overview
Request 702584 accepted
- Replace systemd-gtk BuildRequires with pkgconfig(systemd): make
the build cheaper by not having to wait for the 'real' systemd
package to have built, but allow to use systemd-mini. The change
in the stack causing this was polkit dropping its hard dep on
systemd.
- Add systemd-gtk BuildRequires: Needed now after changes elsewhere
in the stack.
Hmm.. really needed?
in GNOME:Factory this builds just fine without systemd-gtk (and according buildinfo, nothing else pulled it in so far neither)
ok, I debugged this a bit: the change was in polkit, which now no longer has a hard requires on systemd (making smaller cycles) - but uses systemd_ordering.
The directory not owned by a package was owned by systemd (not systemd-gtk).
The cheapest fix to this is BuildRequires: pkgconfig(systemd)
(which brings back in systemd-mini into our buildroot)
Request History
dimstar created request
- Replace systemd-gtk BuildRequires with pkgconfig(systemd): make
the build cheaper by not having to wait for the 'real' systemd
package to have built, but allow to use systemd-mini. The change
in the stack causing this was polkit dropping its hard dep on
systemd.
- Add systemd-gtk BuildRequires: Needed now after changes elsewhere
in the stack.
gnome-review-bot accepted review
Check script succeeded
dimstar accepted review
dimstar approved review
dimstar accepted request