From 41e132898b588a8a7ad4ebaa21b24918d329d5d3 Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Thu, 9 Sep 2021 10:10:04 +0800 Subject: [PATCH] fix rpath problem --- rrdtool.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index 2bc4e24..ab304ae 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -1,6 +1,6 @@ Name: rrdtool Version: 1.7.0 -Release: 19 +Release: 20 Summary: RA tool for data logging and analysis License: GPLv2+ with exceptions URL: http://oss.oetiker.ch/rrdtool/ @@ -17,7 +17,7 @@ BuildRequires: gcc-c++ openssl-devel freetype-devel libpng-devel zlib-devel BuildRequires: intltool >= 0.35.0 cairo-devel >= 1.4.6, pango-devel >= 1.17 BuildRequires: libtool groff gettext libxml2-devel systemd automake autoconf BuildRequires: perl-ExtUtils-MakeMaker perl-generators perl-Pod-Html perl-devel -BuildRequires: libdbi-devel +BuildRequires: libdbi-devel chrpath Requires: dejavu-sans-mono-fonts %description @@ -149,6 +149,8 @@ cd - %find_lang %{name} +chrpath -d %{buildroot}/%{python3_sitearch}/*.so + %check %post @@ -213,6 +215,9 @@ cd - %{_mandir}/man3/* %changelog +* Thu Sep 09 2021 wangyue - 1.7.0-20 +- fix rpath problem + * Mon Dec 23 2019 wangzhishun - 1.7.0-18 - Package init