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)
This commit is contained in:
parent
e956304625
commit
d0b3003d73
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
26
pungi.spec
26
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 <dennis@ausil.us> - 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 <rel-eng@lists.fedoraproject.org> - 4.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user