From db10f8c219db7f900c2ea3c452c1513fc1d903c03c576abe961eb3148e56681c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Thu, 5 Sep 2013 15:19:27 +0000 Subject: [PATCH] - add libperl_requires OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=119 --- collectd.changes | 6 ++++++ collectd.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/collectd.changes b/collectd.changes index a855d4d..3a04995 100644 --- a/collectd.changes +++ b/collectd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 5 17:19:25 CEST 2013 - mls@suse.de + +- add libperl_requires, as we link against libperl and thus + need a specific version of perl + ------------------------------------------------------------------- Fri Aug 23 05:33:18 UTC 2013 - pascal.bleser@opensuse.org diff --git a/collectd.spec b/collectd.spec index 7215cac..e747545 100644 --- a/collectd.spec +++ b/collectd.spec @@ -261,6 +261,7 @@ BuildRequires: libxtables-devel %endif %if %suse_version >= 1210 %{perl_requires} +%{?libperl_requires} BuildRequires: systemd %{?systemd_requires} %define has_systemd 1