Fix missing longintrepr.h
(cherry picked from commit dab655dea8efac28f8200fdb5013259d46fc87f1)
This commit is contained in:
parent
23586ff3cd
commit
131a8e25b0
@ -6,7 +6,7 @@
|
|||||||
Summary: Statistics collection daemon for filling RRD files
|
Summary: Statistics collection daemon for filling RRD files
|
||||||
Name: collectd
|
Name: collectd
|
||||||
Version: 5.9.0
|
Version: 5.9.0
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://collectd.org/
|
URL: https://collectd.org/
|
||||||
|
|
||||||
@ -520,6 +520,7 @@ This is a collectd plugin that reads data from Zookeeper's MNTR command.
|
|||||||
|
|
||||||
# recompile generated files
|
# recompile generated files
|
||||||
touch src/pinba.proto
|
touch src/pinba.proto
|
||||||
|
sed -i 's#longintrepr\.h#cpython/&#' src/cpython.h
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -1039,6 +1040,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 18 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.9.0-4
|
||||||
|
- Fix missing longintrepr.h
|
||||||
|
|
||||||
* Fri Mar 10 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.9.0-3
|
* Fri Mar 10 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.9.0-3
|
||||||
- Add buildrequires
|
- Add buildrequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user