]> git.pld-linux.org Git - packages/dictd.git/commitdiff
- do not verify size, time and md5sum of config files
authormis <mis@pld-linux.org>
Mon, 31 Jul 2000 11:59:10 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    dictd.spec -> 1.3

dictd.spec

index df3075f5e31fc41e06b428c424aeb89ca8512e82..17a20264b4075b500171f52aaeff6880514ece9a 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Dictionary database server
 Name:          dictd
 Version:       1.5.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Daemons
 Group(pl):     Serwery
@@ -100,17 +100,17 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/%{name}.conf
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}.conf
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/sysconfig/%{name}
 %attr(755,root,root) %{_sbindir}/%{name}
 %attr(755,root,root) /etc/rc.d/init.d/%{name}
-%{_sysconfdir}/sysconfig/%{name}
 %dir %{_datadir}/dictd
 %{_mandir}/man8/%{name}*
 %doc {ANNOUNCE,ChangeLog,README,TODO,%{name}.conf,example*.conf,example.site,security.txt}.gz
 
 %files -n dict
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/dict.conf
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dict.conf
 %attr(755,root,root) %{_bindir}/dict
 %{_mandir}/man1/dict.1.gz
 
This page took 0.088604 seconds and 4 git commands to generate.