let me try rebuilding with your improvements

stay tune :-)

Rachid

On Wed, Apr 21, 2010 at 1:24 PM, Rick van Rein <[email protected]> wrote:

> Hello Rachid,
>
> > the rpm spec i've send here, builds perfectly as far as i remember.
>
> Most of it went smoothly on RHEL5 after creating dependent RPMs
> for ldns and python-4Suite-XML, indeed.  Thanks a lot!
>
>
> Another improvement to your spec would be to require "ruby >= 1.43":
>
> checking for dnsruby version 1.43 or greater... not found
> configure: error: Missing dnsruby version 1.43 or greater
> configure: error: ./configure failed for auditor
>
>
> When installing, I got lots of
>
> warning: user opendnssec does not exist - using root
> warning: group opendnssec does not exist - using root
> warning: user opendnssec does not exist - using root
> warning: group opendnssec does not exist - using root
> warning: user opendnssec does not exist - using root
> warning: group opendnssec does not exist - using root
> warning: user opendnssec does not exist - using root
>
> I am solving this with %pre and %postun sections:
>
> %pre
> /usr/sbin/useradd -r -l -g opendnssec -s /sbin/nologin -c 'OpenDNSSEC
> signer
> daemons' opendnssec
>
> %postun
> /usr/sbin/userdel opendnssec
>
>
> I am trying these out, but seem to have caused a build error elsewhere
> that I haven't pinpointed yet.
>
>
> Cheers,
>  -Rick
>
_______________________________________________
Opendnssec-user mailing list
[email protected]
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to