]> git.pld-linux.org Git - packages/aide.git/commitdiff
- added %%verify(not size mtime md5) to %%{_sysconfdir}/aide.conf
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Sat, 27 Oct 2001 09:15:01 +0000 (09:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- can anybody check why build's fails on %%configure?

Changed files:
    aide.spec -> 1.18

aide.spec

index e388eb84b7788a4040ca74bb0f3e683a4a20b0cb..33cdcbfba6bfa27d0b1da780b57fad8c5565c5d0 100644 (file)
--- a/aide.spec
+++ b/aide.spec
@@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc *.gz doc/aide.conf.gz doc/manual.html doc/aide.html
-%attr(640,root,root) %config(noreplace) %{_sysconfdir}/aide.conf
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/aide.conf
 %attr(750,root,root) %dir %{_pkglibdir}
 %attr(755,root,root) %{_bindir}/aide
 %attr(700,root,root) %config(noreplace) /etc/cron.daily/aide-check
This page took 0.104418 seconds and 4 git commands to generate.