- Move kexec and kdump binaries to /sbin
This commit is contained in:
parent
6b429d71fb
commit
f50ec1169c
@ -1,6 +1,6 @@
|
|||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 1.101
|
Version: 1.101
|
||||||
Release: 11
|
Release: 12
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: The kexec/kdump userspace component.
|
Summary: The kexec/kdump userspace component.
|
||||||
@ -48,7 +48,7 @@ cp $RPM_SOURCE_DIR/kdump.init .
|
|||||||
cp $RPM_SOURCE_DIR/kdump.sysconfig .
|
cp $RPM_SOURCE_DIR/kdump.sysconfig .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --sbindir=/sbin
|
||||||
rm -f kexec-tools.spec.in
|
rm -f kexec-tools.spec.in
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -85,8 +85,7 @@ exit 0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_sbindir}/kexec
|
/sbin/*
|
||||||
%{_sbindir}/kdump
|
|
||||||
%config(noreplace,missingok) /etc/sysconfig/kdump
|
%config(noreplace,missingok) /etc/sysconfig/kdump
|
||||||
%config /etc/rc.d/init.d/kdump
|
%config /etc/rc.d/init.d/kdump
|
||||||
|
|
||||||
@ -96,6 +95,9 @@ exit 0
|
|||||||
%doc TODO
|
%doc TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 06 2006 Thomas Graf <tgraf@redhat.com> - 1.101-12
|
||||||
|
- Move kexec and kdump binaries to /sbin
|
||||||
|
|
||||||
* Thu Mar 02 2006 Thomas Graf <tgraf@redhat.com> - 1.101-11
|
* Thu Mar 02 2006 Thomas Graf <tgraf@redhat.com> - 1.101-11
|
||||||
- Fix argument order when stopping kexec
|
- Fix argument order when stopping kexec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user