diff --git a/collectd.spec b/collectd.spec index 8459c0893d5ec70a043e14802ca00362666efaf9..dff1c1b446ea1777a89e4d59386025e1b668895d 100644 --- a/collectd.spec +++ b/collectd.spec @@ -6,8 +6,8 @@ Summary: Statistics collection daemon for filling RRD files Name: collectd Version: 5.9.0 -Release: 4 -License: GPLv2 +Release: 5 +License: GPL-2.0-only URL: https://collectd.org/ Source: https://collectd.org/files/%{name}-%{version}.tar.bz2 @@ -319,7 +319,6 @@ This plugin collects statictics of OVS connected bridges and interfaces. %package -n perl-Collectd Summary: Perl bindings for collectd Requires: %{name} = %{version}-%{release} -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -n perl-Collectd This package contains the Perl bindings and plugin for collectd. @@ -1040,6 +1039,9 @@ make check %changelog +* Fri Jan 17 2025 Funda Wang - 5.9.0-5 +- drop useless perl(:MODULE_COMPAT) requirement + * Fri Aug 18 2023 jiangxinyu - 5.9.0-4 - Fix missing longintrepr.h