From 8a1ae9f76cce34103089d8cd522e048fa33b9dbb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 3 Mar 2016 13:08:52 -0600 Subject: [PATCH] Limit the variants with config option 'tree_variants' (dennis) - [createrepo-wrapper] Fix --deltas argument (lsedlar) - [createrepo-wrapper] Add tests (lsedlar) - [koji-wrapper] Retry watching on connection errors (lsedlar) - [createrepo-wrapper] Refactor code (lsedlar) - [paths] Use variant.uid explicitly (lsedlar) - [createrepo] Add tests (lsedlar) - [createrepo] Refactor code (lsedlar) - [image-build] Fix resolving git urls (lsedlar) - [testphase] Don't run repoclosure for empty variants (lsedlar) - [live-images] No manifest for appliances (lsedlar) Signed-off-by: Dennis Gilmore --- pungi.spec | 15 ++++++++++++++- sources | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pungi.spec b/pungi.spec index 8d40708a..d9703f17 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.0.6 +Version: 4.0.7 Release: 1%{?dist} Summary: Distribution compose tool @@ -65,6 +65,19 @@ nosetests --exe --with-cov --cov-report html --cov-config tox.ini /var/cache/pungi %changelog +* Thu Mar 03 2016 Dennis Gilmore - 4.0.7-1 +- Limit the variants with config option 'tree_variants' (dennis) +- [createrepo-wrapper] Fix --deltas argument (lsedlar) +- [createrepo-wrapper] Add tests (lsedlar) +- [koji-wrapper] Retry watching on connection errors (lsedlar) +- [createrepo-wrapper] Refactor code (lsedlar) +- [paths] Use variant.uid explicitly (lsedlar) +- [createrepo] Add tests (lsedlar) +- [createrepo] Refactor code (lsedlar) +- [image-build] Fix resolving git urls (lsedlar) +- [testphase] Don't run repoclosure for empty variants (lsedlar) +- [live-images] No manifest for appliances (lsedlar) + * Fri Feb 26 2016 Dennis Gilmore - 4.0.6-1 - push the 4.0 docs to a 4.0 branch (dennis) - [live-images] Rename log file (lsedlar) diff --git a/sources b/sources index 384c94dd..366c0edb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f64b1e7593c22e20bcaa530b1ee5b489 pungi-4.0.6.tar.bz2 +e274e8c914c45c3771a04de079967c9d pungi-4.0.7.tar.bz2