SPECS: unbound.spec - missing dir - %config and %verify() for config file

darekr darekr at pld-linux.org
Thu May 22 01:20:25 CEST 2008


Author: darekr                       Date: Wed May 21 23:20:24 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing dir
- %config and %verify() for config file

---- Files affected:
SPECS:
   unbound.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/unbound.spec
diff -u SPECS/unbound.spec:1.2 SPECS/unbound.spec:1.3
--- SPECS/unbound.spec:1.2	Thu May 22 01:10:27 2008
+++ SPECS/unbound.spec	Thu May 22 01:20:19 2008
@@ -87,7 +87,8 @@
 %doc doc/FEATURES doc/ietf67-design-02.odp doc/ietf67-design-02.pdf
 %doc doc/requirements.txt doc/TODO
 %attr(754,root,root) /etc/rc.d/init.d/unbound
-%{_sysconfdir}/%{name}/unbound.conf
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/unbound.conf
 %attr(755,root,root) %{_libdir}/libunbound.so.*.*.*
 %attr(755,root,root) %{_sbindir}/unbound
 %attr(755,root,root) %{_sbindir}/unbound-checkconf
@@ -114,6 +115,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-05-21 23:20:19  darekr
+- missing dir
+- %config and %verify() for config file
+
 Revision 1.2  2008-05-21 23:10:27  aredridel
 - add init script
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/unbound.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list