rpms/prelude-lml/F-9 prelude-lml.spec,1.11,1.12

Steve Grubb sgrubb at fedoraproject.org
Wed Apr 22 22:57:04 UTC 2009


Author: sgrubb

Update of /cvs/pkgs/rpms/prelude-lml/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31250

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



Index: prelude-lml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-lml/F-9/prelude-lml.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- prelude-lml.spec	10 Sep 2008 14:43:27 -0000	1.11
+++ prelude-lml.spec	22 Apr 2009 22:56:33 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		prelude-lml           
 Version:	0.9.13
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	The prelude log analyzer
 
 Group:		System Environment/Libraries
@@ -90,17 +90,17 @@
 
 %files
 %defattr(755,root,root,-)
-%config %dir %{_sysconfdir}/%{name}/
-%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/%{name}/*.conf
-%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/%{name}/*.rules
-%config %dir %{_sysconfdir}/%{name}/ruleset/
-%config(noreplace) %attr(0644,root,root)%{_sysconfdir}/%{name}/ruleset/*
+%config %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
+%config %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.13-2
+- Adjust dir and config file permissions
+
 * Wed Sep 10 2008 Steve Grubb <sgrubb at redhat.com> 0.9.13-1
 - new upstream release
 




More information about the fedora-extras-commits mailing list