Hi,

I' ve tried to compile Ganglia with the openSUSE Build Service.
But I got an error, because of a missing %defattr.
Can you just add the missing "%defattr(-,root,root,-)" to the ganglia.spec.

Below is the fix.

Regards,
Ulf

--- ganglia.spec        2008-08-25 19:44:57.000000000 +0200
+++ ganglia.spec.patched        2008-09-30 22:56:29.562500000 +0200
@@ -294,6 +294,7 @@
 %{_libdir}/ganglia/modsys.so*

 %files gmond-modules-python
+%defattr(-,root,root,-)
 %dir %{_libdir}/ganglia/python_modules/
 %{_libdir}/ganglia/python_modules/*.py*
 %{_libdir}/ganglia/modpython.so*
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to