From f9facb10624ece70fe6c8437a9ee071b6c55b431 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 29 Aug 2007 03:58:36 +0000 Subject: [PATCH] Another upstream release. Fixes crasher if --flavor isn't specified. --- .cvsignore | 2 +- pungi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 477c9e3b..dac2095c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pungi-1.0.0.tar.gz +pungi-1.0.1.tar.gz diff --git a/pungi.spec b/pungi.spec index 5352e1bb..5eca8eeb 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: 1.0.0 -Release: 2%{?dist} +Version: 1.0.1 +Release: 1%{?dist}.1 Summary: Distribution compose tool Group: Development/Tools @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 28 2007 Jesse Keating - 1.0.1-1 +- Default flavor to blank. + * Mon Aug 27 2007 Jesse Keating - 1.0.0-2 - Fix the licensing tag. diff --git a/sources b/sources index 14f51404..5d4e44f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6be5efe440670db2e6fe9d75657aab64 pungi-1.0.0.tar.gz +20dba891f445dd5143e02d14ec125041 pungi-1.0.1.tar.gz