OBS User unknown 2007-04-19 19:48:03 +00:00 committed by Git OBS Bridge
parent 4fcc54c939
commit 00a8737a5f
4 changed files with 22 additions and 5 deletions

View File

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

View File

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

View File

@ -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

View File

@ -11,7 +11,7 @@
# norootforbuild
Name: kexec-tools
%define helperversion 0.1.1
%define helperversion 0.1.2
%define package_version testing-20070319-rc
License: GNU General Public License (GPL)
Group: System/Kernel
@ -19,7 +19,7 @@ Requires: %insserv_prereq %fillup_prereq
Autoreqprov: on
Summary: Tools for fast kernel loading
Version: 1.101
Release: 92
Release: 93
Source: %{name}-%{package_version}.tar.bz2
Source1: kdump
Source2: sysconfig.kdump
@ -124,6 +124,13 @@ true # ignore errors
%{_sbindir}/kdump-helper
%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
- improved documentation of KDUMP_DUMPDEV (#264050)
* Mon Apr 02 2007 - rguenther@suse.de