From f50ec1169c47f873e7d9a4256ce4af4579d2ed5f Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 6 Mar 2006 17:47:53 +0000 Subject: [PATCH] - Move kexec and kdump binaries to /sbin --- kexec-tools.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 3176b78..355e4a3 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 1.101 -Release: 11 +Release: 12 License: GPL Group: Applications/System Summary: The kexec/kdump userspace component. @@ -48,7 +48,7 @@ cp $RPM_SOURCE_DIR/kdump.init . cp $RPM_SOURCE_DIR/kdump.sysconfig . %build -%configure +%configure --sbindir=/sbin rm -f kexec-tools.spec.in make @@ -85,8 +85,7 @@ exit 0 %files %defattr(-,root,root,-) -%{_sbindir}/kexec -%{_sbindir}/kdump +/sbin/* %config(noreplace,missingok) /etc/sysconfig/kdump %config /etc/rc.d/init.d/kdump @@ -96,6 +95,9 @@ exit 0 %doc TODO %changelog +* Mon Mar 06 2006 Thomas Graf - 1.101-12 +- Move kexec and kdump binaries to /sbin + * Thu Mar 02 2006 Thomas Graf - 1.101-11 - Fix argument order when stopping kexec