Author: glen Date: Wed Aug 30 13:57:57 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed config permissions; rel 2
---- Files affected: SPECS: tenshi.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/tenshi.spec diff -u SPECS/tenshi.spec:1.12 SPECS/tenshi.spec:1.13 --- SPECS/tenshi.spec:1.12 Wed Aug 30 15:29:19 2006 +++ SPECS/tenshi.spec Wed Aug 30 15:57:51 2006 @@ -4,13 +4,14 @@ Summary(pl): Program do analizy logów i powiadamiania Name: tenshi Version: 0.5.1 -Release: 1 +Release: 2 License: ISC Group: Applications/System Source0: http://dev.inversepath.com/tenshi/%{name}-%{version}.tar.gz # Source0-md5: 44361d5d8defc5170146f467a8825413 Source1: %{name}.init Patch0: %{name}-root.patch +Patch1: %{name}-config.patch URL: http://dev.inversepath.com/trac/tenshi BuildRequires: rpm-perlprov BuildRequires: rpmbuild(macros) >= 1.228 @@ -62,6 +63,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -97,10 +99,10 @@ %files %defattr(644,root,root,755) -%doc CREDITS Changelog README +%doc CREDITS Changelog README tenshi.conf %attr(755,root,root) %{_sbindir}/* %attr(750,root,tenshi) %dir %{_sysconfdir} -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf +%attr(640,root,tenshi) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf %attr(754,root,root) /etc/rc.d/init.d/%{name} %{_mandir}/man8/* %dir %attr(775,root,tenshi) /var/run/tenshi @@ -111,6 +113,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2006/08/30 13:57:51 glen +- fixed config permissions; rel 2 + Revision 1.12 2006/08/30 13:29:19 glen - add tenshi user/group - private pid dir ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/tenshi.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
