Am Thu, 4 Aug 2011 18:48:49 +0200 schrieb Vincent Untz vuntz@opensuse.org:
Le jeudi 04 août 2011, à 18:35 +0200, Stefan Seyfried a écrit :
and break build on anything not bleeding edge?
Can you elaborate on how changing:
%if 0%{?suse_version} > 1130 BuildRequires: systemd-devel %endif
to
%if 0%{?suse_version} > 1130 BuildRequires: pkgconfig(systemd) %endif
breaks anything not bleeding edge?
Hum, right. And since the braindead "linked against /usr" check breaks it anyway for anything !FACTORY (even tumbleweed), that's probably the thing I'll do for the next version update.
OTOH, bluez does not need the pkgconfig file, so the requires is bogus. It needs only the directory for the service file ;-P