New release, fixes some changes with createrepo and other bugfixes.
This commit is contained in:
parent
9d416b450c
commit
a04756eab8
@ -1 +1 @@
|
||||
pungi-1.2.7.tar.bz2
|
||||
pungi-1.2.8.tar.bz2
|
||||
|
11
pungi.spec
11
pungi.spec
@ -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: 1.2.7
|
||||
Version: 1.2.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
@ -55,6 +55,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 25 2008 jkeating <jkeating@redhat.com> 1.2.8-1
|
||||
- Put createrepo arguments in correct order
|
||||
- Fix comps mashup to be more lenient with the open/close of <comps
|
||||
- Handle gzipped comps files.
|
||||
- Make sure we get fresh repomd.xml each time we run
|
||||
- Don't autoclean the repodata, some of it can be reused
|
||||
- Clear out the repodata we copy out temporarily, so that we don't
|
||||
traceback on --force runs.
|
||||
|
||||
* Tue Jan 22 2008 jkeating <jkeating@redhat.com> 1.2.7-1
|
||||
- Rework how repodata gets generated for media.
|
||||
- use createrepo api
|
||||
|
Loading…
Reference in New Issue
Block a user