2024-01-06 01:28:06 +01:00
|
|
|
Name: kexec-tools
|
2024-01-06 01:28:06 +01:00
|
|
|
Version: 2.0.10
|
2024-01-06 01:28:06 +01:00
|
|
|
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
|
2024-01-06 01:28:06 +01:00
|
|
|
* Sat Sep 05 2015 Automatic Build System <autodist@mambasoft.it> 2.0.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 01:28:06 +01:00
|
|
|
* Tue Feb 17 2015 Automatic Build System <autodist@mambasoft.it> 2.0.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 01:28:06 +01:00
|
|
|
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 2.0.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 01:28:06 +01:00
|
|
|
* Wed Jun 25 2014 Automatic Build System <autodist@mambasoft.it> 2.0.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 01:28:06 +01:00
|
|
|
* 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
|