This commit is contained in:
parent
4fcc54c939
commit
00a8737a5f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:716047006fb4ef8647f2ad0f635e1190e0ccdf1c3ea7c92d565ac3b315aa9681
|
|
||||||
size 7851
|
|
3
kdump-helper-0.1.2.tar.bz2
Normal file
3
kdump-helper-0.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e342e253e5c0df67aa1f5f9db60007146252d30b835d2bf0665fff0df9da5439
|
||||||
|
size 8069
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 19 10:55:31 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
- fixes in kdump-helper (update to 0.1.2):
|
||||||
|
o retrieve the disk size before mmap()
|
||||||
|
o return GENERAL_ERROR if the program cannot be opened
|
||||||
|
o use symbolic constants for exit values instead of magic numbers
|
||||||
|
now consistently
|
||||||
|
o check for correct return value of mmap() instead of NULL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 13 13:55:45 CEST 2007 - bwalle@suse.de
|
Fri Apr 13 13:55:45 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
%define helperversion 0.1.1
|
%define helperversion 0.1.2
|
||||||
%define package_version testing-20070319-rc
|
%define package_version testing-20070319-rc
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -19,7 +19,7 @@ Requires: %insserv_prereq %fillup_prereq
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Tools for fast kernel loading
|
Summary: Tools for fast kernel loading
|
||||||
Version: 1.101
|
Version: 1.101
|
||||||
Release: 92
|
Release: 93
|
||||||
Source: %{name}-%{package_version}.tar.bz2
|
Source: %{name}-%{package_version}.tar.bz2
|
||||||
Source1: kdump
|
Source1: kdump
|
||||||
Source2: sysconfig.kdump
|
Source2: sysconfig.kdump
|
||||||
@ -124,6 +124,13 @@ true # ignore errors
|
|||||||
%{_sbindir}/kdump-helper
|
%{_sbindir}/kdump-helper
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 19 2007 - bwalle@suse.de
|
||||||
|
- fixes in kdump-helper (update to 0.1.2):
|
||||||
|
o retrieve the disk size before mmap()
|
||||||
|
o return GENERAL_ERROR if the program cannot be opened
|
||||||
|
o use symbolic constants for exit values instead of magic numbers
|
||||||
|
now consistently
|
||||||
|
o check for correct return value of mmap() instead of NULL
|
||||||
* Fri Apr 13 2007 - bwalle@suse.de
|
* Fri Apr 13 2007 - bwalle@suse.de
|
||||||
- improved documentation of KDUMP_DUMPDEV (#264050)
|
- improved documentation of KDUMP_DUMPDEV (#264050)
|
||||||
* Mon Apr 02 2007 - rguenther@suse.de
|
* Mon Apr 02 2007 - rguenther@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user