rpms/prelude-lml/F-10 prelude-lml.spec,1.16,1.17

Steve Grubb sgrubb at fedoraproject.org
Wed Apr 22 22:49:06 UTC 2009


Author: sgrubb

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

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



Index: prelude-lml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-lml/F-10/prelude-lml.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- prelude-lml.spec	17 Oct 2008 12:55:39 -0000	1.16
+++ prelude-lml.spec	22 Apr 2009 22:48:35 -0000	1.17
@@ -1,6 +1,6 @@
 Name:		prelude-lml           
 Version:	0.9.14
-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.14-2
+- Adjust dir and config file permissions
+
 * Fri Oct 17 2008 Steve Grubb <sgrubb at redhat.com> 0.9.14-1
 - new upstream release fixing bz #463459
 




More information about the fedora-extras-commits mailing list