This commit is contained in:
parent
7bd2925acf
commit
04c9e226a5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2b7ff27b59f418f5030874915830039e884eac69b108f8c6cdf916d8997c2fb
|
||||
size 268549
|
3
kexec-tools-testing-20080318-rc.tar.bz2
Normal file
3
kexec-tools-testing-20080318-rc.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90615fe53541a1f2c43eb68e3abc8e9a151190eb405fd6fa7a91af28c7522e28
|
||||
size 254456
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 09:20:47 CET 2008 - bwalle@suse.de
|
||||
|
||||
- update to kexec-tools-testing v20080318-rc
|
||||
o ia64 kern_vaddr_start was calculated incorrectly
|
||||
o ia64: make load_crashdump_segments 80col wide
|
||||
o fix i386 EFI boot using efifb
|
||||
o mipsel: mipsel port
|
||||
o fix kexec-tools on x86_64 (see bnc#368138)
|
||||
o fix valid_memory_range region merging
|
||||
o arm: invalid initialisation of iomem in get_memory_ranges()
|
||||
o arm: use proc_iomem()
|
||||
o no machine machine to proc_iomem()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 17:30:53 CET 2008 - bwalle@suse.de
|
||||
|
||||
|
@ -16,14 +16,14 @@ Name: kexec-tools
|
||||
%ifarch ppc
|
||||
BuildRequires: gcc-64bit glibc-devel-64bit
|
||||
%endif
|
||||
%define package_version testing-20080227-git
|
||||
%define package_version testing-20080318-rc
|
||||
License: GPL v2 or later
|
||||
Group: System/Kernel
|
||||
Requires: %insserv_prereq %fillup_prereq
|
||||
AutoReqProv: on
|
||||
Summary: Tools for fast kernel loading
|
||||
Version: 1.101
|
||||
Release: 179
|
||||
Release: 181
|
||||
Source: %{name}-%{package_version}.tar.bz2
|
||||
Source1: README.SUSE
|
||||
Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
|
||||
@ -88,6 +88,17 @@ install -c -m 0644 kexec/kexec.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 18 2008 bwalle@suse.de
|
||||
- update to kexec-tools-testing v20080318-rc
|
||||
o ia64 kern_vaddr_start was calculated incorrectly
|
||||
o ia64: make load_crashdump_segments 80col wide
|
||||
o fix i386 EFI boot using efifb
|
||||
o mipsel: mipsel port
|
||||
o fix kexec-tools on x86_64 (see bnc#368138)
|
||||
o fix valid_memory_range region merging
|
||||
o arm: invalid initialisation of iomem in get_memory_ranges()
|
||||
o arm: use proc_iomem()
|
||||
o no machine machine to proc_iomem()
|
||||
* Fri Mar 14 2008 bwalle@suse.de
|
||||
- update to kexec-tools-testing v20080227-git
|
||||
(current git snapshot, fixes x86_64, bnc#368138)
|
||||
|
Loading…
Reference in New Issue
Block a user