SPECS: pykota.spec - more secure attrs for config files

baggins baggins at pld-linux.org
Sun Dec 9 00:50:05 CET 2007


Author: baggins                      Date: Sat Dec  8 23:50:05 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more secure attrs for config files

---- Files affected:
SPECS:
   pykota.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/pykota.spec
diff -u SPECS/pykota.spec:1.21 SPECS/pykota.spec:1.22
--- SPECS/pykota.spec:1.21	Sat Dec  8 22:40:09 2007
+++ SPECS/pykota.spec	Sun Dec  9 00:50:00 2007
@@ -18,7 +18,7 @@
 Requires:	python-chardet
 Requires:	python-pkipplib
 Requires:	python-jaxml
-Requires:	python-mx-DateTime
+Requires:	python-mx-DateTime >= 2.0.3
 Requires:	python-PIL
 Requires:	python-pkpgcounter
 %ifarch %{ix86}
@@ -29,7 +29,7 @@
 Requires:	python-pysnmp >= 3.4.2
 Requires:	python-ReportLab
 Requires:	%{name}-storage
-Suggests:	net-snmp-utils
+Suggests:	net-snmp-utils >= 4.2.5
 Suggests:	netatalk
 Provides:	group(pykota)
 Provides:	user(pykota)
@@ -175,8 +175,9 @@
 %defattr(644,root,root,755)
 %doc CREDITS FAQ LICENSE README SECURITY TODO
 %doc openoffice qa-assistant docs/*.sxi docs/*.pdf docs/html 
-%attr(660,pykota,pykota) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/pykota.conf
-%attr(660,pykota,pykota) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/pykotadmin.conf
+%attr(750,pykota,pykota) %dir %{_sysconfdir}/%{name}
+%attr(640,pykota,pykota) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/pykota.conf
+%attr(600,pykota,pykota) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/pykotadmin.conf
 %attr(755,root,root) %{_bindir}/*
 %dir %{py_sitescriptdir}/%{name}
 %{py_sitescriptdir}/%{name}/*.py[co]
@@ -246,6 +247,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2007-12-08 23:50:00  baggins
+- more secure attrs for config files
+
 Revision 1.21  2007-12-08 21:40:09  baggins
 - added pykota user/group
 - install config files in sane location
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pykota.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list