Hello community, here is the log from the commit of package kdump checked in at Tue Oct 28 18:02:58 CET 2008. -------- --- kdump/kdump.changes 2008-10-26 19:49:43.000000000 +0100 +++ /mounts/work_src_done/STABLE/kdump/kdump.changes 2008-10-28 13:22:39.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 28 13:22:28 CET 2008 - schwab@suse.de + +- Fix %post failure. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdump.spec ++++++ --- /var/tmp/diff_new_pack.y21394/_old 2008-10-28 18:02:01.000000000 +0100 +++ /var/tmp/diff_new_pack.y21394/_new 2008-10-28 18:02:01.000000000 +0100 @@ -22,7 +22,7 @@ Name: kdump License: GPL v2 or later Version: 0.6.3 -Release: 32 +Release: 33 Requires: curl openssh makedumpfile Summary: Script for kdump Group: System/Kernel @@ -101,7 +101,7 @@ # if /var/log/dump is empty, make it a symlink to /var/crash if test -d /var/log/dump && rmdir /var/log/dump &>/dev/null || ! test -d /var/log/dump ; then - ln -s /var/crash /var/log/dump + ln -snf /var/crash /var/log/dump fi %preun @@ -116,7 +116,7 @@ rm /var/log/dump &>/dev/null || true %clean -[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) @@ -134,6 +134,8 @@ %config %{_sysconfdir}/udev/rules.d/70-kdump.rules %changelog +* Tue Oct 28 2008 schwab@suse.de +- Fix %%post failure. * Sun Oct 26 2008 bwalle@suse.de - Use the full kernel release (obtained with get_kernel_version) to build the initrd name also when symlinks are used ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de