1 Star 0 Fork 0

sndnvaps/kexec-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kexec-tools.spec.in 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Cong Wang 提交于 2011-11-21 16:26 +08:00 . fix rpm build errors
Summary: Load one kernel from another
Name: kexec-tools
Version:
Release: 0
License: GPL
Group: Development/Tools
Source0:%{name}-%{version}.tar.gz
Packager: Eric Biederman <ebiederman@xmission.com>
BuildRoot: %{_tmppath}/%{name}
%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 -n %{name}-%{version}
%build
%configure
make
%install
make install DESTDIR=${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
%{_sbindir}/kexec
%{_sbindir}/kdump
%{_sbindir}/vmcore-dmesg
%doc News
%doc COPYING
%doc TODO
%{_mandir}/man8/kexec.8.gz
%{_mandir}/man8/kdump.8.gz
%{_mandir}/man8/vmcore-dmesg.8.gz
%changelog
* Tue Dec 16 2004 Eric Biederman <ebiederman@lnxi.com>
- kexec-tools initialy packaged as an rpm.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/sndnvaps/kexec-tools.git
git@gitee.com:sndnvaps/kexec-tools.git
sndnvaps
kexec-tools
kexec-tools
main_v2.0.15

搜索帮助