From 7c348dedab3d523b57816d1d06db095f9570aa7b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 27 Jul 2011 11:55:13 -0500 Subject: [PATCH] bump to 2.9 --- .gitignore | 1 + pungi.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 10d36783..9335df97 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ pungi-2.1.2.tar.bz2 /pungi-2.5.tar.bz2 /pungi-2.6.tar.bz2 /pungi-2.8.tar.bz2 +/pungi-2.9.tar.bz2 diff --git a/pungi.spec b/pungi.spec index 96d47d11..e5eb9d81 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.8 +Version: 2.9 Release: 1%{?dist} Summary: Distribution compose tool @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 27 2011 Dennis Gilmore - 2.9-1 +- pass isfinal rather than is_beta to lorax + * Mon Jul 18 2011 Jesse Keating - 2.8-1 - Always re-init the yum object (#717089) diff --git a/sources b/sources index ed1e2cfd..403fbd94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -035c67fd1b3089cece15f0081aa2e492 pungi-2.8.tar.bz2 +afdff4b2cbf3242ce8f2ff29d7471316 pungi-2.9.tar.bz2