From 283261998a9846019d898bc454b363e4aaf3d181 Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Thu, 27 Jul 2006 02:36:23 -0600 Subject: kexec-tools-1.101 - Initial import into git - initial nbi image formage support - ppc32 initial register setting fixes. - gzipped multiboot file support --- kexec-tools.spec.in | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 kexec-tools.spec.in (limited to 'kexec-tools.spec.in') diff --git a/kexec-tools.spec.in b/kexec-tools.spec.in new file mode 100644 index 0000000..6605cbb --- /dev/null +++ b/kexec-tools.spec.in @@ -0,0 +1,40 @@ +Summary: Load one kernel from another +Name: kexec-tools +Version: +Release: 0 +Copyright: GPL +Group: Development/Tools +Source0:%{name}-%{version}.tar.gz +Packager: Eric Biederman +BuildRoot: %{_tmppath}/%{name} + +%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. + +%prep +%setup -q -n %{name}-%{version} + +%build +%configure +make + +%install +make install DESTDIR=${RPM_BUILD_ROOT} + +%files +%defattr(-,root,root) +%{_sbindir}/kexec +%doc News +%doc COPYING +%doc TODO +#%{_mandir}/man8/kexec.8.gz + +%changelog +* Tue Dec 16 2004 Eric Biederman +- kexec-tools initialy packaged as an rpm. -- cgit