[pungi/f12/master] New upstream release to fix a bug.

Jesse Keating jkeating at fedoraproject.org
Thu Nov 4 21:01:02 UTC 2010


commit ee01387703cbb2450f4284be3adbab16a0bd7189
Author: Jesse Keating <jkeating at redhat.com>
Date:   Thu Nov 4 06:49:44 2010 -0700

    New upstream release to fix a bug.

 .gitignore |    1 +
 pungi.spec |   10 +++++-----
 sources    |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c886df..4278e7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pungi-2.0.20.tar.bz2
+pungi-2.0.20.1.tar.bz2
diff --git a/pungi.spec b/pungi.spec
index a04dc7b..08e0d8f 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.0.20
-Release:        2%{?dist}
+Version:        2.0.20.1
+Release:        1%{?dist}
 Summary:        Distribution compose tool
 
 Group:          Development/Tools
@@ -11,7 +11,7 @@ URL:            https://fedorahosted.org/pungi
 Source0:        https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       anaconda-runtime >= 11.4.1.5, yum => 3.2.19, repoview, createrepo >= 0.4.11
-BuildRequires:  python-devel, fedora-packager
+BuildRequires:  python-devel
 
 BuildArch:      noarch
 
@@ -56,8 +56,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Sep 18 2010 Jesse Keating <jkeating at redhat.com> - 2.0.20-2
-- Add a new build requires
+* Thu Nov 04 2010 Jesse Keating <jkeating at redhat.com> - 2.0.20.1-1
+- Fix traceback (#634741)
 
 * Tue Sep 15 2009 Jesse Keating <jkeating at redhat.com> - 2.0.20-1
 - One more upstream pkgorder fix
diff --git a/sources b/sources
index 8e5c6f9..c30b084 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8f5870b41afa8d33acb9aac3c597bf5  pungi-2.0.20.tar.bz2
+06e091d75a888d6ae77bc010210c9d0e  pungi-2.0.20.1.tar.bz2


More information about the scm-commits mailing list