]> git.pld-linux.org Git - packages/bofh.git/commitdiff
- %config(noreplace), %verify() for config file
authordarekr <darekr@pld-linux.org>
Sun, 15 May 2005 18:43:19 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- killed dup %defattr

Changed files:
    bofh.spec -> 1.20

bofh.spec

index 7bf29ac406d065a5664faae541c5c1f28160c60c..fd51991d7ba4686d36a10b6fb61655b00380a622 100644 (file)
--- a/bofh.spec
+++ b/bofh.spec
@@ -47,8 +47,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README ChangeLog TODO CREDITS
-%defattr(644,root,root,755)
-%{_sysconfdir}/bofh
+%dir %{_sysconfdir}/bofh
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bofh/config
 %attr(755,root,root) %{_sbindir}/bofh
 %{_datadir}/bofh
 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/bofh.mo
This page took 0.056038 seconds and 4 git commands to generate.