Fix bug # 609247

This commit is contained in:
Jesse Keating 2010-06-29 23:02:29 +00:00
parent 0067818fc8
commit 6c9770f2ba
4 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
pungi-2.1.1.tar.bz2
pungi-2.1.2.tar.bz2

View File

@ -21,3 +21,4 @@ pungi-2_0_19-1_fc12:HEAD:pungi-2.0.19-1.fc12.src.rpm:1253051551
pungi-2_0_20-1_fc12:HEAD:pungi-2.0.20-1.fc12.src.rpm:1253058966
pungi-2_1_0-1_fc13:HEAD:pungi-2.1.0-1.fc13.src.rpm:1271287015
pungi-2_1_1-1_fc13:HEAD:pungi-2.1.1-1.fc13.src.rpm:1275676400
pungi-2_1_2-1_fc13:HEAD:pungi-2.1.2-1.fc13.src.rpm:1277852507

View File

@ -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: 2.1.1
Version: 2.1.2
Release: 1%{?dist}
Summary: Distribution compose tool
@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jun 29 2010 Jesse Keating <jkeating@redhat.com> - 2.1.2-1
- Fix a yumconf traceback (thanks James!)
* Fri Jun 04 2010 Jesse Keating <jkeating@redhat.com> - 2.1.1-1
- Don't do multilib gathering.
- fixes --force when compose fails during split-tree process. (npetrov)

View File

@ -1 +1 @@
a1361f3d31c6ec3457d311395c4fff1c pungi-2.1.1.tar.bz2
bc8efbaacf8ebbc873820ae99db0a6c1 pungi-2.1.2.tar.bz2