rpms/prelude-lml/devel prelude-lml.spec,1.18,1.19

Steve Grubb sgrubb at fedoraproject.org
Wed Apr 22 22:23:00 UTC 2009


Author: sgrubb

Update of /cvs/pkgs/rpms/prelude-lml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18961

Modified Files:
	prelude-lml.spec 
Log Message:
* Wed Apr 22 2009 Steve Grubb <sgrubb at redhat.com> 0.9.14-3
- Adjust dir and config file permissions



Index: prelude-lml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-lml/devel/prelude-lml.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- prelude-lml.spec	27 Feb 2009 02:13:37 -0000	1.18
+++ prelude-lml.spec	22 Apr 2009 22:22:57 -0000	1.19
@@ -1,6 +1,6 @@
 Name:		prelude-lml           
 Version:	0.9.14
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	The prelude log analyzer
 
 Group:		System Environment/Libraries
@@ -90,17 +90,17 @@
 
 %files
 %defattr(755,root,root,-)
-%dir %{_sysconfdir}/%{name}/
-%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/%{name}/*.conf
-%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/%{name}/*.rules
-%dir %{_sysconfdir}/%{name}/ruleset/
-%config(noreplace) %attr(0644,root,root)%{_sysconfdir}/%{name}/ruleset/*
+%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/
+%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/%{name}/*.conf
+%config(noreplace) %attr(0640,root,root) %{_sysconfdir}/%{name}/*.rules
+%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/ruleset/
+%config(noreplace) %attr(0640,root,root)%{_sysconfdir}/%{name}/ruleset/*
 %{_initrddir}/%{name}
 %{_bindir}/prelude-lml
 %dir %{_libdir}/%{name}/
 %{_libdir}/%{name}/debug.so
 %{_libdir}/%{name}/pcre.so
-%dir /var/lib/%{name}/
+%attr(0750,root,root) %dir /var/lib/%{name}/
 %dir %{_defaultdocdir}/%{name}-%{version}/
 %doc %{_defaultdocdir}/%{name}-%{version}/*
 
@@ -111,6 +111,9 @@
 
 
 %changelog
+* Wed Apr 22 2009 Steve Grubb <sgrubb at redhat.com> 0.9.14-3
+- Adjust dir and config file permissions
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list