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:
parent
05c4c5e8ee
commit
b11a8e5a90
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ pungi-2.1.2.tar.bz2
|
|||||||
/pungi-3.11.tar.bz2
|
/pungi-3.11.tar.bz2
|
||||||
/pungi-3.12.tar.bz2
|
/pungi-3.12.tar.bz2
|
||||||
/pungi-3.13.tar.bz2
|
/pungi-3.13.tar.bz2
|
||||||
|
/pungi-3.14.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.13
|
Version: 3.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -56,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 12 2014 Dennis Gilmore <dennis@ausil.us> - 3.13-1
|
||||||
- Add support for --installpkgs (bcl)
|
- Add support for --installpkgs (bcl)
|
||||||
- Add a cmdline option to set the lorax config file (bcl)
|
- Add a cmdline option to set the lorax config file (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user