From e33ad1d832a292dd09271807c3954d70d2c1a8f9 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 11 Dec 2008 10:01:33 +0000 Subject: [PATCH] The spec file for building the rrdtool as an RPM that comes with the release is not "friendly" to older versions of RHEL and derivatives. -- Martin Sperl git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1707 a5681a0c-68f1-0310-ab6d-d61299d08faa --- rrdtool.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rrdtool.spec b/rrdtool.spec index 4063935..4f18ff3 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -276,7 +276,7 @@ find examples/ -type f -exec chmod 0644 {} \; %files python %defattr(-,root,root,-) %doc bindings/python/AUTHORS bindings/python/COPYING bindings/python/README -%{python_sitearch}/rrdtoolmodule.so +%{python_sitearch}/* %endif %if %{with_php} -- 2.30.2