[kexec-tools] Really upload the dracut module this time

Cong Wang wangcong at fedoraproject.org
Wed Jan 25 09:21:51 UTC 2012


commit f51fd993440eac93770de338f497a97af2cdb7e1
Author: Cong Wang <xiyou.wangcong at gmail.com>
Date:   Wed Jan 25 17:21:43 2012 +0800

    Really upload the dracut module this time

 kexec-tools.spec |    5 ++++-
 mkdumprd         |    4 ++--
 sources          |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/kexec-tools.spec b/kexec-tools.spec
index ac5e0a8..0b0c4df 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 2.0.3
-Release: 35%{?dist}
+Release: 36%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -289,6 +289,9 @@ done
 
 
 %changelog
+* Wed Jan 25 2012 Cong Wang <xiyou.wangcong at gmail.com> - 2.0.2-36
+- Really upload the dracut module.
+
 * Wed Jan 25 2012 Cong Wang <xiyou.wangcong at gmail.com> - 2.0.2-35
 - Fix various bugs for nfs dump.
 
diff --git a/mkdumprd b/mkdumprd
index baa5c96..d7b71fd 100644
--- a/mkdumprd
+++ b/mkdumprd
@@ -102,7 +102,7 @@ if [ -n "$conf_file" ]; then
             ;;
         ext[234]|xfs|btrfs|minix)
             add_mount "$config_val"
-            if [ $? -ne 0 ]
+            if [ $? -ne 0 ]; then
                 echo "Dump target $config_val is probably not mounted."
                 exit 1
             fi
@@ -118,7 +118,7 @@ if [ -n "$conf_file" ]; then
             else
                 add_dracut_module "nfs"
                 add_mount "$config_val"
-                if [ $? -ne 0 ]
+                if [ $? -ne 0 ]; then
                     echo "Dump target $config_val is probably not mounted."
                     exit 1
                 fi
diff --git a/sources b/sources
index 64f8a23..eb715d8 100644
--- a/sources
+++ b/sources
@@ -2,6 +2,6 @@ d9f2ecd3c3307905f24130a25816e6cc  kexec-tools-2.0.0.tar.bz2
 3e802d638dce0080b910f15908c04a24  kexec-tools-po.tar.gz
 e3a813bd6d7dace903a05c1296e20d57  makedumpfile-1.3.5.tar.gz
 8e359dd03731b93a2082bd37cc2a4a4c  kexec-tools-2.0.2.tar.bz2
-8b9e1ac8304c1f47f239a6225421ec4e  dracut-files.tbz2
 b3ced2097ce3981abba38ceedc84f939  kexec-tools-2.0.3.tar.bz2
 967f89bb947ca4db78f51beeaaee0bd8  makedumpfile-1.4.1.tar.gz
+8a2cf4b39fb44c6cf1bba9b532c4bd14  dracut-files.tbz2


More information about the scm-commits mailing list