From e31f6be5597d568efdb420c2deeb863c46a0e8b6 Mon Sep 17 00:00:00 2001 From: mis Date: Mon, 31 Jul 2000 11:59:10 +0000 Subject: [PATCH] - do not verify size, time and md5sum of config files - release 2 Changed files: dictd.spec -> 1.3 --- dictd.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dictd.spec b/dictd.spec index df3075f..17a2026 100644 --- a/dictd.spec +++ b/dictd.spec @@ -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 -- 2.44.0