diff --git a/.gitignore b/.gitignore index aee47f42..b95f74d0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ pungi-2.1.2.tar.bz2 /pungi-2.3.tar.bz2 /pungi-2.4.tar.bz2 /pungi-2.5.tar.bz2 +/pungi-2.6.tar.bz2 diff --git a/pungi.spec b/pungi.spec index 87c95e57..352eb7d3 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.5 -Release: 2%{?dist} +Version: 2.6 +Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -56,8 +56,14 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Feb 09 2011 Fedora Release Engineering - 2.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild +* Fri Apr 29 2011 Jesse Keating - 2.6-1 +- Only init yum if we haven't already (jkeating) +- 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 - 2.5-1 - Use Lorax instead of buildinstall (mgracik) diff --git a/sources b/sources index 493f3d9e..bf6b0b68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54e5132295ec09f9a5f780bb8c8afcf9 pungi-2.5.tar.bz2 +4c0d78d17a10e5473b486809dcafab75 pungi-2.6.tar.bz2