From 6474041367d102d01c700692f47eab63bd3ba82e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 31 Jul 2014 04:27:32 -0500 Subject: [PATCH] fix up volume shortening substituions to actually work (dennis) --- .gitignore | 1 + pungi.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d2be1a2..9919676e 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ pungi-2.1.2.tar.bz2 /pungi-3.07.tar.bz2 /pungi-3.08.tar.bz2 /pungi-3.09.tar.bz2 +/pungi-3.10.tar.bz2 diff --git a/pungi.spec b/pungi.spec index e456637b..51a59ba9 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: 3.09 +Version: 3.10 Release: 1%{?dist} Summary: Distribution compose tool @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 31 2014 Dennis Gilmore - 3.10-1 +- fix up volume shortening substituions to actually work (dennis) + * Wed Jul 30 2014 Dennis Gilmore - 3.09-1 - implement nameing scheme from https://fedoraproject.org/wiki/User:Adamwill/Draft_fedora_image_naming_policy diff --git a/sources b/sources index 9ec445bc..e9db71da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55c8e1c0ce406600244a04ab33cebf6f pungi-3.09.tar.bz2 +163f0887eafef54fb79a3516168661f0 pungi-3.10.tar.bz2