update to 2.0.6 [release 2.0.6-1mamba;Wed Apr 09 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 01:28:06 +01:00
parent ee2eb74da4
commit 043d458ced
2 changed files with 78 additions and 0 deletions

View File

@ -1,2 +1,7 @@
# kexec-tools # kexec-tools
/sbin/kexec is a user space utility for loading another kernel and asking the currently running kernel to do something with it.
A currently running kernel may be asked to start the loaded kernel on reboot, or to start the loaded kernel after it panics.
The panic case is useful for having an intact kernel for writing crash dumps. But other uses may be imagined.

73
kexec-tools.spec Normal file
View File

@ -0,0 +1,73 @@
Name: kexec-tools
Version: 2.0.6
Release: 1mamba
Summary: Load one kernel from another
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kernel.org/pub/linux/utils/kernel/kexec/README.html
Source: http://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: liblzma-devel
%ifarch %{ix86} x86_64
BuildRequires: libxen-devel
%endif
BuildRequires: libz-devel
## AUTOBUILDREQ-END
%ifarch %{ix86} x86_64
BuildRequires: libxen-devel >= 4.2.2
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
/sbin/kexec is a user space utility for loading another kernel and asking the currently running kernel to do something with it.
A currently running kernel may be asked to start the loaded kernel on reboot, or to start the loaded kernel after it panics.
The panic case is useful for having an intact kernel for writing crash dumps. But other uses may be imagined.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sbindir}/kdump
%{_sbindir}/kexec
%{_sbindir}/vmcore-dmesg
%ifarch %{ix86} x86_64
%{_libdir}/kexec-tools/kexec_test
%endif
%{_mandir}/man8/kdump.8.gz
%{_mandir}/man8/kexec.8.gz
%{_mandir}/man8/vmcore-dmesg.8.gz
%doc AUTHORS COPYING
#TODO
%changelog
* Wed Apr 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.6-1mamba
- update to 2.0.6
* Thu May 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-2mamba
- rebuilt with xen 4.2.2
* Wed Mar 20 2013 Automatic Build System <autodist@mambasoft.it> 2.0.4-1mamba
- automatic version update by autodist
* Wed Apr 25 2012 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
- automatic version update by autodist
* Sun Apr 10 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1mamba
- package created by autospec