From a12462643ceae75bedf81e8e009db59b6fa12505 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Sep 2015 22:11:43 -0500 Subject: [PATCH] Merge #54 `fix log_info for image_build (fails if image_build is skipped)` (lkocman) - image_build: self.log_info -> self.compose.log_info (lkocman) - Revert "Added params needed for Atomic compose to LoraxWrapper" (dennis) - Revert "fix up if/elif in _handle_optional_arg_type" (dennis) - Add image-build support (lkocman) - Add translate path support. Useful for passing pungi repos to image-build (lkocman) - import duplicate import of errno from buildinstall (lkocman) - handle openning missing images.json (image-less compose re-run) (lkocman) - compose: Add compose_label_major_version(). (lkocman) - pungi-koji: Don't print traceback if error occurred. (pbabinca) - More detailed message for unsigned rpms. (tkopecek) - New config option: product_type (default is 'ga'); Set to 'updates' for updates composes. (dmach) - kojiwrapper: Add get_signed_wrapped_rpms_paths() and get_build_nvrs() methods. (tmlcoch) - live_images: Copy built wrapped rpms from koji into compose. (tmlcoch) - kojiwrapper: Add get_wrapped_rpm_path() function. (tmlcoch) - live_images: Allow custom name prefix for live ISOs. (tmlcoch) - Do not require enabled runroot option for live_images phase. (tmlcoch) - Support for rpm wrapped live images. (tmlcoch) - Remove redundant line in variants wrapper. (tmlcoch) - Merge #36 `Add params needed for Atomic compose to LoraxWrapper` (admiller) - live_images: replace hardcoded path substition with translate_path() call (lkocman) - live_images fix reference from koji to koji_wrapper (lkocman) - fix up if/elif in _handle_optional_arg_type (admiller) - Added params needed for Atomic compose to LoraxWrapper (admiller) - Merge #24 `Fix empty repodata when hash directories were enabled. ` (dmach) - createrepo: Fix empty repodata when hash directories were enabled. (dmach) Signed-off-by: Dennis Gilmore --- .gitignore | 1 + pungi.spec | 35 ++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 879f5518..ace6dd70 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ pungi-2.1.2.tar.bz2 /pungi-4.0.tar.bz2 /pungi-4.0.1.tar.bz2 /pungi-4.0.2.tar.bz2 +/pungi-4.0.3.tar.bz2 diff --git a/pungi.spec b/pungi.spec index a474685d..5b834c45 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.0.2 +Version: 4.0.3 Release: 1%{?dist} Summary: Distribution compose tool @@ -56,6 +56,39 @@ A tool to create anaconda based installation trees/isos of a set of rpms. /var/cache/pungi %changelog +* Tue Aug 08 2015 Dennis Gilmore 4.0.3-1 +- Merge #54 `fix log_info for image_build (fails if image_build is skipped)` + (lkocman) +- image_build: self.log_info -> self.compose.log_info (lkocman) +- Revert "Added params needed for Atomic compose to LoraxWrapper" (dennis) +- Revert "fix up if/elif in _handle_optional_arg_type" (dennis) +- Add image-build support (lkocman) +- Add translate path support. Useful for passing pungi repos to image-build + (lkocman) +- import duplicate import of errno from buildinstall (lkocman) +- handle openning missing images.json (image-less compose re-run) (lkocman) +- compose: Add compose_label_major_version(). (lkocman) +- pungi-koji: Don't print traceback if error occurred. (pbabinca) +- More detailed message for unsigned rpms. (tkopecek) +- New config option: product_type (default is 'ga'); Set to 'updates' for + updates composes. (dmach) +- kojiwrapper: Add get_signed_wrapped_rpms_paths() and get_build_nvrs() + methods. (tmlcoch) +- live_images: Copy built wrapped rpms from koji into compose. (tmlcoch) +- kojiwrapper: Add get_wrapped_rpm_path() function. (tmlcoch) +- live_images: Allow custom name prefix for live ISOs. (tmlcoch) +- Do not require enabled runroot option for live_images phase. (tmlcoch) +- Support for rpm wrapped live images. (tmlcoch) +- Remove redundant line in variants wrapper. (tmlcoch) +- Merge #36 `Add params needed for Atomic compose to LoraxWrapper` (admiller) +- live_images: replace hardcoded path substition with translate_path() call + (lkocman) +- live_images fix reference from koji to koji_wrapper (lkocman) +- fix up if/elif in _handle_optional_arg_type (admiller) +- Added params needed for Atomic compose to LoraxWrapper (admiller) +- Merge #24 `Fix empty repodata when hash directories were enabled. ` (dmach) +- createrepo: Fix empty repodata when hash directories were enabled. (dmach) + * Fri Jul 24 2015 Dennis Gilmore - 4.0.2-1 - Merge #23 `fix treeinfo checksums` (dmach) - Fix treeinfo checksums. (dmach) diff --git a/sources b/sources index decbcb9d..59d772fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00cda727ee15a676e476ef86771e4514 pungi-4.0.2.tar.bz2 +acf949751bb6896e25480fd91a557d40 pungi-4.0.3.tar.bz2