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 - 2.1.4-1 +- Further fix the pkgorder issue + * Wed Oct 13 2010 Jesse Keating - 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