kexec-tools/kexec-tools.spec

100 lines
3.1 KiB
RPMSpec
Raw Normal View History

Name: kexec-tools
Version: 2.0.14
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
Patch0: kexec-tools-2.0.13-arm-missing-files.patch
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.8.0-1mamba
%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
#%patch0 -p1
%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
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 2.0.14-1mamba
- automatic version update by autodist
* Sat Dec 10 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.13-2mamba
- rebuilt by autoport with build requirements: libxen-devel>=4.8.0-1mamba
* Tue Nov 15 2016 Automatic Build System <autodist@mambasoft.it> 2.0.13-1mamba
- automatic version update by autodist
* Sat Jul 16 2016 Automatic Build System <autodist@mambasoft.it> 2.0.12-1mamba
- automatic version update by autodist
* Sat Sep 05 2015 Automatic Build System <autodist@mambasoft.it> 2.0.10-1mamba
- automatic version update by autodist
* Tue Feb 17 2015 Automatic Build System <autodist@mambasoft.it> 2.0.9-1mamba
- automatic update by autodist
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 2.0.8-1mamba
- automatic update by autodist
* Wed Jun 25 2014 Automatic Build System <autodist@mambasoft.it> 2.0.7-1mamba
- automatic update by autodist
* 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