SHA256
1
0
forked from pool/kdump
OBS User unknown 2008-12-04 11:59:20 +00:00 committed by Git OBS Bridge
parent 130fad7dc4
commit dbbf3da750
5 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f7cc6f029683dc0721d6d24a13a3466e9523d65e21c8fb90b5c531184e4cb9c
size 91494

3
kdump-0.7.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0cc47f74ddbfa5d6ef4ea8853728f4a84ee80dd53cc0c11f13b04a2540e0391
size 91369

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 03 20:09:12 CET 2008 - bwalle@suse.de
- Update to 0.7.4
o Don't update bootloader in mkdumprd(8).
- Don't build on s390, s390x and ppc because there is no kdump
on that architectures.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 24 22:48:56 CET 2008 - bwalle@suse.de Mon Nov 24 22:48:56 CET 2008 - bwalle@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package kdump (Version 0.7.3) # spec file for package kdump (Version 0.7.4)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -21,7 +21,7 @@ Url: http://freehg.org/u/bwalle/kdump/
Name: kdump Name: kdump
License: GPL v2 or later License: GPL v2 or later
Version: 0.7.3 Version: 0.7.4
Release: 1 Release: 1
Requires: curl openssh makedumpfile Requires: curl openssh makedumpfile
Summary: Script for kdump Summary: Script for kdump
@ -43,6 +43,7 @@ Obsoletes: kdump-helpers <= 0.2.4
Provides: kexec-tools:/etc/init.d/kdump Provides: kexec-tools:/etc/init.d/kdump
Requires: kexec-tools Requires: kexec-tools
PreReq: coreutils sed PreReq: coreutils sed
ExcludeArch: s390 s390x ppc
%description %description
kdump is a package that includes several scripts for kdump, including kdump is a package that includes several scripts for kdump, including
@ -126,6 +127,11 @@ rm -rf $RPM_BUILD_ROOT
%config %{_sysconfdir}/udev/rules.d/70-kdump.rules %config %{_sysconfdir}/udev/rules.d/70-kdump.rules
%changelog %changelog
* Wed Dec 03 2008 bwalle@suse.de
- Update to 0.7.4
o Don't update bootloader in mkdumprd(8).
- Don't build on s390, s390x and ppc because there is no kdump
on that architectures.
* Mon Nov 24 2008 bwalle@suse.de * Mon Nov 24 2008 bwalle@suse.de
- Update to 0.7.3 - Update to 0.7.3
o Document kdump problems on Xen. o Document kdump problems on Xen.