From bd74c04e5c9505f3dd90b787851cecab3d8d6df1 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 13 Oct 2010 15:42:28 -0700 Subject: [PATCH] New release to fix pkgorder issue. --- .gitignore | 1 + pungi.spec | 10 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6d7a204b..cc8f07f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pungi-2.1.2.tar.bz2 +/pungi-2.1.3.tar.bz2 diff --git a/pungi.spec b/pungi.spec index c630b6e4..08dce9f6 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: 2.1.2 -Release: 2%{?dist} +Version: 2.1.3 +Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -16,7 +16,7 @@ BuildRequires: python-devel BuildArch: noarch %description -A tool to create anaconda based installation trees/isos of a set of rpms. +A tool to create anaconda based installation trees/isos of a set of rpms. %prep @@ -56,8 +56,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Jul 21 2010 David Malcolm - 2.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild +* Wed Oct 13 2010 Jesse Keating - 2.1.3-1 +- Fix a pkgorder issue * Tue Jun 29 2010 Jesse Keating - 2.1.2-1 - Fix a yumconf traceback (thanks James!) diff --git a/sources b/sources index 4b0b1ce4..39b6c171 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc8efbaacf8ebbc873820ae99db0a6c1 pungi-2.1.2.tar.bz2 +71c63225b841c0e21c96983c35d906a5 pungi-2.1.3.tar.bz2