rpms/kexec-tools/devel kexec-tools.spec, 1.108, 1.109 mkdumprd, 1.17, 1.18

Neil Horman (nhorman) fedora-extras-commits at redhat.com
Tue Feb 19 20:02:42 UTC 2008


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23564

Modified Files:
	kexec-tools.spec mkdumprd 
Log Message:
Resolves: bz 433350


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/kexec-tools.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- kexec-tools.spec	13 Feb 2008 15:32:44 -0000	1.108
+++ kexec-tools.spec	19 Feb 2008 20:01:55 -0000	1.109
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 1.102pre 
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -220,6 +220,9 @@
 %doc kexec-kdump-howto.txt
 
 %changelog
+* Tue Feb 19 2008 Neil Horman <nhorman at redhat.com> - 1.102pre-5
+- Modifying mkdumprd to include dynamic executibles (bz 433350)
+
 * Wed Feb 12 2008 Neil Horman <nhorman at redhat.com> - 1.102pre-4
 - bumping rev number for rebuild
 


Index: mkdumprd
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/mkdumprd,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mkdumprd	22 Aug 2007 15:14:11 -0000	1.17
+++ mkdumprd	19 Feb 2008 20:01:55 -0000	1.18
@@ -814,7 +814,7 @@
     if [ -n "$UUID" ]; then
         UUID="--uuid $UUID"
     fi
-    emit "echo \"$(/sbin/dmsetup table $1)\" | /sbin/dmsetup.static create \"$1\" $UUID"
+    emit "echo \"$(/sbin/dmsetup table $1)\" | /sbin/dmsetup create \"$1\" $UUID"
 }
 
 emitdms()
@@ -830,7 +830,7 @@
             emitdm "$NAME"
             ;;
         part)
-            emit /sbin/kpartx.static -pp -a \"/dev/mapper/$NAME\"
+            emit /sbin/kpartx -pp -a \"/dev/mapper/$NAME\"
             ;;
         esac
     done
@@ -1269,7 +1269,7 @@
 # FIXME -- this can really go poorly with clvm or duplicate vg names.
 # nash should do lvm probing for us and write its own configs.
 if [ -n "$vg_list" ]; then
-    inst /sbin/lvm.static "$MNTIMAGE/bin/lvm"
+    inst /sbin/lvm "$MNTIMAGE/bin/lvm"
     if [ -f /etc/lvm/lvm.conf ]; then
 	cp $verbose --parents /etc/lvm/lvm.conf $MNTIMAGE/
     fi
@@ -1419,7 +1419,7 @@
     emit "      DM_NUM=\`echo \$DM_NUM 1 + p | dc\`"
     emit "      if [ -z \"\$noresume\" ]"
     emit "      then"
-    emit "        /sbin/dmsetup.static resume /dev/mapper/\$VGRP-\$i"
+    emit "        /sbin/dmsetup resume /dev/mapper/\$VGRP-\$i"
     emit "      fi"
     emit "   fi"
     emit "done"
@@ -1447,7 +1447,7 @@
     emit "hwclock --hctosys \$TIME_FORMAT"
     emit "DATE=\`date +%Y-%m-%d-%T\`"
 
-    bin="/sbin/dmsetup.static /sbin/kpartx.static" 
+    bin="/sbin/dmsetup /sbin/kpartx" 
 
     if [ -n "$CORE_COLLECTOR" ]; then
         bin="$bin /sbin/makedumpfile"




More information about the fedora-extras-commits mailing list