During setup of the heartbeat tools I noticed that some scripts and tools are requiring python modules or binaries which are not being picked up by the automagic dep-finder. [root@bb1 crm]# ciblint Traceback (most recent call last): File "/usr/sbin/ciblint", line 37, in ? from xml.dom.ext.reader.Sax2 import FromXmlStream, FromXml ImportError: No module named ext.reader.Sax2 A Require: PyXML fixes that Furthermore, the IPaddress script and others need the which binary. Please add them to the .spec.
I'll try to get to this today, but I wouldn't hold up F10 for this. If Kevin gets to it first, that's fine too.
Don't worry, this is not really important for f10, it's enough to put it into rawhide some day. There are some other things I'm not so sure about, e.g. ocf resource files in /usr/share. If I'm reading the FHS right, they should probably go to /usr/libexec.
Hmm, I'm not in the approved list to commit to cvs. Strange. [lhh@ayanami devel]$ cvs commit cvs commit: Examining . Enter passphrase for key '/media/londisk/ssh-work/id_rsa': **** Access denied: lon is not in ACL for rpms/heartbeat/devel I thought I was able to commit/build heartbeat for some reason.
Sorry about that. I thought I had added you as well. ;( It should be done now, can you try again? I'm out traveling (on a very slow connection right now). I can take a look at this next week when I get back, or you guys can go ahead now, thats fine with me.
Yup - could commit.
Snarfing bug.
Build started: http://koji.fedoraproject.org/koji/taskinfo?taskID=896632
[root@ayanami Download]# rpm -ivh heartbeat-2.1.3-3.fc10.x86_64.rpm error: Failed dependencies: PyXML is needed by heartbeat-2.1.3-3.fc10.x86_64 (others as well, but that was the one we cared about for the purposes of this bugzilla)