This request is superseded by
request 702584
(Show diff)
Overview
Request 702388 superseded
fix build
- Created by iznogood
- In state superseded
- Superseded by 702584
- Open review for gnome-maintainers
Loading...
Request History
iznogood created request
fix build
gnome-review-bot accepted review
Check script succeeded
superseded by 702584
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)