RE: RPM Build-error

2007-01-30 Thread King, Michael
-Original Message- The RPM file in FreeRADIUS needs to be updated with that list of files. Would %attr(0700,radiusd,radiusd) %dir usr/include/freeradius Be sufficient? Mike - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: RPM Build-error

2007-01-30 Thread King, Michael
-Original Message- The RPM file in FreeRADIUS needs to be updated with that list of files. (Resend, helps if I format the line correctly, forgot a leading /) Would %attr(0700,radiusd,radiusd) %dir /usr/include/freeradius Be sufficient? Mike - List

RE: RPM Build-error

2007-01-30 Thread King, Michael
, 2007 9:42 AM To: FreeRadius users mailing list Subject: RE: RPM Build-error -Original Message- The RPM file in FreeRADIUS needs to be updated with that list of files. Would %attr(0700,radiusd,radiusd) %dir usr/include/freeradius Be sufficient? Mike

Re: RPM Build-error

2007-01-30 Thread Alan DeKok
King, Michael wrote: %attr(0700,radiusd,radiusd) %dir usr/include/freeradius Be sufficient? I don't see why we couldn't make the include files 0644. There's nothing special about them. Alan DeKok. -- http://deployingradius.com - The web site of the book

Re: RPM Build-error

2007-01-30 Thread Alan DeKok
King, Michael wrote: To answer my own question... It looks like not. It looks like it's just /usr/include/freeradius/* %{_incdir}/freeradius/* looks better. I've committed it. Alan DeKok. -- http://deployingradius.com - The web site of the book

Re: RPM Build-error

2007-01-29 Thread Alan DeKok
King, Michael wrote: I'm trying to create a Redhat RPM from the nightly CVS snapshots. (Following the Wiki instructions) ... I'm not too familiar with RedHat packaging. Any idea what I've done wrong? The RPM file in FreeRADIUS needs to be updated with that list of files. Alan DeKok. --