packages: systemd/systemd.spec - add /var/lib/systemd/coredump dir:=?UTF-8?Q?=20=20=20?=[1727...

glen glen at pld-linux.org
Sun Mar 18 10:28:29 CET 2012


Author: glen                         Date: Sun Mar 18 09:28:29 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add /var/lib/systemd/coredump dir:
  [17271.546636] systemd-journal[1464]: segfault at ac30a5a8 ip 08056547 sp bf997b20 error 4 in systemd-journald (deleted)[8048000+21000]
  [17271.548116]: systemd-coredump[26515]: Detected coredump of the journal daemon itself, diverting coredump to /var/lib/systemd/coredump/.

---- Files affected:
packages/systemd:
   systemd.spec (1.130 -> 1.131) 

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.130 packages/systemd/systemd.spec:1.131
--- packages/systemd/systemd.spec:1.130	Sun Mar 18 10:19:04 2012
+++ packages/systemd/systemd.spec	Sun Mar 18 10:28:24 2012
@@ -349,6 +349,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/var/lib/%{name}/coredump
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -576,6 +577,8 @@
 %{_mandir}/man7/sd-login.7*
 %{_mandir}/man7/sd-readahead.7*
 %{_mandir}/man7/systemd.special.7*
+%dir /var/lib/%{name}
+%dir /var/lib/%{name}/coredump
 %attr(640,root,root) %ghost /var/log/btmp
 %attr(664,root,utmp) %ghost /var/log/wtmp
 
@@ -770,6 +773,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.131  2012/03/18 09:28:24  glen
+- add /var/lib/systemd/coredump dir:
+  [17271.546636] systemd-journal[1464]: segfault at ac30a5a8 ip 08056547 sp bf997b20 error 4 in systemd-journald (deleted)[8048000+21000]
+  [17271.548116]: systemd-coredump[26515]: Detected coredump of the journal daemon itself, diverting coredump to /var/lib/systemd/coredump/.
+
 Revision 1.130  2012/03/18 09:19:04  glen
 - R: libutempter for utmp group
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.130&r2=1.131&f=u



More information about the pld-cvs-commit mailing list