pkg-config files are usually shipped in developement subpackage, because they are mainly needed to build software against a given library, which is quite specialised usage. However, in the case of systemd, it may also be used by manual installation of any software trying to identify unit files location dynamically (pkg-config systemd --variable systemdsystemunitdir), which is closer of using systemd than building against it. For this reason, it makes sense to move this file into the main runtime package, as Fedora does, for instance.
Passing this to tmb.
Source RPM: sytemd => systemdAssignee: bugsquad => tmb
Agreed. Done in systemd-250.2-1.mga9 currently pushed to Cauldron Core Updates Testing
Resolution: (none) => FIXEDStatus: NEW => RESOLVED
This breaks everything that BuildRequires: pkgconfig(systemd) and actually needs systemd-devel.
Yep. switching the deps from pkgconfig(systemd) to pkgconfig(libsystemd) fixes builds
This switch should be automated in all our spec files else we get random failures when rebuilding packages
CC: (none) => thierry.vignaud
I've updated all remaining BuildRequires and Requires at Thomas' request.
CC: (none) => dan
Thanks Dan.