From af74277f940c3ffca9006a85d41dafcc3a58108a60d7f3471cba2fc60ea6a9c6 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 28 Dec 2010 03:15:35 +0000 Subject: [PATCH] fix "directories not owned by package" for the lua bindings OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=15 --- rrdtool.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rrdtool.spec b/rrdtool.spec index 0409424..7796a76 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -212,6 +212,8 @@ This package contains the Lua bindings %files -n lua-rrdtool %defattr(-, root, root) +%dir %{_libdir}/lua +%dir %{_libdir}/lua/* %{_libdir}/lua/*/rrd.so %{_libdir}/lua/*/rrd.so.*