Package kexec-tools: Specfile

Name: kexec-tools
Version: 2.0.12
Release: alt1

Summary: Load one kernel from another
License: GPL
Group: System/Kernel and hardware

Source: kexec-tools-%version.tar

%description
/sbin/kexec is a user space utiltity 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.

%package -n kexec-static
Summary: Statically linked kexec binary
Group: System/Kernel and hardware
 
%description -n kexec-static
/sbin/kexec is a user space utiltity 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.

This package contains statically linked kexec binary only.

%prep
%setup
echo '#define VERSION "%version-%release"' > version.h

%build
%autoreconf
%configure
%make_build

%install
%make_install sbindir=/sbin DESTDIR=%buildroot install
install -pm0644 -D kexec/kexec.8 %buildroot%_man8dir/kexec.8

%files
%doc AUTHORS COPYING TODO News
/sbin/kdump
/sbin/kexec
/sbin/vmcore-dmesg
%_man8dir/kexec.8*
%_man8dir/kdump.8*
%_man8dir/vmcore-dmesg.8*

%if 0
%files -n kexec-static
/sbin/kexec.static
%endif

%changelog
* Fri Apr 15 2016 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.12-alt1
- 2.0.12 released

* Mon Nov 09 2015 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.11-alt1
- 2.0.11 released

* Thu Jul 02 2015 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.10-alt1
- 2.0.10 released

* Thu Feb 12 2015 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.9-alt1
- 2.0.9 released

* Mon Jun 09 2014 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.7-alt1
- 2.0.7 released

* Thu Mar 06 2014 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.6-alt1
- 2.0.6 released

* Wed Feb 05 2014 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.5-alt1
- 2.0.5 released

* Thu Mar 21 2013 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.4-alt1
- 2.0.4 released

* Fri Jan 04 2013 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.4-alt0.1
- 2.0.4-rc1

* Thu Apr 26 2012 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.3-alt1
- 2.0.3

* Thu Mar 24 2011 Sergey Bolshakov <sbolshakov@altlinux.ru> 2.0.2-alt1
- 2.0.2

* Mon Sep 14 2009 Michail Yakushin <silicium@altlinux.ru> 2.0.1-alt1
- 2.0.1

* Mon Apr 21 2008 Michail Yakushin <silicium@altlinux.ru> 2.0-alt1
- intial build for ALT

* Tue Dec 16 2004 Eric Biederman <ebiederman@lnxi.com>
- kexec-tools initialy packaged as an rpm.