[appliance-tools] refacter how re deal with each mount point old version did not handle swap

Dennis Gilmore ausil at fedoraproject.org
Tue Aug 27 02:49:10 UTC 2013


commit 6b1c4edf6b0614b3a14fe5635d9cd6f41dd5bf21
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Aug 26 21:48:59 2013 -0500

    refacter how re deal with each mount point old version did not handle swap

 .gitignore           |    1 +
 appliance-tools.spec |    5 ++++-
 sources              |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4aa7ccc..4407322 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ appliance-tools-004.5.tar.bz2
 /appliance-tools-007.1.tar.bz2
 /appliance-tools-007.2.tar.bz2
 /appliance-tools-007.3.tar.bz2
+/appliance-tools-007.4.tar.bz2
diff --git a/appliance-tools.spec b/appliance-tools.spec
index b0ffb7c..2755da6 100644
--- a/appliance-tools.spec
+++ b/appliance-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building Appliances
 Name: appliance-tools
-Version: 007.3
+Version: 007.4
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/image-minimizer
 
 %changelog
+* Mon Aug 26 2013 Dennis Gilmore <dennis at ausil.us> - 007.4-1
+- refacter how re deal with each mount point old version did not handle swap
+
 * Mon Aug 26 2013 Dennis Gilmore <dennis at ausil.us> - 007.3-1
 - make sure that we only have a single instance of each mount point
 
diff --git a/sources b/sources
index 611b78b..e80d819 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8eb9c6e1c5a23a0a4813cc9c902c8e9b  appliance-tools-007.3.tar.bz2
+5216878738680856c47490a3dd11dc38  appliance-tools-007.4.tar.bz2


More information about the scm-commits mailing list