From 1a5e874d84eb541122c71c89b14c343c83ad5834 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 8 Feb 2008 15:05:58 -0500 Subject: [PATCH] Commit spec change that I forgot to a while ago. --- pungi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index 7463c719..33c8c06b 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: 1.2.7 +Version: 1.2.8 Release: 1%{?dist} Summary: Distribution compose tool @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 25 2008 jkeating 1.2.8-1 +- Put createrepo arguments in correct order + * Tue Jan 22 2008 jkeating 1.2.7-1 - Rework how repodata gets generated for media. - use createrepo api