let me try rebuilding with your improvements<div><br></div><div>stay tune :-)</div><div><br></div><div>Rachid<br><br><div class="gmail_quote">On Wed, Apr 21, 2010 at 1:24 PM, Rick van Rein <span dir="ltr"><<a href="mailto:rick@openfortress.nl">rick@openfortress.nl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello Rachid,<br>
<div class="im"><br>
> the rpm spec i've send here, builds perfectly as far as i remember.<br>
<br>
</div>Most of it went smoothly on RHEL5 after creating dependent RPMs<br>
for ldns and python-4Suite-XML, indeed.  Thanks a lot!<br>
<br>
<br>
Another improvement to your spec would be to require "ruby >= 1.43":<br>
<br>
checking for dnsruby version 1.43 or greater... not found<br>
configure: error: Missing dnsruby version 1.43 or greater<br>
configure: error: ./configure failed for auditor<br>
<br>
<br>
When installing, I got lots of<br>
<br>
warning: user opendnssec does not exist - using root<br>
warning: group opendnssec does not exist - using root<br>
warning: user opendnssec does not exist - using root<br>
warning: group opendnssec does not exist - using root<br>
warning: user opendnssec does not exist - using root<br>
warning: group opendnssec does not exist - using root<br>
warning: user opendnssec does not exist - using root<br>
<br>
I am solving this with %pre and %postun sections:<br>
<br>
%pre<br>
/usr/sbin/useradd -r -l -g opendnssec -s /sbin/nologin -c 'OpenDNSSEC signer<br>
daemons' opendnssec<br>
<br>
%postun<br>
/usr/sbin/userdel opendnssec<br>
<br>
<br>
I am trying these out, but seem to have caused a build error elsewhere<br>
that I haven't pinpointed yet.<br>
<br>
<br>
Cheers,<br>
<font color="#888888"> -Rick<br>
</font></blockquote></div><br></div>