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 - 2.0.22-1 +- Backport a yum traceback + * Wed Apr 14 2010 Jesse Keating - 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