New upstream release with bug fixes and features

This commit is contained in:
Jesse Keating 2011-07-18 15:56:11 -07:00
parent ec0306c1cf
commit dda7ecccf0
3 changed files with 10 additions and 9 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ pungi-2.1.2.tar.bz2
/pungi-2.4.tar.bz2 /pungi-2.4.tar.bz2
/pungi-2.5.tar.bz2 /pungi-2.5.tar.bz2
/pungi-2.6.tar.bz2 /pungi-2.6.tar.bz2
/pungi-2.8.tar.bz2

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: pungi Name: pungi
Version: 2.6 Version: 2.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: Distribution compose tool Summary: Distribution compose tool
@ -56,14 +56,14 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Jul 18 2011 Jesse Keating <jkeating@redhat.com> - 2.8-1
- Always re-init the yum object (#717089)
* Mon May 16 2011 Dennis Gilmore <dennis@ausil.us> - 2.7-1
- add --isfinal for turning off the betanag
* Fri Apr 29 2011 Jesse Keating <jkeating@redhat.com> - 2.6-1 * Fri Apr 29 2011 Jesse Keating <jkeating@redhat.com> - 2.6-1
- Only init yum if we haven't already (jkeating) - Make sure lorax makes use of our gathered repo
- Add the repo from topdir to our yumobject for lorax. (jkeating)
- only filter the arch list on x86_64 we cant do it on sparc and ppc. it really
only makes sense on x86_64. (dennis)
- allow source isos to be generated, there is no split media support (dennis)
- Add an option to allow only grabbing the best provides for a particular
depenedency, instead of all. (notting)
* Wed Jan 12 2011 Jesse Keating <jkeating@redhat.com> - 2.5-1 * Wed Jan 12 2011 Jesse Keating <jkeating@redhat.com> - 2.5-1
- Use Lorax instead of buildinstall (mgracik) - Use Lorax instead of buildinstall (mgracik)

View File

@ -1 +1 @@
4c0d78d17a10e5473b486809dcafab75 pungi-2.6.tar.bz2 035c67fd1b3089cece15f0081aa2e492 pungi-2.8.tar.bz2