switch to BSD style hashes for the iso checksums (dennis)

- refactor to get better data into .treeinfo (dennis)
- Add --nomacboot option (csieh)
This commit is contained in:
Dennis Gilmore 2015-03-10 16:14:44 -05:00
parent 05c4c5e8ee
commit b11a8e5a90
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ pungi-2.1.2.tar.bz2
/pungi-3.11.tar.bz2
/pungi-3.12.tar.bz2
/pungi-3.13.tar.bz2
/pungi-3.14.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()")}
Name: pungi
Version: 3.13
Version: 3.14
Release: 1%{?dist}
Summary: Distribution compose tool
@ -56,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Mar 10 2015 Dennis Gilmore <dennis@ausil.us> - 3.14-1
- switch to BSD style hashes for the iso checksums (dennis)
- refactor to get better data into .treeinfo (dennis)
- Add --nomacboot option (csieh)
* Fri Dec 12 2014 Dennis Gilmore <dennis@ausil.us> - 3.13-1
- Add support for --installpkgs (bcl)
- Add a cmdline option to set the lorax config file (bcl)

View File

@ -1 +1 @@
4609de9057defe74f33c803a2da166a1 pungi-3.13.tar.bz2
b1fa4c6e85073b12440c5f113e9e7622 pungi-3.14.tar.bz2