Use a lockfile around things that modify the cachedir. (rbean)
- Improve logging for missing srpms. (rbean) - honour the --nosource option (dennis) - support ppc64le in pungi (hamzy) - Add configurable compression type to pungi (default to xz) (rbean)
This commit is contained in:
parent
73161cefb4
commit
c313a94b93
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ pungi-2.1.2.tar.bz2
|
|||||||
/pungi-3.01.tar.bz2
|
/pungi-3.01.tar.bz2
|
||||||
/pungi-3.02.tar.bz2
|
/pungi-3.02.tar.bz2
|
||||||
/pungi-3.03.tar.bz2
|
/pungi-3.03.tar.bz2
|
||||||
|
/pungi-3.04.tar.bz2
|
||||||
|
@ -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: 3.03
|
Version: 3.04
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -55,6 +55,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 29 2014 Dennis Gilmore <dennis@ausil.us - 3.04-1
|
||||||
|
- Use a lockfile around things that modify the cachedir. (rbean)
|
||||||
|
- Improve logging for missing srpms. (rbean)
|
||||||
|
- honour the --nosource option (dennis)
|
||||||
|
- support ppc64le in pungi (hamzy)
|
||||||
|
- Add configurable compression type to pungi (default to xz) (rbean)
|
||||||
|
|
||||||
* Thu Oct 31 2013 Dennis Gilmore <dennis@ausil.us> - 3.03-1
|
* Thu Oct 31 2013 Dennis Gilmore <dennis@ausil.us> - 3.03-1
|
||||||
- revert to the old way of doing versioning as the change in 3.01 did not work
|
- revert to the old way of doing versioning as the change in 3.01 did not work
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user