[pungi/f14/master: 2/2] New release to fix pkgorder issue.

Jesse Keating jkeating at fedoraproject.org
Wed Oct 13 22:47:22 UTC 2010


commit bd74c04e5c9505f3dd90b787851cecab3d8d6df1
Author: Jesse Keating <jkeating at redhat.com>
Date:   Wed Oct 13 15:42:28 2010 -0700

    New release to fix pkgorder issue.

 .gitignore |    1 +
 pungi.spec |   10 +++++-----
 sources    |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d7a204..cc8f07f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pungi-2.1.2.tar.bz2
+/pungi-2.1.3.tar.bz2
diff --git a/pungi.spec b/pungi.spec
index c630b6e..08dce9f 100644
--- a/pungi.spec
+++ b/pungi.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pungi
-Version:        2.1.2
-Release:        2%{?dist}
+Version:        2.1.3
+Release:        1%{?dist}
 Summary:        Distribution compose tool
 
 Group:          Development/Tools
@@ -16,7 +16,7 @@ BuildRequires:  python-devel
 BuildArch:      noarch
 
 %description
-A tool to create anaconda based installation trees/isos of a set of rpms. 
+A tool to create anaconda based installation trees/isos of a set of rpms.
 
 
 %prep
@@ -56,8 +56,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 2.1.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+* Wed Oct 13 2010 Jesse Keating <jkeating at redhat.com> - 2.1.3-1
+- Fix a pkgorder issue
 
 * Tue Jun 29 2010 Jesse Keating <jkeating at redhat.com> - 2.1.2-1
 - Fix a yumconf traceback (thanks James!)
diff --git a/sources b/sources
index 4b0b1ce..39b6c17 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc8efbaacf8ebbc873820ae99db0a6c1  pungi-2.1.2.tar.bz2
+71c63225b841c0e21c96983c35d906a5  pungi-2.1.3.tar.bz2


More information about the scm-commits mailing list