Author: orzech Date: Wed Nov 9 15:06:09 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed config perms, rel. 1
---- Files affected: SPECS: libnss-mysql.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/libnss-mysql.spec diff -u SPECS/libnss-mysql.spec:1.1 SPECS/libnss-mysql.spec:1.2 --- SPECS/libnss-mysql.spec:1.1 Fri Nov 4 11:29:27 2005 +++ SPECS/libnss-mysql.spec Wed Nov 9 16:06:03 2005 @@ -3,7 +3,7 @@ Summary(pl): ModuĊ NSS MySQL Name: libnss-mysql Version: 1.5 -Release: 0.1 +Release: 1 License: GPL Group: Base Source0: http://dl.sourceforge.net/libnss-mysql/%{name}-%{version}.tar.gz @@ -55,7 +55,8 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog DEBUGGING FAQ README NEWS THANKS TODO UPGRADING sample %attr(755,root,root) %{_libdir}/*.so* -%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}*.cfg +%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.cfg +%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}-root.cfg %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -63,6 +64,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/11/09 15:06:03 orzech +- fixed config perms, rel. 1 + Revision 1.1 2005/11/04 10:29:27 orzech - new, fancy ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libnss-mysql.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
