OBS User unknown 2008-01-22 09:15:33 +00:00 committed by Git OBS Bridge
parent 60be563ec2
commit fd70145705
2 changed files with 78 additions and 71 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 22 10:14:31 CET 2008 - ro@suse.de
- update ppc buildreq
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 30 10:52:03 CET 2007 - bwalle@suse.de Fri Nov 30 10:52:03 CET 2007 - bwalle@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package kexec-tools (Version 1.101) # spec file for package kexec-tools (Version 1.101)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -13,7 +13,7 @@
Name: kexec-tools Name: kexec-tools
# kdump does not work yet, kexec-tools.ppc64.rpm still required for kdump # kdump does not work yet, kexec-tools.ppc64.rpm still required for kdump
%ifarch ppc %ifarch ppc
BuildRequires: gcc42-64bit glibc-devel-64bit BuildRequires: gcc-64bit glibc-devel-64bit
%endif %endif
%define package_version testing-20071030 %define package_version testing-20071030
License: GPL v2 or later License: GPL v2 or later
@ -22,7 +22,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: 153 Release: 161
Source: %{name}-%{package_version}.tar.bz2 Source: %{name}-%{package_version}.tar.bz2
Source1: README.SUSE Source1: README.SUSE
Url: http://www.vergenet.net/linux/kexec/kexec-tools/ Url: http://www.vergenet.net/linux/kexec/kexec-tools/
@ -94,12 +94,14 @@ install -c -m 0644 kexec/kexec.8 $RPM_BUILD_ROOT%{_mandir}/man8
%endif %endif
%changelog %changelog
* Fri Nov 30 2007 - bwalle@suse.de * Tue Jan 22 2008 ro@suse.de
- update ppc buildreq
* Fri Nov 30 2007 bwalle@suse.de
- fix a problem with automatic determination of ELF32/ELF64 on i386 - fix a problem with automatic determination of ELF32/ELF64 on i386
* Tue Oct 30 2007 - bwalle@suse.de * Tue Oct 30 2007 bwalle@suse.de
- update to kexec-tools-testing 20071030 - update to kexec-tools-testing 20071030
o vmcoreinfo's address and size o vmcoreinfo's address and size
* Wed Oct 17 2007 - bwalle@suse.de * Wed Oct 17 2007 bwalle@suse.de
- update to kexec-tools-testing v20071017-rc - update to kexec-tools-testing v20071017-rc
o Set alternate location for /proc/iomem on ia64 xen o Set alternate location for /proc/iomem on ia64 xen
o debugging output improvements o debugging output improvements
@ -113,120 +115,120 @@ install -c -m 0644 kexec/kexec.8 $RPM_BUILD_ROOT%{_mandir}/man8
o ppc64: correct @ha relocation o ppc64: correct @ha relocation
- remove kexec-tools.check_reuse_initrd-close.patch (merged - remove kexec-tools.check_reuse_initrd-close.patch (merged
mainline) mainline)
* Thu Oct 11 2007 - bwalle@suse.de * Thu Oct 11 2007 bwalle@suse.de
- remove kdump stuff from this package, that's now in the "kexec" - remove kdump stuff from this package, that's now in the "kexec"
package package
* Wed Aug 29 2007 - bwalle@suse.de * Wed Aug 29 2007 bwalle@suse.de
- add reset_devices kernel parameter as default - add reset_devices kernel parameter as default
* Sat Aug 25 2007 - olh@suse.de * Sat Aug 25 2007 olh@suse.de
- do not require kdump-helpers on s390 - do not require kdump-helpers on s390
* Fri Jul 27 2007 - bwalle@suse.de * Fri Jul 27 2007 bwalle@suse.de
- update documentation for deleting all dumps (#302257) - update documentation for deleting all dumps (#302257)
* Tue Jul 17 2007 - olh@suse.de * Tue Jul 17 2007 olh@suse.de
- workaround gcc code analyzing bug - workaround gcc code analyzing bug
* Mon Jul 16 2007 - olh@suse.de * Mon Jul 16 2007 olh@suse.de
- update to kexec-tools-testing b84b87747a16f0afbef6f6802bb794a94f4961d9 - update to kexec-tools-testing b84b87747a16f0afbef6f6802bb794a94f4961d9
build 32bit powerpc kexec binary for 64bit kernels build 32bit powerpc kexec binary for 64bit kernels
* Fri Jul 06 2007 - tiwai@suse.de * Fri Jul 06 2007 tiwai@suse.de
- implement a simple status command for kdump init script - implement a simple status command for kdump init script
* Tue Jul 03 2007 - bwalle@suse.de * Tue Jul 03 2007 bwalle@suse.de
- removed 'machvec=dig' workaround from the documentation since - removed 'machvec=dig' workaround from the documentation since
this has been fixed in the kernel (#271158) this has been fixed in the kernel (#271158)
* Fri Jun 22 2007 - bwalle@suse.de * Fri Jun 22 2007 bwalle@suse.de
- disable -fstack-protector on IA64 since the kdump kernel doesn't - disable -fstack-protector on IA64 since the kdump kernel doesn't
boot with -fstack-protector enabled boot with -fstack-protector enabled
* Thu Jun 21 2007 - bwalle@suse.de * Thu Jun 21 2007 bwalle@suse.de
- kdump init script: fix handling of spaces in kernel type - kdump init script: fix handling of spaces in kernel type
* Wed Jun 13 2007 - bwalle@suse.de * Wed Jun 13 2007 bwalle@suse.de
- remove KDUMP_KERNELVER="kdump" on x86_64 and i386 since there's - remove KDUMP_KERNELVER="kdump" on x86_64 and i386 since there's
no special "kdump" kernel any more in the default configuration no special "kdump" kernel any more in the default configuration
(i.e. in the .spec file since it's different for the (i.e. in the .spec file since it's different for the
architectures) architectures)
* Wed Jun 13 2007 - bwalle@suse.de * Wed Jun 13 2007 bwalle@suse.de
- removed libelf as BuildRequires - removed libelf as BuildRequires
* Mon Jun 11 2007 - bwalle@suse.de * Mon Jun 11 2007 bwalle@suse.de
- moved copying of dump file to an external package - moved copying of dump file to an external package
"kdump-helpers" "kdump-helpers"
- moved kdump-helper which is needed to save dump in initrd - moved kdump-helper which is needed to save dump in initrd
also to kdump-helpers package also to kdump-helpers package
* Tue Apr 24 2007 - olh@suse.de * Tue Apr 24 2007 olh@suse.de
- update to current kexec-tools-testing - update to current kexec-tools-testing
add PS3 patches add PS3 patches
* Thu Apr 19 2007 - bwalle@suse.de * Thu Apr 19 2007 bwalle@suse.de
- fixes in kdump-helper (update to 0.1.2): - fixes in kdump-helper (update to 0.1.2):
o retrieve the disk size before mmap() o retrieve the disk size before mmap()
o return GENERAL_ERROR if the program cannot be opened o return GENERAL_ERROR if the program cannot be opened
o use symbolic constants for exit values instead of magic numbers o use symbolic constants for exit values instead of magic numbers
now consistently now consistently
o check for correct return value of mmap() instead of NULL 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
- add zlib-devel BuildRequires - add zlib-devel BuildRequires
* Tue Mar 20 2007 - bwalle@suse.de * Tue Mar 20 2007 bwalle@suse.de
- fixed script to properly unload kdump on IA64 (where kdump - fixed script to properly unload kdump on IA64 (where kdump
kernel is the normal kernel) (#256179) kernel is the normal kernel) (#256179)
* Mon Mar 19 2007 - bwalle@suse.de * Mon Mar 19 2007 bwalle@suse.de
- upgrade to latest snapshot - upgrade to latest snapshot
o [IA64] Use EFI_LOADER_DATA for ELF core header (-> needed o [IA64] Use EFI_LOADER_DATA for ELF core header (-> needed
because kernel was updated to 2.6.21 on STABLE) because kernel was updated to 2.6.21 on STABLE)
o include latest fixes o include latest fixes
* Wed Mar 14 2007 - tiwai@suse.de * Wed Mar 14 2007 tiwai@suse.de
- add detailed description about dump triggering methods to - add detailed description about dump triggering methods to
README.SUSE (#250134) README.SUSE (#250134)
* Wed Mar 14 2007 - tiwai@suse.de * Wed Mar 14 2007 tiwai@suse.de
- improve the check of crash kernel in kdump init script (#252632) - improve the check of crash kernel in kdump init script (#252632)
* Fri Mar 09 2007 - bwalle@suse.de * Fri Mar 09 2007 bwalle@suse.de
- added hint that VGA console doesn't work (#253173) - added hint that VGA console doesn't work (#253173)
* Thu Feb 15 2007 - bwalle@suse.de * Thu Feb 15 2007 bwalle@suse.de
- added setting to print the kdump command line to standard output - added setting to print the kdump command line to standard output
- small improvement for the outut message while dumping: last - small improvement for the outut message while dumping: last
message always prints 100%% if it was sucessful message always prints 100%% if it was sucessful
* Wed Feb 14 2007 - bwalle@suse.de * Wed Feb 14 2007 bwalle@suse.de
- added KDUMP_VERBOSE option to print progress output while - added KDUMP_VERBOSE option to print progress output while
dumping and to add the kexec call to system log dumping and to add the kexec call to system log
- added maxcpus=1 as default for KDUMP_COMMANDLINE_APPEND on IA64 - added maxcpus=1 as default for KDUMP_COMMANDLINE_APPEND on IA64
- added --noio as default for KEXEC_OPTIONS on IA64 - added --noio as default for KEXEC_OPTIONS on IA64
* Tue Feb 13 2007 - bwalle@suse.de * Tue Feb 13 2007 bwalle@suse.de
- align the both start and end address of the ELF core header - align the both start and end address of the ELF core header
to EFI_PAGE_SIZE (4096) to fix wrong EFI memory maps to EFI_PAGE_SIZE (4096) to fix wrong EFI memory maps
(#214865) (#214865)
* Mon Feb 12 2007 - bwalle@suse.de * Mon Feb 12 2007 bwalle@suse.de
- fixed copying, blocksize was wrong (#243058) - fixed copying, blocksize was wrong (#243058)
* Sat Feb 10 2007 - schwab@suse.de * Sat Feb 10 2007 schwab@suse.de
- Fix help string. - Fix help string.
* Fri Feb 09 2007 - bwalle@suse.de * Fri Feb 09 2007 bwalle@suse.de
- fixed overflow error that prints the size from being printed - fixed overflow error that prints the size from being printed
correctly if the size doesn't fit into an int (#243058) correctly if the size doesn't fit into an int (#243058)
- improved error handling to make sure that a similar problem as - improved error handling to make sure that a similar problem as
in #243058 will output a better error message in #243058 will output a better error message
* Wed Feb 07 2007 - bwalle@suse.de * Wed Feb 07 2007 bwalle@suse.de
- don't refuse to deinstall kexec-tools if kdump was not configured - don't refuse to deinstall kexec-tools if kdump was not configured
(#243081) (#243081)
- fixed documentation error (/var/log/dump instead of - fixed documentation error (/var/log/dump instead of
/var/log/dumps in README.SUSE) /var/log/dumps in README.SUSE)
(#239506) (#239506)
* Mon Feb 05 2007 - tiwai@suse.de * Mon Feb 05 2007 tiwai@suse.de
- updated to kexec-tools 2007.02.05: - updated to kexec-tools 2007.02.05:
* including last fixes * including last fixes
* fix for ppc64 dynamic memory range allocation (#242075) * fix for ppc64 dynamic memory range allocation (#242075)
* Fri Feb 02 2007 - bwalle@suse.de * Fri Feb 02 2007 bwalle@suse.de
- fixes overflow on large IA64 systems (#241544) - fixes overflow on large IA64 systems (#241544)
- added KDUMP_COMMANDLINE_APPEND variable (#241607) - added KDUMP_COMMANDLINE_APPEND variable (#241607)
- increase the command line size (#236828) - increase the command line size (#236828)
* Mon Jan 29 2007 - olh@suse.de * Mon Jan 29 2007 olh@suse.de
- do not unload kdump kernel during runlevel changes (#238733) - do not unload kdump kernel during runlevel changes (#238733)
* Thu Jan 25 2007 - bwalle@suse.de * Thu Jan 25 2007 bwalle@suse.de
- added documentation for initrd-based kdump saving - added documentation for initrd-based kdump saving
- fixed description of KDUMP_IMMEDIATE_REBOOT - fixed description of KDUMP_IMMEDIATE_REBOOT
* Wed Jan 24 2007 - tiwai@suse.de * Wed Jan 24 2007 tiwai@suse.de
- fix invalid /proc/vmcore on ppc64 (#238078). - fix invalid /proc/vmcore on ppc64 (#238078).
* Thu Jan 18 2007 - bwalle@suse.de * Thu Jan 18 2007 bwalle@suse.de
- improved documentation as response to #226736 - improved documentation as response to #226736
* Wed Jan 17 2007 - bwalle@suse.de * Wed Jan 17 2007 bwalle@suse.de
- implemented Initrd based kdump saving - implemented Initrd based kdump saving
(#301538) (#301538)
* Wed Dec 20 2006 - tiwai@suse.de * Wed Dec 20 2006 tiwai@suse.de
- take kexec-tools-testing snapshot-20061219. - take kexec-tools-testing snapshot-20061219.
o ia64 support o ia64 support
o relocatable kernel support o relocatable kernel support
@ -238,89 +240,89 @@ install -c -m 0644 kexec/kexec.8 $RPM_BUILD_ROOT%{_mandir}/man8
o fix kdump init script for ia64, which has only vmlinuz and o fix kdump init script for ia64, which has only vmlinuz and
uses the same kernel for kdump uses the same kernel for kdump
- reduce boot options for kdump kernel (#223500) - reduce boot options for kdump kernel (#223500)
* Thu Jul 13 2006 - tiwai@suse.de * Thu Jul 13 2006 tiwai@suse.de
- fixed the calculation of required disk space in kdump - fixed the calculation of required disk space in kdump
init script (#192172) init script (#192172)
- fix the wrong usage of crash program in README.SUSE - fix the wrong usage of crash program in README.SUSE
* Thu Jun 22 2006 - tiwai@suse.de * Thu Jun 22 2006 tiwai@suse.de
- fix kexec to reserve ACPI NVS area (#179093) - fix kexec to reserve ACPI NVS area (#179093)
- add more description about chkconfig and kdump service - add more description about chkconfig and kdump service
(#183017) (#183017)
* Fri Jun 16 2006 - tiwai@suse.de * Fri Jun 16 2006 tiwai@suse.de
- add irqpoll boot option for i386 and x86_64 for more robust - add irqpoll boot option for i386 and x86_64 for more robust
kdump (#183017) kdump (#183017)
* Thu Jun 01 2006 - tiwai@suse.de * Thu Jun 01 2006 tiwai@suse.de
- update README.SUSE for more precise description about crash - update README.SUSE for more precise description about crash
and debug kernel. and debug kernel.
* Tue May 30 2006 - tiwai@suse.de * Tue May 30 2006 tiwai@suse.de
- ppc64 kdump ELF header fix for power 4 box (#175128). - ppc64 kdump ELF header fix for power 4 box (#175128).
* Mon May 22 2006 - tiwai@suse.de * Mon May 22 2006 tiwai@suse.de
- added the missing man page for kexec (#175084). - added the missing man page for kexec (#175084).
- add sleep after reboot in kdump init script for avoiding - add sleep after reboot in kdump init script for avoiding
confliction with script single (#171332) confliction with script single (#171332)
* Fri May 19 2006 - olh@suse.de * Fri May 19 2006 olh@suse.de
- unconditionally add sysrq=1 for kdump boots, nothing to lose - unconditionally add sysrq=1 for kdump boots, nothing to lose
* Fri May 19 2006 - olh@suse.de * Fri May 19 2006 olh@suse.de
- remove crashkernel= cmdline also if only the size is given - remove crashkernel= cmdline also if only the size is given
handle m as well as M because memparse() handles both handle m as well as M because memparse() handles both
* Tue May 02 2006 - tiwai@suse.de * Tue May 02 2006 tiwai@suse.de
- update/improve README.SUSE - update/improve README.SUSE
- fix the default value in sysconfig.kdump - fix the default value in sysconfig.kdump
- add elevator=deadline to the boot parameter of kdump kernel - add elevator=deadline to the boot parameter of kdump kernel
to save memory footprint (#170591) to save memory footprint (#170591)
* Fri Apr 28 2006 - olh@suse.de * Fri Apr 28 2006 olh@suse.de
- use df -P to print all data for a mount point in a single line - use df -P to print all data for a mount point in a single line
long device node names will cause 2 lines in df output long device node names will cause 2 lines in df output
* Wed Apr 26 2006 - olh@suse.de * Wed Apr 26 2006 olh@suse.de
- linux,platform properties were removed from kernel 2.6.17 - linux,platform properties were removed from kernel 2.6.17
assume non-LPAR if some properties do no exist in the device-tree assume non-LPAR if some properties do no exist in the device-tree
(164993 - LTC23056) (164993 - LTC23056)
* Wed Apr 26 2006 - olh@suse.de * Wed Apr 26 2006 olh@suse.de
- set /proc/sys/kernel/panic_on_oops to actually trigger a dump - set /proc/sys/kernel/panic_on_oops to actually trigger a dump
* Wed Mar 08 2006 - olh@suse.de * Wed Mar 08 2006 olh@suse.de
- add --args-linux only on intel - add --args-linux only on intel
copy vmcore with --sparse, maybe it saves a few bytes. copy vmcore with --sparse, maybe it saves a few bytes.
* Wed Feb 22 2006 - tiwai@suse.de * Wed Feb 22 2006 tiwai@suse.de
- updated to kdump7 patch. - updated to kdump7 patch.
* Wed Feb 15 2006 - tiwai@suse.de * Wed Feb 15 2006 tiwai@suse.de
- fixed gdb-kdump script (#151001) - fixed gdb-kdump script (#151001)
* Mon Feb 13 2006 - tiwai@suse.de * Mon Feb 13 2006 tiwai@suse.de
- fix for ppc64 (#149576) - fix for ppc64 (#149576)
* Sun Feb 12 2006 - tiwai@suse.de * Sun Feb 12 2006 tiwai@suse.de
- added the system check before dumping - added the system check before dumping
- added README.SUSE - added README.SUSE
- added gdb-kdump helper script - added gdb-kdump helper script
* Thu Feb 09 2006 - tiwai@suse.de * Thu Feb 09 2006 tiwai@suse.de
- fixed Default-Start in kdump init script. - fixed Default-Start in kdump init script.
- fixed RequiredStart in sysconfig/kdump. - fixed RequiredStart in sysconfig/kdump.
* Wed Feb 08 2006 - tiwai@suse.de * Wed Feb 08 2006 tiwai@suse.de
- changed the default values of KDUMP_IMMEDIATE_REBOOT and - changed the default values of KDUMP_IMMEDIATE_REBOOT and
KDUMP_RUNLEVEL (#149140). KDUMP_RUNLEVEL (#149140).
* Tue Feb 07 2006 - tiwai@suse.de * Tue Feb 07 2006 tiwai@suse.de
- added missing preun and postun sections. - added missing preun and postun sections.
* Mon Feb 06 2006 - tiwai@suse.de * Mon Feb 06 2006 tiwai@suse.de
- fixed the messages from kdump to use suse rc macros - fixed the messages from kdump to use suse rc macros
- added $KDUMP_RUNLEVEL to /etc/sysconfig/kdump for specifying - added $KDUMP_RUNLEVEL to /etc/sysconfig/kdump for specifying
the runlevel to boot kdump kernel. the runlevel to boot kdump kernel.
- added /sbin/rckdump - added /sbin/rckdump
- fixed a typo in kdump init script - fixed a typo in kdump init script
* Fri Feb 03 2006 - tiwai@suse.de * Fri Feb 03 2006 tiwai@suse.de
- sync with mainstream dump6 patch: - sync with mainstream dump6 patch:
most of ppc64 patches were merged there. most of ppc64 patches were merged there.
new fixes included: vmcore copy fix for x86_64 and ext_mem_k new fixes included: vmcore copy fix for x86_64 and ext_mem_k
calculation fix for i386 calculation fix for i386
- added KEXEC_TRANSFER sysconfig variable for user-defined - added KEXEC_TRANSFER sysconfig variable for user-defined
dump action. dump action.
* Fri Jan 27 2006 - tiwai@suse.de * Fri Jan 27 2006 tiwai@suse.de
- added kdump init script and sysconfig. - added kdump init script and sysconfig.
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Jan 23 2006 - olh@suse.de * Mon Jan 23 2006 olh@suse.de
- update ppc64 kdump support - update ppc64 kdump support
* Thu Jan 05 2006 - tiwai@suse.de * Thu Jan 05 2006 tiwai@suse.de
- more fix for ppc64 kdump - more fix for ppc64 kdump
- fix malloc size - fix malloc size
* Thu Dec 15 2005 - tiwai@suse.de * Thu Dec 15 2005 tiwai@suse.de
- use the latest kdump patch. - use the latest kdump patch.
* Mon Dec 12 2005 - tiwai@suse.de * Mon Dec 12 2005 tiwai@suse.de
- initial version: 1.101 - initial version: 1.101