]> git.pld-linux.org Git - packages/mcelog.git/commitdiff
- overwrite triggers on upgrade
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Aug 2010 10:39:45 +0000 (10:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mcelog.spec -> 1.22

mcelog.spec

index 6ae75a659ace4714257ab9444bf955745073ab3f..5eb074e8373404db3348539b4fcfc82796134343 100644 (file)
@@ -104,6 +104,8 @@ fi
 %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/mcelog
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.conf
-%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*-trigger
+# do replace on upgrade, in fact, these should be moved to /lib/mcelog as they
+# all support foo.local invocation at the end
+%attr(755,root,root) %config %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*-trigger
 %attr(640,root,root) %ghost %{statdir}/memory-errors
 %{_mandir}/man8/mcelog.8*
This page took 0.222309 seconds and 4 git commands to generate.