[pungi/f14/master] New release to further fix pkgorder issues

Jesse Keating jkeating at fedoraproject.org
Thu Oct 14 17:54:46 UTC 2010


commit 84f16388d4e58f90fddad3c42e91499ee70239a1
Author: Jesse Keating <jkeating at redhat.com>
Date:   Thu Oct 14 10:53:53 2010 -0700

    New release to further fix pkgorder issues

 .gitignore |    1 +
 pungi.spec |    5 ++++-
 sources    |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc8f07f..f05c160 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pungi-2.1.2.tar.bz2
 /pungi-2.1.3.tar.bz2
+/pungi-2.1.4.tar.bz2
diff --git a/pungi.spec b/pungi.spec
index 08dce9f..52e039c 100644
--- a/pungi.spec
+++ b/pungi.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pungi
-Version:        2.1.3
+Version:        2.1.4
 Release:        1%{?dist}
 Summary:        Distribution compose tool
 
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 14 2010 Jesse Keating <jkeating at redhat.com> - 2.1.4-1
+- Further fix the pkgorder issue
+
 * Wed Oct 13 2010 Jesse Keating <jkeating at redhat.com> - 2.1.3-1
 - Fix a pkgorder issue
 
diff --git a/sources b/sources
index 39b6c17..29a2ff9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71c63225b841c0e21c96983c35d906a5  pungi-2.1.3.tar.bz2
+82cc2afddc434d359f2897a6ad60740f  pungi-2.1.4.tar.bz2


More information about the scm-commits mailing list