From dab655dea8efac28f8200fdb5013259d46fc87f1 Mon Sep 17 00:00:00 2001 From: jxy_git Date: Fri, 18 Aug 2023 14:38:24 +0800 Subject: [PATCH] Fix missing longintrepr.h --- collectd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collectd.spec b/collectd.spec index 12a158a..8459c08 100644 --- a/collectd.spec +++ b/collectd.spec @@ -6,7 +6,7 @@ Summary: Statistics collection daemon for filling RRD files Name: collectd Version: 5.9.0 -Release: 3 +Release: 4 License: GPLv2 URL: https://collectd.org/ @@ -520,6 +520,7 @@ This is a collectd plugin that reads data from Zookeeper's MNTR command. # recompile generated files touch src/pinba.proto +sed -i 's#longintrepr\.h#cpython/&#' src/cpython.h %build @@ -1039,6 +1040,9 @@ make check %changelog +* Fri Aug 18 2023 jiangxinyu - 5.9.0-4 +- Fix missing longintrepr.h + * Fri Mar 10 2023 jiangxinyu - 5.9.0-3 - Add buildrequires -- Gitee