Author: wolvverine Date: Tue Sep 4 21:24:52 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - add config
---- Files affected: SPECS: tripwire.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/tripwire.spec diff -u SPECS/tripwire.spec:1.25 SPECS/tripwire.spec:1.26 --- SPECS/tripwire.spec:1.25 Tue Sep 4 22:05:30 2007 +++ SPECS/tripwire.spec Tue Sep 4 23:24:47 2007 @@ -17,6 +17,7 @@ Source0: http://dl.sourceforge.net/tripwire/%{name}-%{version}-src.tar.bz2 # Source0-md5: 8a1147c278b528ed593023912c4b649a Source1: %{name}.verify +Source2: %{name}-tw.cfg Patch0: %{name}-sec.patch URL: http://sourceforge.net/projects/tripwire/ %{?with_static:BuildRequires: glibc-static} @@ -60,6 +61,7 @@ install man/man8/*.8 $RPM_BUILD_ROOT%{_mandir}/man8 install policy/twpol-Linux.txt $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/twpol.txt install %{SOURCE1} $RPM_BUILD_ROOT%{_cron} +install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/tw.cfg %clean rm -rf $RPM_BUILD_ROOT @@ -70,6 +72,7 @@ %attr(700,root,root) %{_sbindir}/* %dir %attr(700,root,root) %{_sysconfdir}/%{name} %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/twpol.txt +%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/tw.cfg %attr(700,root,root) %{_var}/spool/%{name} %attr(700,root,root) %{_var}/lib/%{name} %attr(700,root,root) %{_cron}/%{name}.verify @@ -81,6 +84,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2007/09/04 21:24:47 wolvverine +- add config + Revision 1.25 2007/09/04 20:05:30 wolvverine - files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tripwire.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
