From 4cb0771950cabd964806139ca94c41d87182f0d3 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 17 Jan 2025 00:08:41 +0800 Subject: [PATCH] drop useless perl(:MODULE_COMPAT) requirement --- collectd.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/collectd.spec b/collectd.spec index 8459c08..dff1c1b 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 -- Gitee