Hello

Justin's Blog

« SCO 2nd quater con call part III | Main | Feeling poorly »

June 12, 2004

SPEC file hell

Writing the RPM chapter of the book and I have created a spec file for logcheck for SUSE. The thing works 99%, but it keeps on barfing out saying it cannot find /etc/logcheck %dir and /etc/logcheck/* %conf. The thing is, the bloody files exist in $RPM_BUILD_ROOT. I have been trying to get this thing to work for hours and it won't budge:

%files
%defattr(644,root,root,755)
%doc CHANGES CREDITS README* systems/linux/README*
%attr(700,root,root) %dir /etc/logcheck
%attr(600,root,root) %config(noreplace) /etc/logcheck/*
%attr(700,root,root) /etc/cron.hourly/logcheck
%attr(755,root,root) /usr/sbin/logcheck.sh
%attr(755,root,root) /usr/sbin/logtail

Any see the problem ? Because I sure can't!

Posted by justin at June 12, 2004 01:14 PM
Comments
Post a comment









Remember personal info?