[Lunar-commits] <moonbase-other> kexec-tools: updated to 2.0.3 and fixed paths to work with systemd

v4hn me at v4hn.de
Sun Oct 7 13:11:27 CEST 2012


commit ad59a377b6589ac8af828bec88e1d705ac42f120
Author: Alexander Lindemann <z3r03nna at antiniveau.dyndns.org>
Date: Sun, 07 Oct 2012 04:11:27 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ad59a377b6589ac8af828bec88e1d705ac42f120

kexec-tools: updated to 2.0.3 and fixed paths to work with systemd
---
  utils/kexec-tools/BUILD   | +8/-0     
  utils/kexec-tools/DETAILS | +4/-4     
  2 files changed, 12 insertions(+), 4 deletions(-)

--- /dev/null
+++ b/utils/kexec-tools/BUILD
@@ -0,0 +1,8 @@
+(
+ ./configure --build=$BUILD            \
+             --prefix=/                \
+             --bindir=/bin             \
+             --infodir=/usr/share/info \
+             --mandir=/usr/share/man   &&
+ default_make
+) > $C_FIFO 2>&1
--- a/utils/kexec-tools/DETAILS
+++ b/utils/kexec-tools/DETAILS
@@ -1,12 +1,12 @@
           MODULE=kexec-tools
-         VERSION=2.0.2
-          SOURCE=${MODULE}-${VERSION}.tar.gz
+         VERSION=2.0.3
+          SOURCE=${MODULE}-${VERSION}.tar.xz
       SOURCE_URL=http://kernel.org/pub/linux/utils/kernel/kexec/
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-      SOURCE_VFY=sha1:3ea3c1c79f135d9307f76fa3acfb307a40c4c5ee
+      SOURCE_VFY=sha1:0fcdc502a1e5b5f5ff1c0af120b84ce178f16649
         WEB_SITE=http://kernel.org/pub/linux/utils/kernel/kexec/README.html
          ENTERED=20070716
-         UPDATED=20110510
+         UPDATED=20121007
            SHORT="Execute (boot) a new linux kernel from within one"
 cat <<EOF
 kexec is a set of systems call that allows you to load another kernel




More information about the Lunar-commits mailing list