[pungi/f13/master] Fix #623896

Jesse Keating jkeating at fedoraproject.org
Wed Aug 25 01:24:10 UTC 2010


commit 8549f7ac7ab6fc238ac0b054006ebdce66f73143
Author: Jesse Keating <jkeating at redhat.com>
Date:   Tue Aug 24 18:23:58 2010 -0700

    Fix #623896

 .gitignore |    1 +
 pungi.spec |    5 ++++-
 sources    |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d66c230..0791e71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pungi-2.0.21.tar.bz2
+/pungi-2.0.22.tar.bz2
diff --git a/pungi.spec b/pungi.spec
index 3cabe4d..e5498f7 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.0.21
+Version:        2.0.22
 Release:        1%{?dist}
 Summary:        Distribution compose tool
 
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 24 2010 Jesse Keating <jkeating at redhat.com> - 2.0.22-1
+- Backport a yum traceback
+
 * Wed Apr 14 2010 Jesse Keating <jkeating at redhat.com> - 2.0.21-1
 - Grab all kernels
 - Note the type of checksum we use
diff --git a/sources b/sources
index 68ead53..62081ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11726db18cb4df5db05b687f6e1b96f5  pungi-2.0.21.tar.bz2
+bf93f7d599eb2b646cd3859ecd7470d5  pungi-2.0.22.tar.bz2


More information about the scm-commits mailing list