New upstream release with bug fixes and features
This commit is contained in:
parent
ec0306c1cf
commit
dda7ecccf0
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
16
pungi.spec
16
pungi.spec
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user