diff --git a/.gitignore b/.gitignore index 169a960f..879f5518 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ pungi-2.1.2.tar.bz2 /pungi-3.14.tar.bz2 /pungi-4.0.tar.bz2 /pungi-4.0.1.tar.bz2 +/pungi-4.0.2.tar.bz2 diff --git a/pungi.spec b/pungi.spec index de7f22a2..d7050dd1 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,6 +1,6 @@ Name: pungi -Version: 4.0.1 -Release: 2%{?dist} +Version: 4.0.2 +Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -59,6 +59,28 @@ A tool to create anaconda based installation trees/isos of a set of rpms. /var/cache/pungi %changelog +* Fri Jul 24 2015 Dennis Gilmore - 4.0.2-1 +- Merge #23 `fix treeinfo checksums` (dmach) +- Fix treeinfo checksums. (dmach) +- add basic setup for making arm iso's (dennis) +- gather: Implement hashed directories. (dmach) +- createiso: Add createiso_skip options to skip createiso on any variant/arch. + (dmach) +- Fix buildinstall for armhfp. (dmach) +- Fix and document productimg phase. (dmach) +- Add armhfp arch tests. (dmach) +- Document configuration options. (dmach) +- Add dependency of 'runroot' config option on 'koji_profile'. (dmach) +- Rename product_* to release_*. (dmach) +- Implement koji profiles. (dmach) +- Drop repoclosure-%arch tests. (dmach) +- Config option create_optional_isos now defaults to False. (dmach) +- Change createrepo config options defaults. (dmach) +- Rewrite documentation to Sphinx. (dmach) +- Fix test data, improve Makefile. (dmach) +- Update GPL to latest version from https://www.gnu.org/licenses/gpl-2.0.txt + (dmach) + * Thu Jun 18 2015 Fedora Release Engineering - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 470badd8..decbcb9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9083387639aa12bf57189dc78a7b63a4 pungi-4.0.1.tar.bz2 +00cda727ee15a676e476ef86771e4514 pungi-4.0.2.tar.bz2